EveryDev.ai
Subscribe
Home
Tools

3,569+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Rakazo
    Rakazo icon

    Rakazo

    Autonomous Systems

    Open-source, self-hosted AI agent platform that gives each bot a sandboxed browser and shell, memory, routines, and human-in-the-loop approvals — running on your own machine with your own model keys.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Full open-source release under Apache-2.0. Run on your own machine with your own model keys. Unlimited bots, no seats, no limits, community support on GitHub.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsMulti-agent SystemsAgent Frameworks

    Alternatives

    II AgentPlumoAISwarmClaw
    Developer
    Inbox Zero Inc.Tel Aviv, IsraelEst. 2023$120000 raised

    Listed Aug 2026

    About Rakazo

    Rakazo is an Apache-2.0-licensed open-source alternative to Grok Bot, built by Inbox Zero Inc. and published on GitHub. It lets you deploy autonomous AI bots that sign into your tools, execute real browser and shell tasks inside sandboxed Docker containers, and return to you only when they need approval. The project is described as early/beta, with notable changes tracked in a CHANGELOG.md file.

    What It Is

    Rakazo is a self-hosted multi-agent framework where each bot gets a dedicated sandboxed Linux desktop with a browser, persistent memory, readable Markdown routines, and a full audit log. Bots can spawn peer bots or run short-lived subagents within a turn. The entire core product runs without a Rakazo-operated control plane — you bring your own model keys and your own machine.

    Architecture and Stack

    The repository is a TypeScript monorepo covering web, desktop (Electron), and mobile (Expo) clients that all talk to the same API. Key components include:

    • API / Worker: Hono, oRPC, Graphile Worker
    • Database: Postgres with Prisma
    • Auth: Better Auth
    • Sandbox providers: Docker (default), E2B (remote, for multi-user deployments), or a direct desktop process
    • Model routing: OpenRouter key or direct sign-in with ChatGPT Plus/Pro, GitHub Copilot, or SuperGrok/X Premium
    • Integrations: Composio (optional, for connecting bots to live apps)

    Docker is the recommended quick-start sandbox for single-machine self-hosting. E2B provides stronger isolation for public or multi-user deployments.

    Bot Templates and Workflow

    Rakazo ships with a roster of pre-built bot roles. When you create a new bot, it interviews you about the work, your writing style, and which tools it lives in, then begins operating. The homepage lists these example roles:

    • Inbox Manager — archives noise, replies to routine threads, parks drafts for review
    • Sales Outbound — researches accounts overnight, scores intent, drafts outreach in your voice
    • Talent Scout — reads applicants, shortlists against your bar, writes intro emails
    • Bug Triage — reproduces reports in a real browser and attaches steps to issues
    • Expense Manager — matches receipts to charges, files reports, asks before guessing
    • Chief of Staff — runs weekly briefings, bookings, and handoffs between other bots

    Routines are saved as plain Markdown that you can read, edit, and commit to version control.

    Human-in-the-Loop and Ownership Model

    A core design principle is configurable autonomy: you set what each bot may do alone and what it must ask about. Every action lands in an audit log you own. Sessions and credentials never leave your Docker environment. The homepage states "nothing is gated, nothing phones home."

    Deployment Model and Current Status

    Self-hosting via Docker is available today. A managed Cloud edition (bring your own keys, Rakazo runs the computers) is listed as "coming soon" with a waitlist. The GitHub repository was created in August 2026 and had 290 stars at last update, with the README noting the product is "still early (beta)." The project is built on top of a runtime called Pi and supports unlimited bots with no seat limits under the open-source license.

    Rakazo - 1

    Community Discussions

    Be the first to start a conversation about Rakazo

    Share your experience with Rakazo, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source (Self-host)

    Full open-source release under Apache-2.0. Run on your own machine with your own model keys. Unlimited bots, no seats, no limits, community support on GitHub.

    • Docker runner and sandboxed browser
    • Bring your own model keys
    • Routines, memory, and audit log
    • Unlimited bots, no seats, no limits
    • Community support on GitHub

    Capabilities

    Key Features

    • Self-hosted AI agent platform
    • Sandboxed browser and shell per bot (Docker or E2B)
    • Bring your own model keys (OpenRouter, ChatGPT, Copilot, SuperGrok, local models)
    • Persistent bot memory
    • Readable Markdown routines
    • Human-in-the-loop approvals
    • Full audit log
    • Bot spawning and subagents
    • Pre-built bot templates (Inbox Manager, Sales Outbound, Bug Triage, etc.)
    • Web, desktop (Electron), and mobile (Expo) clients
    • Composio integration for live app connections
    • No seats, no limits, no control plane required

    Integrations

    Docker
    E2B
    OpenRouter
    ChatGPT / OpenAI
    GitHub Copilot
    xAI / Grok
    Composio
    Postgres
    Electron
    Expo
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Rakazo and help others make informed decisions.

    Developer

    Inbox Zero Inc.

    Inbox Zero Inc. builds AI-powered productivity tools, most notably the Inbox Zero email management product and the Rakazo open-source multi-agent platform. The team, led by Elie, ships self-hosted and cloud tools that give users full ownership of their data, credentials, and model choices. Rakazo is built with TypeScript, React, Electron, and Expo, and runs on Docker or E2B sandboxes with no vendor lock-in.

    Founded 2023
    Tel Aviv, Israel
    $120000 raised
    3 employees

    Used by

    Netflix
    Resend
    Compass
    ByteDance
    +1 more
    Read more about Inbox Zero Inc.
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    II Agent icon

    II Agent

    An open-source AI agent framework built for real work, supporting mobile/web app development, research, document automation, and multi-model conversations with BYOK support.

    PlumoAI icon

    PlumoAI

    An open-source autonomous AI employees platform where AI workers think, plan, select their own agents, build workflows, and deliver outcomes — with built-in project management.

    SwarmClaw icon

    SwarmClaw

    Self-hosted runtime for autonomous AI agents with multi-provider support, MCP-native architecture, memory, skills, delegation, and schedules.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    381 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    317 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    618 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions