Microsandbox
ActiveDescription
Secure, local, cross-platform and programmable sandboxes for AI agents. Provides strict resource isolation using microVM technology.
Key Features
- Hardware-level isolation with microVM technology
- Instant startup with average boot times under 100ms
- Embeddable SDKs for Rust, Python, TypeScript, and Go
- Secrets that cannot leak - keys never enter the VM
- OCI compatible - runs standard Docker container images
- Long-running sandboxes with detached mode support
Use Cases
Quick Start
Install via cargo add microsandbox (Rust), uv add microsandbox (Python), npm i microsandbox (TypeScript), or go get (Go). For CLI, run npx microsandbox run debian or install globally with curl -fsSL https://install.microsandbox.dev | sh. Requires Linux with KVM or macOS with Apple Silicon.