Any model, your key
Point a bot at Claude, GPT, Grok, or a local model. Swap per bot — the cheap one triages, the smart one writes.
Rakazo is an open source Grok Bot alternative. Give a bot real work. It signs in to your tools, uses them the way you do, and comes back when it needs you.
Live demo — pick a bot, open its computer, add a routine, or start a new chat.
Run Rakazo on your machine with published images. Local Docker computers work without an E2B account.
Docker Engine and the Compose plugin required. Default tag is edge (amd64).
mkdir rakazo && cd rakazo &&
curl -fsSO https://raw.githubusercontent.com/elie222/rakazo/main/infra/compose/docker-compose.images.yml &&
curl -fsSO https://raw.githubusercontent.com/elie222/rakazo/main/infra/compose/.env.images.example &&
cp .env.images.example .env &&
POSTGRES_PASSWORD=$(openssl rand -hex 16) &&
BETTER_AUTH_SECRET=$(openssl rand -hex 32) &&
ENCRYPTION_KEY=$(openssl rand -hex 32) &&
SCREEN_PROXY_SECRET=$(openssl rand -hex 32) &&
SANDBOX_SUPERVISOR_TOKEN=$(openssl rand -hex 32) &&
: "${POSTGRES_PASSWORD:?}" "${BETTER_AUTH_SECRET:?}" "${ENCRYPTION_KEY:?}" "${SCREEN_PROXY_SECRET:?}" "${SANDBOX_SUPERVISOR_TOKEN:?}" &&
sed -i.bak \
-e "s/^POSTGRES_PASSWORD=$/POSTGRES_PASSWORD=${POSTGRES_PASSWORD}/" \
-e "s/^BETTER_AUTH_SECRET=$/BETTER_AUTH_SECRET=${BETTER_AUTH_SECRET}/" \
-e "s/^ENCRYPTION_KEY=$/ENCRYPTION_KEY=${ENCRYPTION_KEY}/" \
-e "s/^SCREEN_PROXY_SECRET=$/SCREEN_PROXY_SECRET=${SCREEN_PROXY_SECRET}/" \
-e "s/^SANDBOX_SUPERVISOR_TOKEN=$/SANDBOX_SUPERVISOR_TOKEN=${SANDBOX_SUPERVISOR_TOKEN}/" \
.env && rm -f .env.bak &&
docker compose --env-file .env -f docker-compose.images.yml pull &&
docker compose --env-file .env -f docker-compose.images.yml up -dDefault is Docker computers on this host. E2B, Daytona, and Box are optional remote providers.
Point a bot at Claude, GPT, Grok, or a local model. Swap per bot — the cheap one triages, the smart one writes.
Show a bot a workflow once and it saves a routine as plain Markdown you can read, edit, and commit.
Set what a bot may do alone and what it must ask about. Every action lands in an audit log you own.
Start a new bot and it interviews you — a few questions about the work, how you write, and where it lives. Then it gets going.
Researches accounts overnight, scores intent, drafts in your voice, leaves a review list.
Archives the noise, replies to routine threads, parks drafts that need your read.
Reads every applicant, shortlists against your bar, writes the intro emails.
Matches receipts to charges, files the report, asks before guessing.
Reproduces reports in a real browser and attaches steps to the issue.
Keeps renewal context, answers known questions, escalates the rest.
Watches spend daily, pauses what is not converting, reports what changed.
Runs the week: briefings, bookings, and handoffs between your other bots.
Rakazo is Apache-2.0 licensed and runs on your own machine with your own model keys. Nothing is gated, nothing phones home.
Give Rakazo something you have been putting off and let it handle the follow-through.