Launch a whole Linux computer
Each workload gets a Firecracker microVM with its own kernel, resources, network, and lifespan.
PERSONAL FIRECRACKER RESEARCH PROJECT
Capsule is an early attempt at giving AI agents isolated Linux microVMs on hardware you control. It is a working lab project, not a finished platform.
Built to learn in public.
APIs, images, and workflows will change.
Small on the outside.
Each workload gets a Firecracker microVM with its own kernel, resources, network, and lifespan.
Run commands and move files through private vsock. No guest SSH service or password pile.
TTL reaping, conservative garbage collection, snapshots, and checksummed images keep the host tidy.
security is the experiment
Capsule explores stronger boundaries for agent workloads using Firecracker, jailer, cgroups, and explicit network policy. It has not received an independent security audit.
Curious builders only.
Use a disposable test machine and nonsensitive workloads. Setup Center explains proposed host changes, but upgrades may break state and the project may change without migration support.
chmod +x capsule-linux-amd64sudo ./capsule-linux-amd64 installcapsule uiExperimental lab build · no production use · no stability promise