by AThevon
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
# Add to your Claude Code skills
git clone https://github.com/AThevon/TokenEaterRequires a Claude Pro or Team plan. The free plan does not expose usage data.
A native macOS menu bar app + desktop widgets + floating overlay that tracks your Claude AI usage in real-time.
No comments yet. Be the first to share your thoughts!
See all features in detail on the website.
brew tap AThevon/tokeneater
brew install --cask tokeneater
Download the latest DMG from Releases, drag to Applications, then:
xattr -cr /Applications/TokenEater.app
Prerequisites: Claude Code installed and authenticated (claude then /login). Requires a Pro or Team plan.
TokenEater checks for updates automatically. When a new version is available, click Update in the modal — it runs brew upgrade behind the scenes.
Manual: brew update && brew upgrade --cask tokeneater
brew un...