Mobile PWA
Install amux on your iPhone or Android as a Progressive Web App. Monitor sessions, send commands, and manage the board from anywhere.
How it works
- Open
https://your-ip:8822in Safari or Chrome on your phone - Tap Share → Add to Home Screen to install as a PWA
- Session cards, live status, and token spend all update in real time
- Commands typed offline queue in IndexedDB — Background Sync replays on reconnect
When to use this
- Checking on overnight agents from bed without opening a laptop
- Sending a quick instruction to an agent while away from your desk
- Managing your agent fleet during a commute
Related demos
Try 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 serve # → https://localhost:8822
View on GitHub
Getting started →