A gesture-aware AI terminal multiplexer. Run 10 Claude agents simultaneously. Navigate panes by hand. Accept permissions by voice. The developer environment that fits how AI-assisted coding actually works.
Running multiple Claude agents in parallel is how serious AI-assisted development actually works. You don't run one agent sequentially — you run a doofing session, a test runner, a refactor agent, and a shell, simultaneously. Standard tmux gives you the panes but none of the awareness: you have to actively check each one, manually accept permissions, manually navigate.
gmux adds a status layer — 🟢🔴🟡 per pane — so you know at a glance which agents are working, waiting for permission, or blocked. Then it adds gesture and voice navigation so you don't break flow to interact with the multiplexer itself.
| Tool | Stars | What's missing |
|---|---|---|
| herdr | 214★ | No gesture control, no voice, no status overlay |
| recon | 192★ | No gesture control, no TTS, Linux only |
| cmux | 13.3k★ | macOS only. No AI awareness. |
| Codeman | 289★ | Single agent. No multiplexing. |
| gmux | this | Gesture pane control · voice nav · TTS · phone remote · Linux |
gmux is open source and fully functional locally. The cloud tier adds what local can't provide:
Bedrock as the managed AI backend. Users don't configure or pay for API keys directly on the paid tier. Anthropic Claude via AWS IAM — enterprise-grade auth, no credentials exposed in config files.
Lambda + DynamoDB sync session configurations, agent bindings, and keybindings across machines. Your gmux setup on the laptop matches your desktop matches your server.
Free: local Anthropic/OpenAI key, basic pane tracking. Paid ($12/month): Bedrock backend, session sync, phone remote, priority support. Enterprise: dedicated instance, SLA, custom integrations.
Bedrock — Managed Claude API. No user API key. IAM auth. Audit logs. The prerequisite for a business-grade paid tier.
Lambda — Sync session state, agent configurations, and keybindings. Stateless, scales to any user count.
DynamoDB — Per-user session storage. Cross-machine config sync. Sub-10ms reads for session restoration.
CodeWhisperer — Voice/gesture-triggered suggestions. "Kalarc, suggest a fix for the error in pane 3."