Android home screen widget that displays your Claude Pro/Max subscription usage limits.
- Bar Widget: Horizontal/vertical progress bars showing 5-hour and 7-day usage
- Radial Widget: Circular rings display
- System accent or Claude orange color themes
- Auto-refreshes every 15 minutes
- Android 8.0+
- Claude Code CLI installed and authenticated
- Java 17+ (or Android Studio)
# Set JAVA_HOME if not using Android Studio's bundled JDK
export JAVA_HOME="/Applications/Android Studio.app/Contents/jbr/Contents/Home"
# Build debug APK
./gradlew assembleDebugAPK output: app/build/outputs/apk/debug/app-debug.apk
-
Install the APK on your Android device
-
Get your OAuth token:
macOS:
security find-generic-password -s "Claude Code-credentials" -wLinux:
cat ~/.config/claude-code/credentials.json -
Copy the
accessTokenvalue from the JSON output -
Open the app and paste the token
-
Add the widget to your home screen
| Widget | Description |
|---|---|
| Claude Usage - Bars | Progress bars, resizable horizontal/vertical |
| Claude Usage - Radial | Concentric rings |
