aibox
reproducible AI workspaces

aibox

Generate a predictable development environment, selected tools, provider-neutral agent context, and a terminal workspace from one project contract.

One contract, a complete workspace#

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

Quick start#

create a workspace
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