Self-hosted AI sandbox with hardware isolation. Firecracker microVMs give each AI agent its own Linux machine — boots in 3s, destroyed after use. Works with LangChain, OpenAI, CrewAI, VS Code Copilot. No cloud. No Docker. Free (Apache-2.0).
Stars
12
Forks
2
Watchers
12
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
66
commits
docs: update README with real test output, add test_replay.py example
56ef091View on GitHubfeat: restore() works in engine mode via command replay, bump v0.9.4
b0ee65aView on GitHubfix: prevent duplicate session save on __del__, bump v0.9.3
a2d7ccdView on GitHubfix: import time at module level to prevent shutdown crash in auto-save
bb49ec8View on GitHubstyle: black formatting for snapshot.py, runtime.py, cli.py
4492467View on GitHubfix: remove unused Path import and unresolvable type annotation (ruff F401, F821)
1eaa1d4View on GitHubv0.9.0: Time-travel debugging, snapshots, filesystem tracing, agent diff
b278f2bView on GitHubfix: convert test_imports.py to proper pytest functions
d1ad71fView on GitHubfix: binary upload, resource limits, CI workflow, CHANGELOG, fat rootfs
56dd6bdView on GitHuboverhaul: Apache-2.0 license, README restructure, SECURITY.md, CONTRIBUTING.md, social preview, og:image, Beta status
6a9264cView on GitHubfix: use bare URL for demo video so GitHub renders it inline
c25462fView on GitHub