Mobile-First Agent Management

Your agents work 24/7. You should be able to check on them from anywhere.

amux's PWA works on iOS and Android. Check agent status, peek at output, send commands, and manage the board — all from your phone. Offline support means queued commands replay when you reconnect.

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