ashishgituser/bunkervm
BunkerVM is a tiny operating system that boots in 2 seconds and gives AI agents a safe, isolated Linux machine to work in. Install it with one command. No Docker. No cloud. No config files.
Built on Firecracker microVMs with hardware (KVM) isolation, BunkerVM adds time-travel debugging via snapshots, restores, and filesystem tracing—letting you rewind agent execution to any step and compare divergent behavior across sessions. The architecture uses vsock transport for command execution, in-VM filesystem diffing per step, and snapshot management backed by Firecracker's native state APIs, enabling deterministic replay without re-execution. It targets AI agent safety workflows and integrates directly with Python sandboxing code.
9 stars and 2,401 monthly downloads. Available on PyPI.
Stars
9
Forks
—
Language
Python
License
AGPL-3.0
Category
Last pushed
Mar 11, 2026
Monthly downloads
2,401
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/ashishgituser/bunkervm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gradion-ai/ipybox
Python code execution sandbox with programmatic MCP tool calling (PTC)
BlackSnufkin/LitterBox
A secure sandbox environment for malware developers and red teamers to test payloads against...
Kiln-AI/Kilntainers
MCP server to give every agent an ephemeral Linux sandboxes for executing shell commands.
universal-tool-calling-protocol/code-mode
🔌 Plug-and-play library to enable agents to call MCP and UTCP tools via code execution.
buremba/1mcp
Let your agent write code and execute code directly in the browser with WASM