Releases: ignitedvisions/Claude-Counter-Android
Releases · ignitedvisions/Claude-Counter-Android
Claude Counter v1.0.1
I've been using Claude a lot lately, and one of my biggest pain points was never knowing exactly how close I was to hitting my usage limits until I actually hit them. I know there's a browser extension, but I wanted something native for my phone to keep track on the go.
So, I built Claude Counter, a lightweight Android app that polls your usage and gives you live countdowns.
Features:
- Live Dashboard: Dark-themed UI with animated progress bars for both your 5-Hour Session and 7-Day Weekly limits.
- Rich Notifications: A persistent notification shade that shows mini horizontal bar graphs with your exact percentage and time remaining without needing to open the app.
- Alerts: Notifies you the exact moment your session or weekly limit resets so you can get back to work.
- Background Polling: Runs a foreground service that checks every 2 minutes.
How it works: It uses a local WebView to let you log in to Claude.ai securely. It then extracts your session cookie and organization ID, and polls the official /usage endpoint. Everything stays on your device—no middleman servers.