🚀 Professional multi-account manager for Google Gemini & Claude AI
English | 简体中文
- Why Antigravity Manager?
- Features
- Screenshots
- Quick Start
- Tech Stack
- Development
- FAQ
- Contributing
- License
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
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
- ✅ Secure Encryption - AES-256-GCM encryption for sensitive data
|
|
|
|
|
|
- 🖥️ 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
Download the latest release for your platform from the Releases page.
| Platform | Download |
|---|---|
| Windows | .exe installer |
| macOS | .dmg installer |
| Linux | .deb / .rpm |
- Node.js v18 or higher
- npm or yarn
# 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| Category | Technologies |
|---|---|
| Core | Electron, React, TypeScript |
| Build Tool | Vite |
| Styling | TailwindCSS, Shadcn UI |
| State | TanStack Query, TanStack Router |
| Database | Better-SQLite3 |
| Testing | Vitest, Playwright |
| 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 |
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
Q: The app won't start?
Please check:
- Make sure all dependencies are installed:
npm install - Check if Node.js version is >= 18
- Try deleting
node_modulesand reinstalling
Q: Account login failed?
- Ensure network connection is working
- Try clearing app data and logging in again
- Check if the account is restricted by Google/Claude
Q: How to report issues or suggestions?
Please submit issues or suggestions via GitHub Issues.
Contributions are welcome! Please read CONTRIBUTING.md for details.
We follow the Contributor Covenant Code of Conduct.
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!

