Axern¶
⭐ 168 · ✅ active · related
One-liner¶
Open-source sandboxes for AI agents: untrusted code execution and durable services.
About¶
The supported local path runs the complete stack with Docker Compose. It needs only the axern CLI and Docker Compose v2 — no source checkout, Make, Helm, or language toolchains. brew install cofy-x/tap/axern Without Homebrew, use the standalone checksummed installer: curl -fsSL https://raw.githubusercontent.com/cofy-x/axern/main/install.sh | sh Then start Axern and run the first workload: axern local up axern run python:3.12-slim -- python -c 'print("hello from axern")' local up starts Postg