Skip to main content

Lightweight status bar monitor for Claude AI token usage

Project description

Claude Status Bar

🔋 Lightweight status bar for Claude AI token usage in your terminal.

Claude Code Status Bar

✨ One-Line Install

curl -fsSL "https://raw.githubusercontent.com/leeguooooo/claude-code-usage-bar/main/web-install.sh?v=$(date +%s)" | bash

💡 The ?v=$(date +%s) parameter ensures you get the latest version without CDN caching issues.

If you still see old version, try with additional cache-busting:

curl -fsSL -H "Cache-Control: no-cache" "https://raw.githubusercontent.com/leeguooooo/claude-code-usage-bar/main/web-install.sh?v=$(date +%s)&r=$RANDOM" | bash

This automatically:

  • ✅ Installs the package
  • ✅ Configures Claude Code status bar
  • ✅ Sets up shell aliases
  • ✅ Just restart Claude Code and you're done!

💡 After installation: Restart Claude Code and say something to see your usage!

📦 Alternative Install Methods

# PyPI
pip install claude-statusbar

# uv (fast)
uv tool install claude-statusbar

# pipx (isolated)
pipx install claude-statusbar

🚀 Usage

claude-statusbar  # or cs for short

Output: 🔋 T:48.0k/133.3k | $:59.28/90.26 | 🤖opusplan | ⏱️31m | Usage:16.5%

  • T: Token usage (current/limit)
  • $: Cost in USD (dynamic P90 limits)
  • 🤖: Current Claude model
  • ⏱️: Time until reset
  • Usage %: Cost-based percentage, color-coded (🟢 <30% | 🟡 30-70% | 🔴 >70%)

🔧 Integrations

tmux status bar:

set -g status-right '#(claude-statusbar)'

zsh prompt:

RPROMPT='$(claude-statusbar)'

🔄 Upgrading

Automatic Updates (Recommended)

The tool automatically checks for updates once per day and upgrades itself. No action needed! 🎉

When an update is available, you'll see: 🔄 Upgraded from v1.0.0 to v1.1.0

Manual Upgrade

If automatic upgrade fails, you can manually update:

# Re-run the installer (recommended - always gets latest)
curl -fsSL "https://raw.githubusercontent.com/leeguooooo/claude-code-usage-bar/main/web-install.sh?v=$(date +%s)" | bash

# Or upgrade via package manager:
# If installed with pip
pip install --upgrade claude-statusbar

# If installed with pipx  
pipx upgrade claude-statusbar

# If installed with uv
uv tool upgrade claude-statusbar

Note: After upgrading, restart Claude Code to use the new version.

💖 Support

If you find this tool helpful, consider:

  • ⭐ Star this repo
  • 💖 Sponsor via GitHub
  • 🐛 Report issues

📄 License

MIT

⭐ Star History

Star History Chart


Built on Claude Monitor by @Maciek-roboblog

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claude_statusbar-1.2.1.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claude_statusbar-1.2.1-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file claude_statusbar-1.2.1.tar.gz.

File metadata

  • Download URL: claude_statusbar-1.2.1.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for claude_statusbar-1.2.1.tar.gz
Algorithm Hash digest
SHA256 773f164374a781cfa026825dc3a0f4ac68051a709a582271f88d4871372b2ad6
MD5 ea0108d6fd040fdd69311a6d4fbc2f04
BLAKE2b-256 f27a2edee004b62249d3210fa59251ec607e730eec2d39e939e6f7092f3f32b0

See more details on using hashes here.

File details

Details for the file claude_statusbar-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for claude_statusbar-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c89f6497dba4a9bb5fbc8347e7401c39d596456f8acf356e7ebbe1b1458d94b7
MD5 05aee3de772a038f1776c4b243fa005d
BLAKE2b-256 4d63e775f8139fd9edcaf7df9e584b2d87f82c3ba289fdbffd3f8a9dc7bb818a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page