It monitors Claude, Codex (ChatGPT), and Gemini usage in one place — persistent notification, Quick Settings tile, background refresh, and push alerts on reset.
A few notes: - Uses the same OAuth endpoints the CLI tools rely on, so you extract tokens from your local CLI config (no separate login flow) - No backend server. All tokens stay on-device in EncryptedSharedPreferences - Gemini needs 4 values because Google OAuth requires client ID/secret for refresh
Pre-built APK on the Releases page if you want to try it without building.
Happy to answer questions about the token extraction or the Android architecture.
First time posting a Show HN — feedback welcome.