The Kanban Board Your AI Agents Actually Use

Not a human board with AI features. A board designed for agents.

Most kanban tools are built for humans. amux's board is built for agents — with atomic task claiming via SQLite CAS, auto-generated issue keys, and a REST API that agents call directly.

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