Skip to content

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.

License

Notifications You must be signed in to change notification settings

Draculabo/AntigravityManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Antigravity Manager

Antigravity Manager

🚀 Professional multi-account manager for Google Gemini & Claude AI

English | 简体中文

Tests Lint Release Downloads License Stars

Electron React TypeScript TailwindCSS


📖 Table of Contents


✨ 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

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

🎯 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

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

Main Interface


� Quick Start

Download

Download the latest release for your platform from the Releases page.

Platform Download
Windows .exe installer
macOS .dmg installer
Linux .deb / .rpm

Build from Source

Prerequisites

  • Node.js v18 or higher
  • npm or yarn

Steps

# 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, React, TypeScript
Build Tool Vite
Styling TailwindCSS, Shadcn UI
State TanStack Query, TanStack Router
Database Better-SQLite3
Testing Vitest, Playwright

� 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: How to report issues or suggestions?

Please submit issues or suggestions via GitHub Issues.


🌟 Star History

Star History Chart

🤝 Contributing

Contributions are welcome! Please read CONTRIBUTING.md for details.

We follow the Contributor Covenant Code of Conduct.


📄 License

CC BY-NC-SA 4.0


⚠️ 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!

About

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.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages