@dr_cintas: you can now run your own bot on your own machine - your model, your sandbox, no hosted service it's called rakazo. spin…
Summary
Rakazo is an open-source tool that allows self-hosting AI bots on local machines using Docker and OpenRouter, with features like persistent memory and dedicated Linux desktop environments.
View Cached Full Text
Cached at: 09/19/26, 07:08 PM
you can now run your own bot on your own machine - your model, your sandbox, no hosted service 🤯
it’s called rakazo.
spin it up with docker, drop in an openrouter key, and every bot runs as its own persistent agent - its own thread, its own memory, its own linux desktop.
what each bot gets:
→ a real linux desktop with a browser - you can take control and sign it in yourself → any model through openrouter, picked per bot (grok, claude, gpt, whatever) → persistent memory and a dedicated thread that stick around → runs on docker locally, or e2b when you want a public deployment
what it replaces: the hosted setup that locks you into one provider’s model and one company’s servers. rakazo is free and open-source.
you bring your own model via openrouter, pay-per-token, no monthly subscription, no markup on inference, and run it locally on docker with no cloud bill.
setup:
- cp .env.example .env, add your openrouter key
- docker compose up postgres, pnpm install, pnpm db:migrate
- pnpm dev, open localhost:5173, create a bot
built with cursor + grok 4.6. one thing to know: it’s self-host-first, docker on your own machine for personal use, e2b when you want to put a bot on the public internet.
100% free & open-source.
Similar Articles
@svpino: This is an open-source bot you can use with any harness. Run it anywhere. With any model. You can give it work to do. T…
Open Bot is an open-source Grok Bot designed for real companies, featuring AI Coworkers, Generative UI, and computer use capabilities that can run with any model and harness.
@HowToAI_: China just handed the AI agent community a production-grade sandbox for free. OpenSandbox is an open-source sandbox run…
China released OpenSandbox, an open-source sandbox runtime for AI agents, supporting multiple SDKs and secure execution environments with Docker/Kubernetes isolation.
Show HN: I created an open source locally usable full fledged AI platform
ENZO is an open-source, self-hosted AI platform that allows users to chat with over 300 models, build agents with self-drafting operating manuals, and run AI tasks locally using Docker.
@rauchg: Make the model a cog in a machine you own. AI SDK → open model API http://Eve.dev → open Agent API AI Gateway → open ZD…
Eve is a new open-source framework for building durable, self-hosted AI agents, inspired by Next.js, emphasizing data ownership and production-ready features like sandboxing, human-in-the-loop, and evals.
@Saboo_Shubham_: WILD...you can now train AI models locally from a desktop app. Point Claude Code or Codex at a local model with one com…
A new free, open-source desktop application enables local AI model training and integration with tools like Claude Code and Codex.