microsandbox
local + cloud
docker
container runtime [1]
isolation model
hardware microvm · separate kernel
linux containers · host-kernel namespaces and control groups [3]
daemon required
none, runs in your process
dockerd · long-running background service [1]
boot time
320 ms median · microsandbox 0.4.5
463 ms median · same harness [2]
container escape risk
hardware microvm boundary between guest and host
container isolation can be incomplete with kernel vulnerabilities or unsafe capabilities and mounts [3]
image format
any oci image
any oci image [1]
credentials
credentials are destination-bound. the sandbox works with a placeholder; the real value is substituted host-side into supported intercepted outbound requests, only for destinations on your allow-list. an approved destination still receives the real credential and could reflect or misuse it, so scope your allow-lists accordingly.
environment variables or mounted files are visible in the container [1]
network policy
by default, sandboxes can reach the public internet. private, host-local, link-local, and metadata destinations are blocked. egress can be reduced to an allowlist or disabled entirely. in the cloud, the non-public block cannot be lifted, even by you.
container networking primitives that you assemble into policy [1]
host platforms
macOS · Linux · Windows (WHP, preview)
linux native; docker desktop uses a linux vm on macos and windows [1]
designed for
ai agents · untrusted code execution
application packaging and deployment [1]
ecosystem fit
runs oci images without a docker daemon
docker tooling, registries, compose, and kubernetes workflows [1]
cloud access
local runtime · private beta. access is by request.
self-managed or used through a container platform [1]
measured release: microsandbox 0.4.5, inferred from benchmark chronology because the raw artifact does not record the binary version; owner confirmation is pending. median of 10 measured runs after 2 warmups; end-to-end wall time from cli invocation to process exit; pre-pulled alpine userspace; bare-metal linux x86_64 on a gcp c3-standard-192-metal host (intel sapphire rapids, ubuntu 24.04, /dev/kvm). microsandbox: 320 ms; docker: 463 ms; firecracker: 808 ms. firecracker used the same alpine userspace and harness; these numbers do not use firecracker's narrower kernel-to-userspace boundary. full harness and raw results.