@wirenboard/agent-vm
v0.1.21
Published
Sandboxed VMs for AI coding agents (Claude Code, Codex CLI, OpenCode), built on microsandbox.
Downloads
2,236
Readme
@wirenboard/agent-vm
Sandboxed VMs for AI coding agents — Claude Code, Codex CLI, OpenCode — running inside per-project libkrun microVMs built on microsandbox.
This package is a thin launcher; the actual native binaries
(agent-vm, the patched msb, libkrunfw) ship in the
platform-specific subpackage installed automatically as an
optionalDependency (e.g. @wirenboard/agent-vm-linux-x64).
Install
npm install -g @wirenboard/agent-vm
# or
npx @wirenboard/agent-vm <subcommand>Requirements: Linux with /dev/kvm (your user must be in the kvm
group) and Node 18+. macOS and Windows aren't supported yet.
Quick start
agent-vm setup # pull the latest image, verify it boots
cd ~/your-project
agent-vm claude # or codex / opencode / shellFull docs, subcommand reference, and source: https://github.com/wirenboard/agent-vm.
