aigon setup runs once after install. Eight steps, each skippable. Re-run any time with aigon setup --resume, or force a clean re-run with aigon global-setup --force.
- Prerequisites — verifies Node, npm, Git, GitHub CLI (
gh),tmux, andlsof; offers to install missing optionals (gh,tmux,lsof); prompts for Git identity if not configured; runsgh auth loginif needed. - Terminal preference (macOS) — iTerm2, Warp, Terminal.app, Ghostty, or cmux. Linux auto-detects GNOME Terminal / Kitty / xterm and falls back to
tmux. - Agent install — multi-select from Claude Code, Gemini CLI, Codex CLI, Cursor, OpenCode, and Kimi. Installs the binary and runs auth flow where supported.
- Optional seed clone — clones the brewboard-seed demo repo, runs
aigon apply, registers it with the dashboard. - Repo scan — scans
~/srcfor Git repos and offers to register them with the dashboard. - Dashboard server — starts the server (persistent on macOS/Linux). Skip if you want to start it yourself later with
aigon server start --persistent. - Brewboard demo — opt-in walkthrough that runs an autonomous feature against the seed repo.
- Aigon Pro vault — Pro users only; encrypted backups for spec history. See Installing Aigon Pro.
Re-running a step
aigon setup --resume # pick up where you left off
aigon global-setup --force # start over from step 1What if I skip the wizard entirely?
You can. Install agents with aigon install-agent <code>, start the dashboard with aigon server start --persistent, and run aigon doctor to verify your environment. See the Dashboard guide for the manual path.
Last updated on