Why Open Source Agent Orchestration Matters
Your code stays on your machine. Your workflow stays under your control.
Proprietary agent platforms lock you in. amux is MIT-licensed, runs on your machine, and has zero external dependencies beyond Python and tmux. You own your setup completely.
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