superradcompanyDeveloper tools
microsandbox
A fast, local-first microVM runtime and library for running untrusted workloads.
- Backend
- DevOps
- Security
- Automation
- Productivity
- CLI
- API/SDK
- Windows
- macOS
- Linux
- Runs locally
- Popularity
- 7.5k Stars
- GitHub stars
- Recent activity
- 8/14/2026
- Updated in the last 30 days
- License
- APACHE-2.0
- Permissive
Why it matters
We look beyond stars: what problem it solves, whether it creates real utility, and what makes its approach worth noticing.
Problem
Addresses the need for lightweight, fast, and hardware-isolated sandbox environments for running untrusted code in local development or application contexts.
Practical value
Provides a cross-platform microVM runtime with OCI image support and SDKs for Rust, Python, TypeScript, and Go, allowing embedded sandbox lifecycle management directly within code.
Innovation / differentiation
Simplifies the complexity of traditional VM deployment by wrapping microVM technology into an embeddable library, with startup speeds optimized for scenarios like AI agents.
Leverage potential
Developers can leverage the SDK to integrate sandboxing into automation tools, CI pipelines, or AI agents without maintaining additional daemons or infrastructure.
Why now
With the rise of AI agent development, the demand for securely executing untrusted code is growing, and this project addresses the current need for localized, low-latency sandbox environments.
Community activity
In the last 90 days there were 109 new issues and 516 pull requests; the bounded issue/PR samples include 67 issue authors and 12 PR contributors, with at least 19 releases.
Maintainer responsiveness
The 99-issue window sample had a 79% close rate, and the 99-pull-request sample had a 90% merge rate. Maintainer-response observations covered 30% of that issue sample, with a 27% response rate and median first response of 1.6 hours.
Key highlights
- Hardware-level isolation using microVM technology
- Full compatibility with OCI container images
- Cross-platform support for Linux, macOS, and Windows
Quick start
How it is installed, how hard it is, and where to start.
Where it runs
To be confirmed
Difficulty
Medium — some setup needed
- 01Install the CLI tool using the provided install script
- 02Add the SDK to your project via your language's package manager
- 03Launch a container image using the
msb runcommand - 04Invoke
Sandbox::builderin your code to create an instance - 05Execute commands inside the sandbox using the
execmethod - 06Call the
stopmethod to clean up sandbox resources
Best for
- Developers who want to try it on their machine
More about it
Microsandbox is a local microVM runtime designed for executing untrusted workloads. It enables developers to create isolated environments for AI agents, CI jobs, or plugins while maintaining familiar Docker-like workflows for images and volumes.
The tool operates without a long-running background daemon, allowing VMs to be spawned directly from application code via its SDK. It focuses on rapid startup and minimal integration overhead for dynamic isolation requirements.
Sources
Each field shows its status and source — expand to review.
12 · Expand
Sources
Each field shows its status and source — expand to review.
capability tags
Verifiedautomation, security, productivity
Source: admin_cms · cms editor · 8/18/2026
Latest release
Verifiedv0.6.8
Source: GitHub API · latest_release=v0.6.8 · 8/14/2026
License
VerifiedApache-2.0
Source: GitHub API · license.spdx_id=Apache-2.0 · 8/14/2026
needs api key
VerifiedNo
Source: admin_cms · cms editor · 8/14/2026
One-liner
Verified{"en":"A fast, local-first microVM runtime and library for running untrusted workloads.","zh":"用于运行不受信任工作负载的快速本地微型虚拟机运行时与库。"}
Source: admin_cms · cms editor · 8/14/2026
Platforms
Verifiedwindows, macos, linux
Source: admin_cms · cms editor · 8/14/2026
Category hint
Inferred from materialsai-apps
Source: Project README · hint=ai-apps · 8/14/2026
product forms
Verifiedcli, api_sdk
Source: admin_cms · cms editor · 8/18/2026
role tags
Verifiedbackend, devops, security
Source: admin_cms · cms editor · 8/18/2026
supports docker
VerifiedNo
Source: admin_cms · cms editor · 8/14/2026
supports local
VerifiedYes
Source: admin_cms · cms editor · 8/14/2026
supports self host
VerifiedNo
Source: admin_cms · cms editor · 8/14/2026
Related projects
Other verified projects matched by category, capabilities, and intended roles.
open-connector
An open-source agent connector gateway that keeps third-party app accounts behind a dedicated runtime and exposes actions through web, MCP, HTTP/OpenAPI, and SDK interfaces.
spec-kit
An open-source CLI toolkit for Spec-Driven Development that guides AI coding agents through structured specification, planning, and code generation steps.
CLI-Anything
A toolkit for generating and managing agent-callable CLIs for existing software, with CLI-Hub, generation workflows, and skill/plugin integrations.
opencodex
A universal local proxy that enables the use of any LLM, such as Claude, Gemini, or DeepSeek, within Codex and Claude Code, while managing ChatGPT account pools.
xplr
A scriptable terminal TUI file explorer that provides a keyboard-driven visual layer for filesystem workflows, command-line tools, plugins, and integrations.
agentdock
Secure MCP runtime for AI agents to operate local machines, servers, and containers with multi-device orchestration.