Getting Started
This section covers everything you need to go from zero to running Gas Town with your first project.
Prerequisites
Before installing Gas Town, ensure you have:
- Go 1.23+ — Gas Town is written in Go
- Git 2.25+ — Worktree support required
- Beads (bd) 0.44.0+ — Issue tracking CLI
- SQLite3 — Backend for Beads
- Tmux 3.0+ — Recommended for multi-agent session management
- Claude Code CLI — Or a compatible AI coding agent runtime
What You'll Learn
- Installation — Install Gas Town and its dependencies
- Quick Start — Set up your workspace and add your first project
- Your First Convoy — Assign work and watch agents deliver
The 30-Second Version
brew install gastown # Install
gt install ~/gt --git # Create workspace
cd ~/gt
gt rig add myapp git@github.com:you/app.git # Add project
gt mayor attach # Start the Mayor
# Tell the Mayor what to build