Microsandbox: fast local microVMs for untrusted workloads
Microsandbox packages hardware-isolated microVMs as a local, embeddable Rust runtime for untrusted workloads—including AI agents, plugins, CI jobs, and user code. It aims for Docker-like workflows without a daemon, with sub-100ms guest boot on Apple Silicon, OCI images, detached sandboxes, and secrets that stay outside the VM.
The project’s interesting boundary is operational rather than merely container-shaped: an application can create and control a VM as a child process, constrain network destinations, and expose the same lifecycle through Rust, Python, Ruby, TypeScript, or a CLI. It is still beta software, so the security claims need independent review rather than trust in the README.