amux for Solo Developers

The output of a small team. The overhead of one person.

As a solo developer, you're the bottleneck. amux lets you run 10+ Claude Code agents in parallel — each working on a different feature, test suite, or module — while you review and merge.

A typical day

  1. Morning: Queue up the day's tasks on the board
  2. Start agents: Each claims a task and gets to work
  3. Your job: Review PRs, make architectural decisions, handle the parts only you can do
  4. Evening: Queue overnight tasks. Self-healing keeps agents working while you sleep

Get started with amux

Run dozens of Claude Code agents in parallel. Python 3 + tmux. Open source.

git clone https://github.com/mixpeek/amux && cd amux && ./install.sh
amux register myproject --dir ~/Dev/myproject --yolo
amux start myproject
amux serve  # → https://localhost:8822
View on GitHub