Disposable sandboxes you can hand to an AI agent.
Each box is a pristine “fresh machine” built from a Dockerfile; run a command inside it, and it can’t touch your host.
$ curl -fsSL https://dabs.dev/install.sh | shdabs → darwin/arm64
Installed: usage: dabs <command> [args]
$ dabs recipesSupported platforms: Linux and macOS.
- A recipe is the whole box spec.
- Every boot is a new, pristine box.
- Boxes run locally or on a remote server.
- Run a command — or a whole agent — inside.