tmux-claude: Monitor Claude Code Instances Across Tmux Panes

What tmux-claude does
tmux-claude monitors Claude Code instances across tmux panes with three main features: a live status bar, an interactive dashboard, and an enhanced window chooser. It shows Claude instances' status, context window usage, model, token counts, and duration without leaving your current pane.
Key features
- Status bar — Always-visible summary showing counts like "CC 2 working 3 idle," refreshed every 5 seconds
- prefix + m — Opens an fzf picker to browse all windows with a live preview panel showing per-instance details including model, context percentage, directory, and token counts
- prefix + w — Standard tmux window chooser annotated with Claude status like "[CC: WORKING | opus-4-6 | ctx 20%]"
- Desktop notifications — Get notified when an instance finishes, with a snippet of the last response
- No API calls — Reads entirely from Claude Code's local session/conversation files
Installation and compatibility
Install with:
curl -fsSL https://raw.githubusercontent.com/ethanpark374/tmux-claude/main/install.sh | bash
Works on macOS and Linux. Tested with tmux 3.2+.
Source and feedback
The tool is available at https://github.com/ethanpark374/tmux-claude. The creator welcomes feedback, especially regarding detection issues with unusual launch setups.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Skill /council Runs Prompts Across 4 AI Models in Parallel
A Claude Code skill called /council sends any prompt to GPT, Claude, Gemini, and Grok simultaneously in about 7 seconds, then uses Gemini to synthesize the best response by identifying specific improvements from the other models.

Introducing Xrouter: A Smart Hybrid LLM Router to Optimize Cost and Performance
Discover Xrouter, an open-source creation that dynamically integrates local with cloud inference, designed to slash AI costs while boosting efficiency.

Local AI Agent Achieves Sub-Second STT and TTS Latency with Open-Source Servers
A developer achieved ~0.2s STT latency using Whisper large-v3-turbo with hybrid thread-managed GPU architecture and ~250ms TTS latency with Coqui-TTS optimized for low-latency synthesis. Both implementations are fully self-hosted and open-sourced.

Free Claude Session Optimizer: Token Estimator, Prompt Compressor, and Session Planner
A developer has built a free, no-sign-up tool to help manage Claude's usage limits with three features: a token estimator to preview prompt consumption, a prompt compressor that reduces prompts 40-60% by removing filler phrases, and a session planner that groups tasks to minimize context reloading.