Reproducible AI workspaces

Generate standard devcontainer files, selected tool addons, provider-neutral agent context, and a terminal workspace from one project contract.

Get started Read the overview

aibox.toml is the single source of truth for container identity, addons, AI harnesses, theme, layout, runtime settings, and processkit integration.

Declarative workspaces

One inspectable contract produces a reproducible development environment.

Standard output

Dockerfile, Compose, and Dev Container files remain readable and interoperable.

Provider neutral

Agent context lives in the project, with thin provider-specific entry points.

Quick start


curl -fsSL https://raw.githubusercontent.com/projectious-work/aibox/main/scripts/install.sh | bash
mkdir my-project && cd my-project
aibox init my-project --harness claude --addon python
aibox apply
aibox up