{"slug": "usagenow-tracks-openai-codex-claude-code-gemini-and-antigravity-usage-from-your", "title": "UsageNow Tracks OpenAI Codex, Claude Code, Gemini and Antigravity Usage from Your Mac Menu Bar", "summary": "A developer built UsageNow, a native macOS menu bar app that aggregates usage data from OpenAI Codex, Claude Code, Gemini CLI, and Antigravity into a single compact view. The app reads local session files and, for Claude Code, uses an opt-in integration that keeps access tokens in memory, while explicitly avoiding any cloud account, server, or collection of prompts and source code. The developer said a key design decision was to show only data each provider actually exposes rather than inventing estimates, noting that \"a polished but invented percentage would look nicer. It would also be wrong.", "body_md": "I rarely use just one AI coding tool anymore. Codex may be working on one task, Claude Code on another, Gemini CLI is useful for a different workflow, and Antigravity has its own strengths.\n\nThe problem is that every tool has a different way of reporting usage:\n\nI kept asking the same questions:\n\nHow much usage do I have left?\n\nWhen does it reset?\n\nWhich model have I been using today?\n\nOpening several apps and dashboards just to answer those questions felt unnecessary. I wanted the answer to live where I could see it immediately: in the macOS menu bar.\n\nSo I built [UsageNow](https://usagenow.com).\n\nUsageNow is a native macOS app that brings usage information from multiple AI coding tools into one compact view.\n\nToday it supports:\n\nClick the menu bar icon and you can see the available limit windows, how much is left, when they reset, and today’s local token and request activity by model.\n\nThere are also small and medium desktop widgets for checking usage without opening the app.\n\nOne of the more interesting parts of building UsageNow was discovering how differently each tool exposes its data.\n\nCodex limits, reset times, and account plan come from the official Codex app-server running locally. Token and request activity is calculated from session files already stored on the Mac.\n\nUsageNow never needs to read or copy Codex credentials.\n\nClaude Code stores enough local session data to calculate token activity, requests, models used, and account information.\n\nSubscription limits are more complicated. UsageNow can fetch them through an experimental, opt-in integration using the existing Claude Code sign-in. The access token is kept in memory and sent only to Anthropic.\n\nIf this option is disabled—or the limits cannot be fetched—local activity still works.\n\nGemini CLI records local session activity, so UsageNow can show tokens, requests, and models used today.\n\nIt does not expose usage limits locally. Instead of estimating them or displaying a meaningless zero, UsageNow simply says that limits are unavailable.\n\nWhile the Antigravity app is running, UsageNow asks its local language server for the same quota summary shown in Antigravity’s own usage panel.\n\nThis communication stays on `127.0.0.1`. No Google credentials are read or transmitted by UsageNow.\n\nA surprisingly important product decision was to resist the temptation to make every provider card look complete.\n\nIf a provider returns only a weekly limit, UsageNow shows only a weekly limit.\n\nIf a quota cannot currently be refreshed, the last known value can remain visible—but it is clearly marked as stale.\n\nIf a tool does not expose limits, UsageNow says so.\n\nAnd token activity is presented as local activity, not as a billing statement. Cached tokens and provider-specific accounting can make those two numbers different.\n\nA polished but invented percentage would look nicer. It would also be wrong.\n\nFor a usage monitor, trust is more important than visual symmetry.\n\nI did not want another cloud dashboard with another account, database, or proxy sitting between developers and their AI tools.\n\nUsageNow has no account system and no UsageNow server receiving your usage data.\n\nIt does not collect prompts, responses, source code, project names, or conversation content. For local activity, it extracts only the small set of fields it needs: timestamps, identifiers, model names, and token counts.\n\nProviders can also be disabled individually. When a provider is disabled, UsageNow does not refresh it or read its files.\n\nThe desktop widget follows the same principle. It cannot access provider files, credentials, or the network. The main app publishes a sanitized snapshot containing only the values needed for display, and the widget renders that snapshot.\n\nThe full privacy model is documented in the [UsageNow privacy documentation](https://docs.usagenow.com/privacy).\n\nUsageNow is built with SwiftUI and `MenuBarExtra`.\n\nInternally, every integration is different, but each provider produces a normalized snapshot for the interface:\n\n```\nCodex app-server ─────┐\nClaude session files ─┤\nGemini recordings ────┼─> ProviderSnapshot ─> Menu bar\nAntigravity localhost ┘                    └─> Widget\n```\n\nA snapshot can contain:\n\nThe UI does not assume that every provider has the same capabilities.\n\nProviders refresh concurrently, and a failed refresh does not automatically erase the last good result. This matters for tools whose sessions expire or whose local services are only available while the tool is running.\n\nThe widget is a separate target and receives only explicitly copied display fields. Provider and credential-reading code is not compiled into it.\n\nThe project’s architecture and implementation are available in the [open-source repository](https://github.com/usagenow/usagenow).\n\nThe latest release adds Gemini CLI and Antigravity alongside Codex and Claude Code.\n\nIt also adds:\n\nCursor, GitHub Copilot, DeepSeek, and Qwen are on the roadmap—but they will only be added when there is a reliable and privacy-respecting way to obtain useful data.\n\nUsageNow is free and open source under the MIT License. It runs on Apple silicon and Intel Macs with macOS 15 or later.\n\nThe downloadable app is signed and notarized by Apple.\n\nYou can:\n\nIf you use multiple AI coding tools, I would love to hear which provider you want to see next—and what usage information is most useful in your daily workflow.\n\n**See what’s left. Keep building.**", "url": "https://wpnews.pro/news/usagenow-tracks-openai-codex-claude-code-gemini-and-antigravity-usage-from-your", "canonical_source": "https://dev.to/madeburo/usagenow-tracks-openai-codex-claude-code-gemini-and-antigravity-usage-from-your-mac-menu-bar-4lig", "published_at": "2026-09-16 15:13:34+00:00", "updated_at": "2026-09-16 15:43:39.682518+00:00", "lang": "en", "topics": ["ai-tools", "developer-tools", "ai-products"], "entities": ["UsageNow", "OpenAI Codex", "Claude Code", "Gemini CLI", "Antigravity", "Anthropic", "Google", "SwiftUI"], "alternates": {"html": "https://wpnews.pro/news/usagenow-tracks-openai-codex-claude-code-gemini-and-antigravity-usage-from-your", "markdown": "https://wpnews.pro/news/usagenow-tracks-openai-codex-claude-code-gemini-and-antigravity-usage-from-your.md", "text": "https://wpnews.pro/news/usagenow-tracks-openai-codex-claude-code-gemini-and-antigravity-usage-from-your.txt", "jsonld": "https://wpnews.pro/news/usagenow-tracks-openai-codex-claude-code-gemini-and-antigravity-usage-from-your.jsonld"}}