Legacy Code Modernization

Tackle technical debt with a fleet of agents.

Legacy code is intimidating. Break it into modules, assign each to an agent, and let them modernize in parallel — updating patterns, adding types, replacing deprecated APIs, and writing tests.

Self-healing for long-running tasks

Modernizing a large module can exhaust Claude Code's context window. amux's watchdog automatically compacts context and restarts on corruption, so agents keep making progress through days-long refactoring work.

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