Awesome Microsandbox [](https://awesome.re)
September 4, 2026 · View on GitHub
A curated list of SDKs, integrations, tools, and resources for microsandbox — easy, fast, local microVMs for untrusted workloads.
microsandbox runs AI agents, user code, plugins, CI jobs, and dev environments inside hardware-isolated microVMs that boot in under 100 ms, on Linux, macOS, and Windows, from any OCI image.
This is a community-maintained list and is not affiliated with superradcompany. For the official "projects using microsandbox" showcase, see the upstream README.
Contents
- Official
- SDKs
- Agent Framework Integrations
- Coding Agents in Sandboxes
- Orchestration and Hosting
- Images and Build Tools
- Packaging and Nix
- Tools and UIs
- Testing and Benchmarks
- Products Built on microsandbox
- Resources
- Related Projects
Official
- microsandbox - Core runtime, CLI (
msb), and SDKs. - Documentation - Guides, SDK and CLI reference, examples.
- microsandbox-mcp - MCP server that lets any AI agent create and drive sandboxes.
- skills - Agent Skills for Claude Code, Codex, and other agents to use microsandbox.
- microsandbox-k8s - Running microsandbox on Kubernetes.
- guest-images - Base images that bundle an init system for use inside sandboxes.
- images - Collection of OCI image Dockerfiles.
- homebrew-tap - Homebrew formula for the
msbCLI. - Discord - Official community chat.
SDKs
Official
- Rust -
cargo add microsandbox. - TypeScript / Node.js -
npm i microsandbox. - Python -
uv add microsandbox. - Go - Module
github.com/superradcompany/microsandbox/sdk/go. - @microsandbox/agent-client - Low-level TypeScript client for the agent protocol.
- microsandbox-agent-client - Transport-agnostic Rust client for the agent protocol.
Community
- microsandbox-rb - Ruby bindings via native extension, with prebuilt runtime binaries.
- microsandbox-dotnet - .NET SDK.
- sbox - Small TypeScript library and CLI over microsandbox.
Agent Framework Integrations
- Eve by Vercel - Sandbox backend for Eve agents.
- ai-sdk-microsandbox - Sandbox provider for the Vercel AI SDK harness.
- deepagents-microsandbox - Backend for LangChain DeepAgents (Python).
- langchain-microsandbox - Integration for LangChain Deep Agents.
- pydantic-ai-microsandbox - Code execution for Pydantic AI agents.
- ComputeSDK - Provider with local and cloud microsandbox backends.
- effect-uai - Sandbox provider for Effect-based agents.
- @smthrs/microsandbox - Provider for the Smithers workflow orchestrator.
- model-sandbox-tools - Sandbox plugin for TypeScript agent frameworks.
- agentscope-go - Workspace backend for AgentScope Go.
- glovebox-mcp - MCP server exposing foundational agent tools inside a hardware-isolated sandbox.
- sandboxed-lit by LlamaIndex - Sandboxed execution for LlamaIndex workflows.
Coding Agents in Sandboxes
- agents-sandbox - Secure runner for coding agents (opencode, claude, pi) in a VM, optimized for dev/user experience.
- agent-sandbox - OCI image for running Claude Code, Codex, Gemini, and OpenCode in microsandbox.
- agent-vm by Wiren Board - Sandboxed VMs for AI coding agents (Claude Code, Codex CLI, OpenCode).
- micro-pi - Run the Pi coding agent inside a microsandbox VM.
- pi-backend - Self-deployable service giving Pi remote sessions, crons, and microVM execution.
- reve - Durable Ruby coding agents in mandatory microsandbox microVMs.
- devbox - Sandboxed Linux development environment powered by microsandbox.
- opencode-image - OpenCode image for Docker and microsandbox.
- boxme - Run your package manager inside microsandbox.
- GSA TTS Agentic Coding Quickstart - Government quickstart for agentic coding with sandboxed execution.
Orchestration and Hosting
- msbd - REST host exposing hardware-isolated microVMs over HTTP (Go).
- mc2 - Compose-shaped orchestrator for microsandbox microVMs (Rust).
- microsanbox-cloud - Spin up microsandbox VMs on a remote machine with APIs and proxy support.
- nomad-driver-microsandbox - HashiCorp Nomad task driver.
- msb-operator - Kubernetes operator for microsandbox sandboxes.
- operator by Devic - Sandbox orchestration layer with microsandbox/Docker runtimes, TTL lifecycle, and snapshots.
- lilbox - Self-hosted exe.dev-style microVMs published to your Tailscale tailnet.
- shoes-microsandbox - Provider for myshoes for ephemeral GitHub Actions self-hosted runners.
- @axiom-lattice/microsandbox-service - HTTP service for managing sandboxes.
- agent-compose by Chaitin - Compose-style definitions for agent environments.
- Devsy - Development environments with a microsandbox driver.
- Condukt and Once by Tuist - CI and task execution on microsandbox.
Images and Build Tools
- beambox - Build OCI images for microsandbox without Docker, with a Dockerfile front-end (TypeScript).
- docker-in-microsandbox - Running Docker inside a sandbox.
Packaging and Nix
- nix-msb - Nix tooling for running OCI images inside microsandbox microVMs.
- microsandbox-cli.nix - Unofficial Nix flake for the
msbCLI. - microsandbox-flake - Nix flake.
- nix-dev-microsandbox - Nix development shell inside microsandbox.
Tools and UIs
- msb-admin - Admin UI with FastAPI, HTMX, and xterm.js.
- microsandbox-tui - Terminal UI for managing sandboxes.
- hoosegow - PTY-first terminal manager for coding agents.
- omarchy-microsandbox - Omarchy shell plugin for managing microVMs from the bar.
- msb-omarchy - The Omarchy desktop (Hyprland + Quickshell) running inside a microsandbox microVM on Apple Silicon, in a native macOS window or over VNC.
- vivarium-cli - CLI for managing Vivarium sandboxes via microsandbox.
Testing and Benchmarks
- rightsize - Testcontainers-style integration testing on microVMs (Rust and TypeScript).
- sandbox-bench - Official reproducible cross-runtime sandbox benchmarks.
- mcpruntime - Benchmarked agent execution runtime comparing Docker, microVM, and in-process backends.
Products Built on microsandbox
- Smithers - Workflow orchestrator with a microsandbox provider.
- h5i - Agent platform with sandboxed execution.
- Agentic Usability by PSPDFKit Labs - Usability testing with agents in sandboxes.
- agent-sandbox by HatriGt - Cloud sandbox for coding agents on your own server, streaming back live.
- microsandbox-executor - Python sandbox service for agent-generated code with workspaces.
- deepagents-microsandbox by Hari31416 - Agentic data analysis platform combining LLM reasoning with isolated execution.
Resources
- Examples - Official examples: agents, browser automation, CI runners, Docker-in-sandbox, warm workers.
- Changelog - Release notes.
- Security - Isolation model and secrets handling.
- Troubleshooting - Platform-specific guides for Linux, macOS, and Windows.
Related Projects
- libkrun - The microVM library microsandbox is built on.
- smoltcp - Userspace TCP/IP stack used for sandbox networking.
- msbnet - Networking backend for VMs.
Contributing
Contributions welcome! Read the contribution guidelines first.