gastown
SHA-256Gas Town is a multi-agent workspace manager that coordinates AI coding agents with git-backed persistent work tracking. It solves context loss when agents restart, supports up to 20-30 agents, and provides mailboxes, identities, handoffs, and a Mayor coordinator.
Smart Download
Download Download Version
v1.2.1 · 13.4 MB
Orchestrate multiple AI coding agents (Claude Code, Copilot, Codex) with git-persistent work tracking, preventing context loss on agent restarts.
Core Features
- Git-backed persistent work state survives agent crashes and restarts
- Coordinate 20-30 AI agents with built-in mailboxes, identities, and handoffs
- Supports Claude Code, GitHub Copilot, Codex, Gemini, and more
- Workflow templates (Molecules) and monitoring (Witness/Deacon/Dogs)
- Integrated Beads issue tracking and cross-workspace collaboration via DoltHub
What It Can't Do
- •Requires Go 1.25+, Git 2.25+, Dolt 2.0.7+, beads 0.55.4+, and tmux for full experience. On macOS, `go install` produces unsigned binaries that macOS will SIGKILL; use Homebrew instead. The agent runtimes (Claude Code, Copilot CLI, Codex CLI) must be installed separately.
Use Cases
- Large projects requiring parallel AI agent development with automatic coordination
- Automated pipelines where agents frequently crash and must resume work seamlessly
Detailed Introduction
Gas Town is a workspace manager that allows you to coordinate multiple AI coding agents working on different tasks, solving the problem of context loss when agents restart. It persists work state in git-backed hooks, provides built-in mailboxes, identities, and handoffs for agent coordination, and scales comfortably to 20-30 agents. Key features include a Mayor AI coordinator, Rigs for project containers, Crew members for personal workspaces, Polecats for ephemeral worker agents with persistent identity, and Convoy/Beads integration for work tracking. It supports Claude Code, GitHub Copilot, Codex, Gemini, and other AI agents. Compared to AutoGPT or CrewAI, Gas Town uniquely uses git worktrees for persistent state (so agents never lose progress) and provides a full orchestration layer with mailboxes and escalation, rather than being limited to single-agent task decomposition.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Install Gas Town: brew install gastown or npm install -g @gastown/gt
Initialize workspace: gt install ~/gt --git && cd ~/gt && gt config agent list
Start the Mayor session: gt mayor attach, then tell the Mayor what to build
- Install Gas Town: brew install gastown or npm install -g @gastown/gt
- Initialize workspace: gt install ~/gt --git && cd ~/gt && gt config agent list
- Start the Mayor session: gt mayor attach, then tell the Mayor what to build
SHA-256 checksum verified
Checksum extracted from GitHub official Release page
SHA256 Checksum
b6901dab8c069f451c9a1d27e5bc0f58412c9860ec96aca5b1935edeb09ad75bThis checksum is extracted from the GitHub Release page. Verify file integrity after download.
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Homebrew: brew uninstall gastown. npm: npm uninstall -g @gastown/gt. Source: remove the cloned repo and the $HOME/go/bin/gt binary.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Similar Projects
opencode
OpenCode is a free, open-source AI coding agent that helps you write, refactor, and understand code. It offers two built-in modes: a full-access 'build' agent for active coding and a read-only 'plan' agent for safe exploration.
Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.
scrcpy
Display and control your Android device from your computer via USB or TCP/IP. No root required, high performance, low latency, supports audio and video mirroring.