A lightweight Windows and macOS desktop widget that displays your subscription usage in real-time.
- Floating Widget - Always-on-top meter shows usage at a glance
- System Tray - Runs quietly in the background
- Real-time Updates - Automatically refreshes every 5 minutes
- Session & Weekly Tracking - Monitor both 5-hour rolling and weekly usage
- Reset Timers - See exactly when your limits reset
- Draggable - Position the widget anywhere on your screen
- Download the latest release from Releases
- Run the installer (
Claudometer_x.x.x_x64-setup.exe) - Launch from Start Menu or system tray
- Download the latest release from Releases
- Open the
.dmgfile and drag the app to Applications - Launch from Applications folder
- Open the Settings window (right-click tray icon → Settings)
- Enter your session key:
- Go to claude.ai and log in
- Open Developer Tools (F12)
- Navigate to Application → Cookies
- Find the
sessionKeycookie and copy its value
- Paste the session key and click Connect
- Left-click the tray icon to toggle the meter visibility
- Right-click for the context menu:
- Show/Hide Meter
- Always on Top toggle
- Refresh Now
- Settings
- Quit
# Install dependencies
npm install
# Development mode
npm run tauri:dev
# Production build
npm run tauri:buildBuild outputs are in src-tauri/target/release/bundle/
- Framework: Tauri 2.x
- Frontend: React + TypeScript + Vite
- Backend: Rust
- Styling: Tailwind CSS
- @jsvana - macOS support
MIT
