Antigravity Status Meter App Icon
Native macOS Menu Bar Utility โ€ข v2.0 Released

Antigravity Status Meter

A lightweight, native Swift menu bar application that monitors live Google Antigravity quotas, rolling 5-hour burst budgets, and real-time reset countdowns without interrupting your engineering flow.

๐ŸŽ macOS 13.0+ (Ventura / Sonoma / Sequoia) โšก Native Swift 6.0 (Zero Electron bloat) ๐Ÿ”’ Zero Cloud Dependency & 100% Local ๐Ÿ“œ MIT Open Source
Terminal (Quick Install)
โšก 3-Sec Auto-Build
curl -fsSL https://raw.githubusercontent.com/kjwjeong/antigravity-quota-meter/main/install.sh | bash
Download .zip Release (v2.0) โ†’ GitHub Repository โ†’
Live Telemetry Dashboard

Designed for Uninterrupted AI Agent Workflows

See both your aggregate model quota and rolling 5-hour burst limits right from your menu bar without digging through IDE menus or browser portals.

1. Menu Bar Real-Time Status

Antigravity Menu Bar Display

Discreetly sits in the top macOS bar with live battery-style color states (Green, Amber, Red).

2. Precision Popover Dashboard

Antigravity Live Meter Popover Dashboard

Click to view live radial gauges and down-to-the-second reset countdown clocks.

Core Engineering Capabilities

Engineered specifically for developers running heavy Google Antigravity autonomous coding sessions.

โšก

Live Menu Bar Percentage

Displays your active model quota balance directly on screen (e.g. โšก๏ธ 97% (5h: 96%)). Never hit unexpected rate limits midway through multi-agent tasks.

๐Ÿ“ก

Local CDP WebSocket Engine

Connects directly via Chrome DevTools Protocol to Antigravity's local debugging port. Zero cloud dependencies, zero external network calls, and instant response times.

โฑ๏ธ

Precision Reset Countdowns

Real-time ticking timers down to the exact second (HH:MM:SS) for both your 5-hour replenishment burst and weekly quota refresh cycles.

๐Ÿ””

Native macOS Notifications

Sends system banner alerts the exact moment your 5-hour limit or weekly quota pool refreshes to 100%, so you can resume intensive agent workflows immediately.

๐ŸŸข

Adaptive Visual Health States

Color-coded visual cues matching Antigravity design standards: Emerald Green for healthy allocations (>50%), Amber during heavy consumption (20โ€“50%), and Red when depleted (<20%).

๐Ÿš€

Pure Swift 6 & Zero Bloat

Written 100% in native Swift with direct AppKit integration. Consumes under 15MB of RAM and virtually 0% CPU, leaving all system resources available for agent compilation.

Zero-Cloud Architecture

How Antigravity Status Meter operates strictly within your local machine sandbox.

๐Ÿ“
Step 01 ยท Local File

1. Active Port Discovery

The meter securely inspects the local runtime port descriptor generated by Antigravity under ~/Library/Application Support/Antigravity/DevToolsActivePort.

๐Ÿ“ก
Step 02 ยท Localhost IPC

2. WebSocket JSON-RPC

Establishes a local WebSocket link over localhost (127.0.0.1) directly to the renderer context using Chrome DevTools Protocol.

โšก
Step 03 ยท Native AppKit

3. Swift Menu Bar Render

Parses quota thresholds and feeds live telemetry to the macOS status bar item with zero external telemetry or third-party server relay.

Installation Methods

Choose the setup workflow that matches your development environment.

Recommended

1-Line Terminal Auto-Build

Compiles directly on your Mac using built-in swiftc in ~3 seconds. Automatically circumvents macOS Gatekeeper quarantine flags.

curl -fsSL https://raw.githubusercontent.com/kjwjeong/antigravity-quota-meter/main/install.sh | bash
Homebrew

Install via Homebrew Cask

Install and manage updates seamlessly via the official Jeong Inc. Homebrew tap.

brew tap kjwjeong/tools
brew install --cask antigravity-quota-meter
Binary Release

Direct .zip Download

Download the pre-compiled universal binary directly from GitHub releases and drag into /Applications.

Browse GitHub Releases โ†’