Just a portable .exe where you add your Google accounts and monitor your Antigravity usage limits.
AG Checker is a lightweight, zero-install portable Windows application designed to monitor usage quotas, limits, and cooldowns for Antigravity models across multiple Google Antigravity accounts.
- Zero-Installation Portable Executable: Runs instantly as a single
AG_Checker-vX.X.X.exefile. - Multi-Account Monitoring: Easily link multiple Google Antigravity accounts and see their quota status side-by-side.
- Instant Google Import: Authenticate safely using Google OAuth directly in your browser.
- First-Run Auto-Import: Scans your local directory for credentials automatically on the first launch so you can get started in one click.
- Smart Cooldown (KD) Detection: Automatically marks accounts on cooldown if any limit (5-hour or weekly) falls below 5%.
- Dynamic Limit Display: Automatically reads and displays only the limit buckets returned by the Google API for each model, hiding irrelevant information.
- Pixel/OLED Retro Aesthetic: Designed in a distraction-free OLED black layout with the beautiful Departure Mono typeface.
- 100% Local: All account tokens are stored locally on your machine in
accounts.jsonright next to the executable. No third-party servers are used. - Official Credentials: Uses the standard Google Cloud SDK OAuth Client ID to authenticate. Your credentials never leave your machine.
- Offline Portability: Copy both
AG-Checker.exeandaccounts.jsonto any folder or USB drive, and your accounts travel with you.
- Node.js (Version 18 or later)
- Python with the
keyringpackage (optional, used for local credential vault scanning):pip install keyring
- Clone the repository.
- Install dependencies:
npm install
- Run the app in development mode:
npm start
- Build the portable Windows executable:
npm run build
This project is licensed under the MIT License.