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
- Morning: Queue up the day's tasks on the board
- Start agents: Each claims a task and gets to work
- Your job: Review PRs, make architectural decisions, handle the parts only you can do
- 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:8822View on GitHub