Real-time statusline, live monitor, session analytics, hooks, and slash commands for Claude Code.
brew tap slima4/claude-tui && brew install claude-tui
Real-time status bar showing context usage, cost, cache ratio, turn count, git diff, tool trace, and matrix rain animation. Two modes: full (3-line) and compact (1-line).
Dashboard in a separate terminal with live stats, scrollable log viewer with filters, session browser, settings panel, and export. Auto-detects and follows active sessions.
Post-session analytics with cost breakdown, token usage sparkline, tool usage chart, file activity heatmap, and multi-session summaries.
Browse, search, compare, resume, and export Claude Code sessions. Diff two sessions side-by-side to compare cost, duration, and activity.
Automatic context injected into sessions — file activity heatmap on start, reverse dependency warnings after edits, high churn alerts before edits.
Transparent proxy that intercepts all API calls. See tokens, cost, latency, cache ratio, content block types, sub-agent tracking, and compaction detection in real-time.
In-session analytics on demand: /tui:session /tui:cost /tui:perf /tui:context for deep reports without leaving Claude Code.
Real-time status bar with everything you need at a glance
Full-screen dashboard in a separate terminal — run claudetui monitor
Post-session analytics and multi-session summaries
Intercept every API call between Claude Code and Anthropic — run claudetui sniffer
Automatic context injected into your sessions
# Homebrew (macOS) brew tap slima4/claude-tui && brew install claude-tui claudetui setup # macOS / Linux / WSL curl -sSL https://raw.githubusercontent.com/slima4/claude-tui/main/install.sh | bash
# Statusline and hooks work automatically claude # Open a second terminal for live monitor claudetui monitor
# Inside Claude Code /tui:session /tui:cost # After a session claudetui stats claudetui sessions list
Clean removal of all settings, hooks, and commands