Claudio lets Claude Code sessions message each other.
curl -fsSL https://raw.githubusercontent.com/mekarpeles/cmux/main/install.sh | bash
Claudio wraps around Claude Code sessions and adds the ability to discover other running agents, pair with them, and send them messages.
claudio teams using cmuxcmux is a multiplexer that enables you to easily run multiple concurrent, communicating claudio agents using tmux. It has a CLI that feels like tmux meets docker. You can manage Claude sessions in tmux windows, spin up new agents, and have agents message each other directly in real time.
cqcq is a lightweight task queue designed for claudio agents. It is based on gh and implements GitHub's Issues API locally as .cq/ on disk. cq works without claudio but claudio and cmux offer utilities to make these tools work seamlessly together.
Scans the state directory and shows all live agents with their names and socket paths.
Exchange socket addresses in a direct handshake. No registry required.
Delivers to any paired agent by name, or to any socket path directly.