bsdkrun-cli
Installation
SKILL.md
bsdkrun CLI
bsdkrun runs lightweight microVMs (FreeBSD / NetBSD / Linux OCI images) on macOS
(Hypervisor.framework) and Linux (KVM), built on libkrun. It's Docker-like:
run → ps → exec/shell → stop → start → rm, plus snapshots (commit/flavors),
persistent volumes, port forwards, an in-guest agent (for exec/ssh/tailscale),
and optional global networks with internal DNS.
State lives under <state>/ ($XDG_STATE_HOME/bsdkrun or ~/.local/state/bsdkrun);
downloads cache under $BSDKRUN_CACHE (default ~/.cache/bsdkrun).
For the full flag list of every command, read references/cli-reference.md.