The tool that fills the gap every developer running multiple AI agents has but no existing product addresses. The distribution is already there — the AI coding community is actively looking for this.
AI-assisted development has created a workflow that existing tools weren't built for: running 5–10 Claude or Codex agents simultaneously, each in its own pane, each needing occasional permission approvals or input. Standard tmux gives you the panes but none of the intelligence. You have to babysit every pane manually.
gmux is the tool that makes parallel agent development actually manageable — status overlay, gesture navigation, voice commands, TTS responses, phone remote. It's the only tool that does this on Linux. The community that needs it is vocal, technical, and shares tools aggressively.
Target: developers running AI coding agents (Claude Code, Codex, Aider, etc) · Distribution: GitHub, Hacker News, r/LocalLLaMA, r/ClaudeAI
GitHub first, MIT licence. The core multiplexer is open source. Community builds trust, finds bugs, and creates the distribution channel that no amount of paid marketing can replicate.
Post to Hacker News: "Show HN: gmux — tmux wrapper for parallel AI agents with gesture + voice nav." The HN AI coding community is the exact target user. A good Show HN post gets 500+ installs the first week.
Post to r/LocalLLaMA, r/ClaudeAI, r/aider. These communities are actively frustrated with the babysitting problem. A demo GIF of voice-navigating between panes and approving a permission with a thumbs gesture will spread organically.
Publish to PyPI and AUR immediately. pip install gmux and paru -S gmux must work on day one. Friction at install kills developer tools.
The free/paid boundary: free = bring your own API key. Paid = Bedrock managed backend, no key needed, cross-machine sync, phone remote.
The paid value proposition is clear: developers who are paying $50–200/month for Claude API already want a managed, reliable backend that doesn't require rotating keys, handling rate limits, or worrying about credential exposure in config files.
Bedrock via AWS removes the API key entirely on the paid tier. IAM auth. Audit logs. Enterprise-grade. No "oops I committed my API key" incidents. This is a real selling point to any developer who's done that once.
Cross-machine session sync via DynamoDB. Your gmux config on the laptop matches your desktop. Agent bindings, gesture profiles, voice wake words — all synced. Paid users care about this daily.
Phone remote on paid tier. Approve agent permissions from your phone without touching the keyboard. Particularly useful for developers running long overnight agent sessions.
Developer tools live or die by content. One good video or article drives more installs than any ad campaign.
YouTube demo: "I built a terminal that you control by hand." 3 minutes. Show 6 agent panes, navigate by gesture, approve a permission by pointing, have an agent speak its status. No narration needed — the visual sells it.
Blog post: "Running 10 Claude agents at once — what I built to manage it." Target: dev.to, Hashnode, Medium. Real-world workflow post, not a product announcement. "Here's my actual setup" content converts better than feature lists.
Tweet/X thread: "tmux for AI coding agents." One-liner, then the breakdown. The AI coding Twitter community is enormous and shares tools constantly. A single RT from a prominent AI dev account can drive thousands of installs.
| Tool | Stars | Missing |
|---|---|---|
| herdr | 214★ | No gesture, no voice, no status overlay, no TTS |
| recon | 192★ | No gesture, no voice, no AI awareness |
| cmux | 13.3k★ | macOS only. Zero AI awareness. |
| Codeman | 289★ | Single agent. No multiplexing. |
| tmux + scripts | — | Everything. Status, gesture, voice, TTS, sync. |
| gmux | — | The only tool that combines all of it on Linux |