https://github.com/draculabo/antigravitymanager
Antigravity Manager is a powerful Electron-based application designed to manage accounts and processes for the Antigravity application. It provides a seamless interface for switching accounts, backing up progress, and controlling the application lifecycle.
https://github.com/draculabo/antigravitymanager
account-manager antigravity antigravity-ai antigravity-ide antigravity-tools antigravity2api electron gemini gemini-api gemini-pro
Last synced: 4 months ago
JSON representation
Antigravity Manager is a powerful Electron-based application designed to manage accounts and processes for the Antigravity application. It provides a seamless interface for switching accounts, backing up progress, and controlling the application lifecycle.
- Host: GitHub
- URL: https://github.com/draculabo/antigravitymanager
- Owner: Draculabo
- License: other
- Created: 2025-11-29T15:50:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-25T18:10:16.000Z (5 months ago)
- Last Synced: 2026-01-26T10:49:08.553Z (5 months ago)
- Topics: account-manager, antigravity, antigravity-ai, antigravity-ide, antigravity-tools, antigravity2api, electron, gemini, gemini-api, gemini-pro
- Language: TypeScript
- Homepage:
- Size: 2.69 MB
- Stars: 309
- Watchers: 2
- Forks: 42
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
Antigravity Manager
đ Professional multi-account manager for Google Gemini & Claude AI
English | įŽäŊ䏿
---
## đ Table of Contents
- [Why Antigravity Manager?](#-why-antigravity-manager)
- [Features](#-features)
- [Screenshots](#-screenshots)
- [Quick Start](#-quick-start)
- [Tech Stack](#ī¸-tech-stack)
- [Development](#-development)
- [FAQ](#-faq)
- [Contributing](#-contributing)
- [License](#-license)
---
## ⨠Why Antigravity Manager?
When using Antigravity IDE, have you ever encountered these problems?
- đĢ Single account quota runs out quickly, requiring frequent manual switching
- đ Managing multiple Google/Claude accounts is cumbersome
- đ Don't know how much quota is left on the current account
- â° Worried about missing quota reset times
- đ Need a reliable local API proxy for development tools
**Antigravity Manager** is here to solve these problems! It's a professional Electron desktop app that helps you:
- â
**Unlimited Account Pool** - Add any number of Google Gemini / Claude accounts
- â
**Smart Auto-Switching** - Automatically switch to the next available account when quota is low or rate-limited
- â
**Real-time Monitoring** - Visualize quota usage for all accounts
- â
**Local API Proxy** - Built-in OpenAI/Anthropic compatible proxy server
- â
**Secure Encryption** - AES-256-GCM encryption for sensitive data
---
## đ¯ Features
âī¸ Cloud Account Pool
- Add unlimited Google Gemini / Claude accounts via OAuth
- Display avatar, email, status, and last used time
- Real-time status monitoring (Active, Rate Limited, Expired)
đ Real-time Quota Monitoring
- Multi-model support: gemini-pro, claude-3-5-sonnet, etc.
- Visual progress bars with color indicators
- Auto & manual refresh capabilities
đ Intelligent Auto-Switching
- Unlimited pool mode with smart backup selection
- Auto-switch when quota < 5% or rate-limited
- Background monitoring every 5 minutes
đ Security First
- AES-256-GCM encryption for sensitive data
- OS native credential manager integration
- Auto migration of legacy plaintext data
đž Account Backup
- Capture snapshots of account state
- Fast switching between saved accounts
- View, organize, and delete snapshots
âī¸ Process Control
- Auto-detect if Antigravity is running
- Launch via URI protocol or executable
- Graceful close or force kill
đ Local API Proxy
- OpenAI & Anthropic API compatible
- Configurable port and request timeout
- Model mapping (e.g. Claude â Gemini)
đ ī¸ Developer Tools
- Built-in cURL & Python code generation
- Visual service status monitoring
- One-click API Key regeneration
### Additional Features
- **đĨī¸ System Tray** - Background mode with tray icon and right-click menu
- **đ IDE Sync** - Automatically scan and import accounts from IDE's `state.vscdb`
- **đĻ Batch Operations** - Batch refresh and delete multiple accounts
- **đ Internationalization** - Multi-language support (English / 䏿)
- **đ¨ Modern UI** - Built with React, TailwindCSS, and Shadcn UI
---
## đ¸ Screenshots
---
## īŋŊ Quick Start
### Download
Download the latest release for your platform from the [Releases](https://github.com/Draculabo/AntigravityManager/releases) page.
| Platform | Download |
|----------|----------|
| Windows (x64/ARM64) | [.exe installer](https://github.com/Draculabo/AntigravityManager/releases/latest) |
| macOS | [.dmg installer](https://github.com/Draculabo/AntigravityManager/releases/latest) |
| Linux | [.deb / .rpm](https://github.com/Draculabo/AntigravityManager/releases/latest) |
### Build from Source
#### Prerequisites
- Node.js v18 or higher
- npm or yarn
#### Steps
```bash
# Clone the repository
git clone https://github.com/Draculabo/AntigravityManager.git
cd AntigravityManager
# Install dependencies
npm install
# Start development
npm start
# Build for production
npm run make
```
---
## īŋŊđ ī¸ Tech Stack
| Category | Technologies |
|----------|-------------|
| **Core** | [Electron](https://www.electronjs.org/), [React](https://react.dev/), [TypeScript](https://www.typescriptlang.org/) |
| **Build Tool** | [Vite](https://vitejs.dev/) |
| **Styling** | [TailwindCSS](https://tailwindcss.com/), [Shadcn UI](https://ui.shadcn.com/) |
| **State** | [TanStack Query](https://tanstack.com/query/latest), [TanStack Router](https://tanstack.com/router/latest) |
| **Database** | [Better-SQLite3](https://github.com/WiseLibs/better-sqlite3) |
| **Testing** | [Vitest](https://vitest.dev/), [Playwright](https://playwright.dev/) |
---
## īŋŊ Development
### Available Scripts
| Command | Description |
|---------|-------------|
| `npm start` | Start the app in development mode |
| `npm run lint` | Run ESLint to check for code issues |
| `npm run format:write` | Format code with Prettier |
| `npm run test:unit` | Run unit tests with Vitest |
| `npm run test:e2e` | Run E2E tests with Playwright |
| `npm run test:all` | Run all tests |
| `npm run type-check` | Run TypeScript type checking |
| `npm run make` | Build production packages |
### Project Structure
```
AntigravityManager/
âââ src/
â âââ main.ts # Electron main process
â âââ preload.ts # Preload script
â âââ renderer/ # React renderer process
â âââ ipc/ # IPC communication handlers
â âââ server/ # Built-in server
âââ docs/ # Documentation and assets
âââ .github/ # GitHub configuration
```
---
## â FAQ
Q: The app won't start?
Please check:
1. Make sure all dependencies are installed: `npm install`
2. Check if Node.js version is >= 18
3. Try deleting `node_modules` and reinstalling
Q: Account login failed?
1. Ensure network connection is working
2. Try clearing app data and logging in again
3. Check if the account is restricted by Google/Claude
Q: macOS shows Keychain/Credential error and OAuth cannot be saved?
This is a common macOS security behavior, usually when the app is unsigned or run directly from Downloads.
This is a **temporary workaround** for personal use:
1. Move the app to `/Applications`
2. Run the following commands in Terminal (repeat after every update)
```plaintext
sudo xattr -dr com.apple.quarantine "/Applications/Antigravity Manager 2.app"
codesign --force --deep --sign - "/Applications/Antigravity Manager 2.app"
```
Reopen the app and allow Keychain access if prompted.
Q: How to report issues or suggestions?
Please submit issues or suggestions via [GitHub Issues](https://github.com/Draculabo/AntigravityManager/issues).
---
## đ Star History
---
## đ¤ Contributing
Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details.
We follow the [Contributor Covenant](CODE_OF_CONDUCT.md) Code of Conduct.
---
## đ License
[CC BY-NC-SA 4.0](LICENSE)
---
## â ī¸ Disclaimer
> [!WARNING]
> **For Educational Purposes Only**
>
> This project is intended solely for educational and research purposes. It is provided "as-is" without any warranty. **Commercial use is strictly prohibited.**
>
> By using this software, you agree that you will not use it for any commercial purposes, and you are solely responsible for ensuring your use complies with all applicable laws and regulations. The authors and contributors are not responsible for any misuse or damages arising from the use of this software.
---
If this project helps you, please give it a â Star!