Running AI Agents 24/7

Continuous operation requires self-healing, not just auto-start.

Running agents continuously isn't hard — keeping them productive is. amux's self-healing addresses every failure mode that would otherwise require manual intervention.

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