Installs the Task CLI so sandbox agents can run Taskfiles.
5.3K
Installs the Task CLI so sandbox agents can run Taskfiles.
github.com
objects.githubusercontent.com
release-assets.githubusercontent.com
sbx run <agent> --kit docker.io/sbx/task-kit:latestRun the following command to install sbx on your machine.
brew install docker/tap/sbxwinget install Docker.sbxA mixin that installs the Task CLI in a sandbox so
agents can run Taskfile.yml tasks from the workspace.
Run it with any agent kit or built-in agent, from its published OCI artifact on Docker Hub:
sbx run --kit "docker.io/sbx/task-kit:latest" claude
Or from a git URL targeting this repo:
sbx run --kit "git+https://github.com/docker/sbx-kits-contrib.git#dir=task" claude
For local development, point --kit at this directory:
sbx run --kit ./task/ claude
After the sandbox starts, task is available on PATH:
task --version
task --list
This kit installs Task v3.50.0 from the upstream GitHub release and verifies
the release tarball checksum before installing. To update Task, change
TASK_VERSION and the per-architecture SHA256 values in spec.yaml.
The initial install supports Linux amd64 and arm64, which cover the normal
Docker Desktop sandbox architectures.