microsandbox-v0.1.0
superradcompany/microsandboxmicrosandbox-v0.1.0May 20, 2025by appcypher
AI Summary
Initial release of Microsandbox, a secure self-hosted sandbox solution for AI agents featuring VM-level security isolation, a Python SDK, and CLI tools for sandbox management.
Key Highlights
- VM-level security isolation (stronger than Docker containers)
- Self-hosted sandbox server with full infrastructure control
- Python SDK (v0.1.5) for sandbox interaction
- CLI tools for local sandbox management
- Support for Python and Node.js sandbox environments
New Features
- True VM-level isolation with resource limitations and containment
- Safe execution of untrusted AI-generated code
- Installation on macOS (Apple Silicon) and Linux (KVM)
- API key management for controlled access
- Clean Python SDK for sandbox interaction
- Familiar CLI experience with sandbox management commands
- Optional persistence for development environments
Full Release Notes
## [0.1.0](https://github.com/microsandbox/microsandbox/compare/microsandbox-v0.1.0...microsandbox-v0.1.0) (2025-05-20) Initial release of Microsandbox: Secure self-hosted sandboxes for AI agents. ## What's Included This initial release provides: - Self-hosted sandbox server with VM-level security isolation - Python SDK (v0.1.5) for interacting with sandboxes - CLI tools for local sandbox management - Support for Python and Node.js sandbox environments ## Features ### Security - True VM-level isolation (stronger security boundary than Docker containers) - Proper resource limitations and containment - Safe execution of untrusted AI-generated code ### Self-Hosting - Full control over infrastructure and data - Installation on macOS (Apple Silicon) and Linux (KVM) - API key management for controlled access ### Developer Experience - Clean Python SDK for sandbox interaction - Familiar CLI experience with sandbox management commands - Optional persistence for development environments ## Installation ```bash # Install CLI curl -sSL https://get.microsandbox.dev | sh # Start server & generate key msb server start msb server keygen # Install SDK pip install microsandbox ``` ## Platform Support - macOS: Requires Apple Silicon (M1/M2/M3/M4) - Linux: Requires KVM virtualization - Windows: Support planned for future release ## Community - Discord: https://discord.gg/T95Y3XnEAK - Twitter: https://x.com/microsandbox - Reddit: https://www.reddit.com/r/microsandbox