This is an old revision of the document!
Table of Contents
Antigravity-Manager
What is Antigravity-Manager?
Antigravity-Manager is a desktop application designed to manage and switch between multiple AI accounts (multi-account manager & switcher) for the Antigravity Tools ecosystem.
It allows users to:
- Store multiple AI accounts (API keys or tokens)
- Switch accounts with one click
- Avoid repeated manual login and logout
- Work efficiently with different AI services
Vocabulary notes:
- Desktop application /ˈdesktɒp ˌæplɪˈkeɪʃən/: ứng dụng máy tính
- Multi-account /ˌmʌlti əˈkaʊnt/: nhiều tài khoản
- Ecosystem /ˈiːkəʊˌsɪstəm/: hệ sinh thái
Key Features
- Manage multiple AI accounts in one place
- Fast and seamless account switching
- Simple and user-friendly interface
- Cross-platform support (Windows, macOS, Linux)
- Suitable for development, testing, and production environments
Vocabulary notes:
- Seamless /ˈsiːmləs/: mượt mà, không gián đoạn
- Interface /ˈɪntəfeɪs/: giao diện
- Cross-platform /ˌkrɒs ˈplætfɔːm/: đa nền tảng
- Production /prəˈdʌkʃən/: môi trường chạy thật
Technology Stack
Antigravity-Manager is built with modern technologies:
- Tauri v2 – lightweight desktop application framework
- React – frontend user interface
- Rust – backend logic with high performance
Vocabulary notes:
- Framework /ˈfreɪmwɜːrk/: bộ khung phát triển
- Frontend /ˈfrʌntend/: giao diện người dùng
- Backend /ˈbækend/: xử lý phía sau
- Performance /pəˈfɔːməns/: hiệu năng
System Requirements
- Node.js >= 18
- Rust >= 1.70
- npm or pnpm
- Git
Vocabulary notes:
- Requirement /rɪˈkwaɪəmənt/: yêu cầu
- Runtime /ˈrʌntaɪm/: môi trường chạy
Installation Guide
1. Clone the repository
git clone https://github.com/lbjlaq/Antigravity-Manager.git
cd Antigravity-Manager
2. Install dependencies
npm install
3. Run in development mode
npm run tauri dev
Install Rust on macOS or Linux
Step 1: Open Terminal
Step 2: Run this command
curl –proto '=https' –tlsv1.2 -sSf https://sh.rustup.rs | sh
Step 3: Follow the instructions
Press 1 (default installation)
Wait until installation finishes
Step 4: Restart terminal (or run)
source $HOME/.cargo/env
rustc –version
Usage Guide
1. Add an AI account
- Open Antigravity-Manager
- Click Add Account
- Enter:
- Account name
- API key or token
- AI service type
2. Switch accounts
- Select an account from the list
- Click Switch
- The selected account becomes active immediately
3. Manage accounts
- Edit account information
- Delete unused accounts
- Set a default account
Vocabulary notes:
- Token /ˈtəʊkən/: mã truy cập
- Active /ˈæktɪv/: đang được sử dụng
- Default /dɪˈfɔːlt/: mặc định
Target Users
- AI Developers
- Backend / Frontend Developers
- Testers
- AI product teams
- Users working with multiple AI accounts
Benefits
- Saves time
- Reduces account-related errors
- Centralized account management
- Improves productivity and workflow efficiency
Vocabulary notes:
- Centralized /ˈsentrəlaɪzd/: tập trung
- Productivity /ˌprɒdʌkˈtɪvɪti/: năng suất
- Efficiency /ɪˈfɪʃənsi/: hiệu quả
Source Code
GitHub Repository: https://github.com/lbjlaq/Antigravity-Manager
