Skip to content

andyrewlee/amux

Repository files navigation

Screenshot 2026-01-20 at 1 00 23 AM

TUI for easily running parallel coding agents

Latest release License Go version Discord

Quick start · How it works · Features · Configuration

amux TUI preview

What is amux?

amux is a terminal UI for running multiple coding agents in parallel with first-class support for git worktrees.

Quick start

curl -fsSL https://raw.githubusercontent.com/andyrewlee/amux/main/install.sh | sh

Or with Go:

go install github.com/andyrewlee/amux/cmd/amux@latest

Then run amux to open the dashboard.

How it works

Each workspace is a git worktree with its own branch. Agents work in isolation without conflicts, then you merge changes back when done.

Features

  • Parallel agents: Launch multiple agents within main repo and within workspaces
  • No wrappers: Works with Claude Code, Codex, Gemini, Amp, OpenCode, and Droid
  • Keyboard + mouse: Can be operated with just the keyboard or with a mouse
  • All-in-one tool: Run agents, view diffs, and access terminal

Configuration

Create .amux/workspaces.json in your project to run setup commands for new workspaces:

{
  "setup-workspace": [
    "npm install",
    "cp $ROOT_WORKSPACE_PATH/.env.local .env.local"
  ]
}

Workspaces are stored in ~/.amux/workspaces/<project>/.

Development

git clone https://github.com/andyrewlee/amux.git
cd amux
make run

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages