Real-time status bar for Claude Code showing rate limits, context usage, and dev server monitoring.
npm install -g cc-statusbar
cc-statusbar installOr with npx (no global install):
npx cc-statusbar installRestart Claude Code. Done.
Updates check daily and apply silently in the background — no manual reinstall needed.
Open the interactive settings TUI:
cc-statusbar # if installed globally
npx cc-statusbar # or via npxKeyboard navigation:
↑↓NavigateSpace/EnterToggle on/off←→Adjust valuesEscExit
All changes save instantly and reflect in the status bar within 1 second.
AI assistants (Claude Code) can also edit ~/.claude/statusline.conf directly.
| Section | Example | Description |
|---|---|---|
| Model | Opus 4.6 (1M context) |
Current model and context window |
| Path | myproject@main |
Directory + git branch |
| Context | ctx ▓▓░░░░░░░░ 21% 790k/1.0M |
Context window usage + remaining tokens |
| 5h limit | 5h ▓▓▓▓░░░░░░ 45% 1h 3m |
5-hour rate limit + time until reset |
| 7d limit | 7d ░░░░░░░░░░ 4% 6d 22h 1m |
7-day rate limit + time until reset |
6 built-in styles, configurable via TUI:
| Style | Example |
|---|---|
| blocks | ▓▓▓▓░░░░░░ |
| dots | ●●●●○○○○○○ |
| squares | ■■■■□□□□□□ |
| lines | ━━━━────── |
| triangles | ▰▰▰▰▱▱▱▱▱▱ |
| ascii | ####...... |
10 languages supported. Change in TUI — all labels update instantly.
English, 한국어, 日本語, 中文, Español, Français, Deutsch, Português, Русский, Tiếng Việt
# English
ctx ▓▓░░░░░░░░ 21% | 5h ▓▓▓▓░░░░░░ 45% | 7d ░░░░░░░░░░ 4%
# 한국어
컨텍스트 ▓▓░░░░░░░░ 21% | 5시간 ▓▓▓▓░░░░░░ 45% | 7일 ░░░░░░░░░░ 4%
- Green: < 50%
- Yellow: 50-80%
- Red: > 80%
~/.claude/statusline.conf (auto-created on install):
# Sections (true/false)
SHOW_MODEL=true
SHOW_PATH=true
SHOW_GIT_BRANCH=true
SHOW_CONTEXT=true
SHOW_5H_LIMIT=true
SHOW_7D_LIMIT=true
SHOW_COST=false
SHOW_COMMANDS=true
LANGUAGE=en
# Bar appearance
BAR_STYLE=blocks
BAR_WIDTH=10
BAR_FILL="▓"
BAR_EMPTY="░"cc-statusbar # Open settings TUI
cc-statusbar install # Install to Claude Code
cc-statusbar uninstall # Remove
cc-statusbar update # Force reinstall latest
cc-statusbar help # HelpAll commands work with npx cc-statusbar ... too if you prefer not to install globally.
- Claude Code CLI
- bash (WSL or native)
- No external dependencies (no jq)