Self-hosted AI agent platform with Firecracker VM isolation.
cargo +nightly-2025-12-26 build --releasecargo run -p ironclawd # Local mode
cargo run -p ironclawd --features firecracker # VM modeexecution_mode = "guest_tools"
[firecracker]
enabled = true
vcpus = 2
memory_mib = 2048
disk_quota_mb = 512
[security.network]
allowed_domains = ["api.openai.com", "pypi.org"]Guest browser automation is gated by allow_browser = true in the guest config and requires
agent-browser plus a Chrome runtime to be installed wherever irowclaw runs.
INCLUDE_PYTHON=1 INCLUDE_NODE=1 ./scripts/build-guest-rootfs.shcode_exec- Execute Python/Node.js/Bashtool_install/tool_call- Custom toolsfile_read/file_write/bash/browser- Built-in
cargo +nightly-2025-12-26 test # 91 tests