zerobootdev/zeroboot
Sub-millisecond VM sandboxes for AI agents via copy-on-write forking observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 73
- Release rhythm 35
- Longevity 12
Flags: no_releases young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 171
- days_rel: n/a
- days_push: 165
- n_releases_24m: 0
Adoption not part of the score
2435 stars · 108 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Zeroboot is an open-source sandboxing service that spawns sub-millisecond KVM virtual machines for AI agent code execution by forking Firecracker snapshots via copy-on-write memory mapping. It exposes an HTTP API and Python/TypeScript SDKs, and can be self-hosted on any Linux host with KVM or used via a managed API.
Use cases
- run untrusted AI-generated code in isolated VMs
- spawn thousands of sandboxes with millisecond latency
- execute Python or JavaScript snippets server-side for agents
- self-host a code execution sandbox on a Linux box with KVM
- replace E2B or Daytona with a faster, cheaper sandbox
- give LLM agents a safe compute environment with hardware isolation
When to choose
- you need hardware-enforced VM isolation for untrusted agent code
- spawn latency and per-sandbox memory footprint are critical
- you want an open-source, self-hostable alternative to E2B or microsandbox
- you run Linux hosts with KVM support
When to avoid
- you need a production-hardened, battle-tested sandbox today
- your hosts lack KVM or you run on macOS/Windows
- you need non-Linux guest runtimes beyond the preloaded templates
- you require long-lived persistent sandboxes rather than short-lived forks
Facets
service · maturity experimental
api-framework http-server sdk security cloud-computing developer-tools self-hosted rust python self-hosted cloud firecracker kvm copy-on-write vm-snapshots code-interpreter ai-agent-sandbox sub-millisecond-spawn sandbox virtualization code-execution ai-agents linux nodejs
2 sources
- readme: https://github.com/zerobootdev/zeroboot · fetched 2026-08-28 · 486daa6c8f9e
- homepage: https://zeroboot.dev · fetched 2026-08-29 · 7183ec2019da
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zerobootdev/zeroboot | main | 48 |
For agents
markdown · JSON · MCP: product_card(name="zerobootdev/zeroboot")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem