Prerequisites
- Node.js 22+
- Docker
Quick Start
Get Beige running in under 5 minutes.Step 1 — Install
Step 2 — Run setup
~/.beige/config.json5 with a minimal default configuration.
Step 3 — Add your API key
Open~/.beige/config.json5 and set your Anthropic API key:
${ANTHROPIC_API_KEY} and export it in your shell:
Step 4 — Start the gateway
Step 5 — Start the TUI
What beige setup Creates
beige setup initializes ~/.beige/:
Default Config
The generated~/.beige/config.json5:
Updating
Uninstalling
~/.beige/ is not removed — it holds your config, sessions, audit logs, and plugin data. Remove it manually if you want a clean slate:
Source Install (Contributing)
If you are contributing to Beige or want to run from source:pnpm run beige automatically sets BEIGE_HOME=./.beige, so all runtime data (config, sessions, logs, sockets) stays inside the repo folder — completely separate from your global ~/.beige. The .beige/ folder is already in .gitignore.
Everything works identically to the global install:
BEIGE_HOME at any directory:
