AgentBox — an isolated VM per agent, alongside cmux #7713
madarco
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been running AgentBox alongside cmux and wanted to share the integration.
Repo: https://github.com/madarco/agentbox · Docs: https://agent-box.sh/docs · cmux integration: https://agent-box.sh/docs/integrations-cmux
The idea
cmux is great for running agents in parallel in the terminal. AgentBox adds an isolated VM per agent session: instead of agents sharing your machine, each one is teleported into its own sandbox — local Docker by default, or self-hosted / cloud (Hetzner, Daytona, Vercel, E2B, DigitalOcean).
Works with Claude Code, Codex, and OpenCode (settings and workspace teleported in).
Why it complements cmux
So you can keep cmux as the cockpit for laying out and steering multiple agents, while each agent runs safely inside its own AgentBox VM. MIT-licensed.
Happy to answer questions or take feedback on the cmux integration.
All reactions