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

Natural Language Autoencoders: Turning Claude's Internal Representations into Text
Transformer Circuits Thread publishes Natural Language Autoencoders that decode Claude's internal activations into readable text. GitHub repo and interactive demo available.

McPherson AI releases two new QSR operations skills on ClawHub: food cost diagnostics and labor leak auditing
Two new free skills have been published on ClawHub: qsr-food-cost-diagnostic catches COGS issues weekly with a four-lever diagnostic, and qsr-labor-leak-auditor provides daily labor tracking with mid-week alerts to prevent overspend.

OpenClaw Alexa Voice Proxy Enables Bidirectional Voice Interaction
openclaw-alexa-voice is a Node.js proxy that connects an Alexa Custom Skill to the OpenClaw gateway with a three-tier response system for voice queries. It handles fast responses under 1 second, agent responses under 12 seconds, and deferred complex queries processed asynchronously within 2 minutes.

Four Free Claude Code Skills for Prompt Clarity, Tutorials, and Bug Hunting
Four Apache 2.0, no-paid-tier Claude Code skills: prompter (prompt rewriting), tutorial-creator (annotated code walkthroughs), bug-echo (post-fix anti-pattern sweep), and bug-prospector (pre-release audit with 7 analysis lenses).