Back to browse
GitHub Repository

Monitor AI service quotas (Claude, Codex, Gemini) on Android. Port of CodexBar.

6 starsKotlin

CodexBar for Android – Monitor Claude quotas on your phone

by hyunnnchoi·Mar 4, 2026·1 point·0 comments

AI Analysis

●●SolidShip ItSolve My Problem

Clean quota dashboard on Android, but macOS-first CodexBar already fills this niche.

Strengths
  • Zero-server architecture: encrypted local storage of OAuth tokens via EncryptedSharedPreferences is solid privacy design.
  • Token extraction from CLI config is clever — sidesteps separate login and reuses existing auth infrastructure.
  • Persistent notification + Quick Settings tile + background refresh = thoughtful Android platform integration.
Weaknesses
  • Narrow audience: useful only for developers who actively monitor three specific quotas on mobile — low market size.
  • Derivative port of established macOS tool; no novel insight or differentiation beyond platform change.
Target Audience

Developers using Claude, ChatGPT, or Gemini APIs who want quick quota visibility on Android.

Similar To

CodexBar (macOS original) · Claude web dashboard · OpenAI usage dashboard

Post Description

I ported CodexBar (a macOS menu bar app by @steipete) to Android after getting tired of opening three browser tabs to check whether I'd burned through my quotas.

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.

Similar Projects

Developer Tools●●●Banger

Dashboard for monitoring multiple Claude Code sessions

Cross-session visibility Claude Code should have built in.

Solve My ProblemShip It
Stargx
353mo ago