Building Your First Agent Fleet
From zero to a fleet of 10 agents in 15 minutes.
Step 1: Install
git clone https://github.com/mixpeek/amux && cd amux && ./install.sh
Step 2: Register sessions
amux register auth --dir ~/Dev/app --yolo
amux register api --dir ~/Dev/app --yolo
amux register tests --dir ~/Dev/app --yolo
Step 3: Start the fleet
amux start auth && amux start api && amux start tests
amux serve
Step 4: Assign work
Open the dashboard, post tasks to the board, and let agents claim them. Monitor progress from the web UI or your phone.
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