Brig: Run coding agents in a MicroVM sandbox Brig, a tool from the brig-sh project, runs coding agents inside a microVM sandbox on the user's own machine, starting a session with the command `brig run claude ~/code/demo`. The sandbox boots with no credentials, mounts a named project read-write at `/work/`, and excludes all other host directories, the keychain, and the SSH agent, with egress policy enforced only on hull's `hvi` backend. Brig requires macOS 15 or newer on Apple silicon Macs, or macOS 14 with `BRIG_HYPERVISOR=vz`, and supports Linux x86-64 or arm64 with `nerdctl`, containerd and the `urunc` shim; Intel Macs are not supported. Brig runs a coding agent inside a microVM on your own machine. An agent working unattended can only damage what you handed it. Point it at one project, and a bad edit or a bad command reaches no further than that project. When you are done, throw the sandbox away and start clean. One command starts a sandbox and runs the agent in it: brig run claude ~/code/demo A session is