Self-healing, parallel AI coding sessions with a web dashboard, mobile app, and agent-to-agent orchestration. Zero external dependencies.
GET/POST/DELETE /api/branding
$AMUX_SESSION and $AMUX_URL injected at startup. A shared global memory file gives every agent the full REST API. Agents delegate work to each other in plain English.POST /api/board/:id/claim is a SQLite CAS. Dozens of agents race for the same queue with no Redis, no duplicated work.os.execv on save. Only deps: python3 and tmux.| amux | Claude Code | Other wrappers | |
|---|---|---|---|
| Parallel agents | Unlimited, isolated | One per terminal | Limited or manual |
| Self-healing | Watchdog auto-compacts + replays | Crashes on context overflow | Basic restart only |
| Mobile management | Native iOS app + PWA | Terminal only | Not available |
| Agent coordination | REST API + atomic task claiming | None | Shared filesystem at best |
| White-label | Full branding: name, icon, logo, colors | Not available | Not available |
| Setup | git clone + ./install.sh, 0 deps | pip install | Docker, config, API keys |
Have questions? Open an issue or email [email protected]