01
Real hardware isolation
Every sandbox is its own KVM microVM with its own Linux kernel. A guest escape has to beat the hypervisor — not just a namespace it shares with the host.
A local-first, open-source runtime that runs AI-agent tool calls in isolated Firecracker microVMs — real hardware isolation, not a shared kernel.
Every sandbox is its own KVM microVM with its own Linux kernel. A guest escape has to beat the hypervisor — not just a namespace it shares with the host.
A custom Go initramfs boots an overlayfs root and switch_roots in. create blocks on a vsock readiness probe, so a returned sandbox is usable on the very first exec.
Length-prefixed JSON over a vsock socket — no IP stack. v0.1 sandboxes run with no network device at all, and PID 1 reaps orphaned processes so nothing leaks.
Three endpoints. One daemon. Runs on your machine.