tmux-claude: Monitor Claude Code Instances Across Tmux Panes

✍️ OpenClawRadar📅 Published: March 24, 2026🔗 Source
tmux-claude: Monitor Claude Code Instances Across Tmux Panes
Ad

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
Ad

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

Ad

👀 See Also

Open-source MCP server adds built-in session memory for Claude Desktop
Tools

Open-source MCP server adds built-in session memory for Claude Desktop

A developer built a TypeScript MCP server with integrated session memory to preserve context between Claude Desktop coding sessions, eliminating the need for separate memory infrastructure. The server includes session save/load functions and additional tools like Brave Search and Google Gemini integration.

OpenClawRadar
Myelin: MD Extractor and Evaluator for Claude Code Procedural Memory
Tools

Myelin: MD Extractor and Evaluator for Claude Code Procedural Memory

Myelin is an MCP server that hooks into Claude Code via PostToolUse to capture tool calls, automatically extracting .md procedure files from successful sessions and tracking whether Claude follows existing procedures step-by-step.

OpenClawRadar
Relvy improves Claude's root cause analysis accuracy by 12 percentage points on OpenRCA benchmark
Tools

Relvy improves Claude's root cause analysis accuracy by 12 percentage points on OpenRCA benchmark

Relvy, a tool that automates runbooks, has demonstrated a 12 percentage point improvement in Claude's accuracy on the OpenRCA benchmark for root cause analysis. The results were shared via a Hacker News post with 11 points.

OpenClawRadar
OpenClaw Memos Plugin Addresses Memory Handoff Issues in AI Coding Agents
Tools

OpenClaw Memos Plugin Addresses Memory Handoff Issues in AI Coding Agents

A Reddit user shares how the Claude code leak highlighted problems with memory handoff in AI coding agents, where bloated transcripts cause issues during model switching. They implemented the memos plugin in OpenClaw with selective recall strategy to compress recent work and drop stale tool calls.

OpenClawRadar