Seamlessly proxy Gemini & Claude β’ OpenAI-Compatible API β’ Privacy First
Fork of Antigravity Manager β auto-synced every 6 hours, with Supreme branding
π₯ Download β’ β¨ Features β’ π Quick Start β’ π Support
If you find this project useful, please consider supporting the development:
| Platform | Installer | Status |
|---|---|---|
| Windows | β¬οΈ EXE / MSI | β Stable |
| macOS Apple Silicon | β¬οΈ ARM64 DMG | β Stable |
| macOS Intel | β¬οΈ x64 DMG | β Stable |
| Linux | β¬οΈ AppImage / DEB / RPM | β Stable |
All features come from upstream Antigravity Manager β we stay perfectly in sync.
- Real-time quota monitoring for all accounts (Gemini Pro, Flash, Claude, Imagen)
- Best account recommendation with one-click switching
- Active account snapshot with usage percentages
- OAuth 2.0 authorization (auto & manual modes)
- Multi-dimensional import (single token, JSON batch, legacy migration)
- 403 Forbidden detection with automatic skip
- OpenAI Format β
/v1/chat/completionscompatible with 99% of AI apps - Anthropic Format β Native
/v1/messagesfor Claude Code CLI - Gemini Format β Direct Google AI SDK support
- Millisecond-level automatic retry and silent account rotation on 429/401
- Series-based mapping (route GPT-4 requests to Gemini models)
- Regex-level custom model redirects
- Tiered routing by account tier (Ultra/Pro/Free)
- Silent background downgrading for CLI title generation tasks
- Image generation via OpenAI
sizeparameters or model name suffixes - Payloads up to 100MB for 4K image recognition
- Device fingerprint protection
- JA3/BoringSSL fingerprinting via rquest
- All data stays local β no telemetry
This fork automatically syncs with upstream every 6 hours via GitHub Actions.
βββββββββββββββ ββββββββββββββββ βββββββββββββββββββ βββββββββββββββββ
β Every 6h ββββββΆβ Check latest ββββββΆβ Checkout fresh ββββββΆβ Apply Supreme β
β (cron) β β upstream β β upstream code β β branding β
βββββββββββββββ ββββββββββββββββ βββββββββββββββββββ βββββββββ¬ββββββββ
β
ββββββββββββββββ βββββββββββββββββββ βββββββββΌββββββββ
β Publish βββββββ Tag & push βββββββ Clean OAuth β
β release β β v1.1.X β β secrets β
ββββββββββββββββ βββββββββββββββββββ βββββββββββββββββ
What gets preserved: Workflows, README, icons, branding
What gets synced: All source code, dependencies, configurations
See SYNC_WORKFLOW.md for technical details.
Download the installer for your platform from the releases page.
Go to Accounts tab β add your Gemini/Claude accounts via OAuth.
Go to API Proxy β click Start Service.
Claude Code / Claude CLI:
export ANTHROPIC_API_KEY="your-api-key"
export ANTHROPIC_BASE_URL="http://127.0.0.1:8888"
claudePython (OpenAI SDK):
import openai
client = openai.OpenAI(
api_key="your-api-key",
base_url="http://127.0.0.1:8888/v1"
)
response = client.chat.completions.create(
model="gemini-2.0-flash",
messages=[{"role": "user", "content": "Hello!"}]
)Any OpenAI-compatible client:
Base URL: http://127.0.0.1:8888/v1
API Key: your-api-key
# Clone
git clone https://github.com/ai-dev-2024/Antigravity-Manager-Supreme.git
cd Antigravity-Manager-Supreme
# Install dependencies
npm install
# Run in development
npm run tauri dev
# Build for production
npm run tauri build| Layer | Technology |
|---|---|
| Frontend | React 19 Β· TypeScript Β· Ant Design Β· @lobehub/ui Β· TailwindCSS |
| Backend | Rust Β· Axum Β· SQLite Β· rquest (JA3 fingerprinting) |
| Framework | Tauri v2 |
| CI/CD | GitHub Actions β 4-platform build matrix |
CC BY-NC-SA 4.0 β Non-Commercial Use Only
- β Free for personal use
- β Modifications allowed (share under same license)
- β Commercial use prohibited
- π Attribution required
Original by lbjlaq & Antigravity Team
Supreme Edition maintained by ai-dev-2024
Licensed under CC BY-NC-SA 4.0