# Antigravity Manager — AI IDE Account Switcher Built with Tauri > An open-source desktop app for managing and switching between multiple Antigravity tool accounts with one click, built with Tauri v2 and React. ## Install Save in your project root: # Antigravity Manager — AI IDE Account Switcher Built with Tauri ## Quick Use ```bash # Download the latest release for your OS from GitHub Releases # Or build from source: git clone https://github.com/lbjlaq/Antigravity-Manager.git cd Antigravity-Manager npm install && npm run tauri build ``` ## Introduction Antigravity Manager is an open-source desktop application that lets you manage and switch between multiple Antigravity tool accounts seamlessly. Built with Tauri v2 and React, it provides a native-feeling experience on Windows, macOS, and Linux. ## What Antigravity Manager Does - Manages multiple Antigravity accounts in a single interface - Enables one-click account switching without manual config edits - Stores credentials securely using OS-native keychain integration - Displays account status and quota information at a glance - Supports importing and exporting account configurations ## Architecture Overview The app is built on Tauri v2 with a Rust backend and React frontend. Account credentials are stored using the operating system's native secure storage (Keychain on macOS, Credential Manager on Windows). The switching mechanism updates local configuration files atomically to prevent corruption during transitions. ## Self-Hosting & Configuration - Download pre-built binaries from GitHub Releases or build from source - Requires Node.js and Rust toolchain for building from source - Add accounts through the GUI with credentials or config import - Configure auto-switch rules based on project directories - Supports custom Antigravity installation paths ## Key Features - Native desktop app with minimal resource footprint via Tauri - Secure credential storage using OS keychain APIs - Instant account switching without restarting the IDE - Visual quota and usage monitoring per account - Cross-platform support for Windows, macOS, and Linux ## Comparison with Similar Tools - **cockpit-tools** — supports more AI IDEs but heavier; Antigravity Manager is focused and lightweight - **Manual config switching** — error-prone and slow; this automates the process - **Shell scripts** — no GUI or secure storage; Antigravity Manager adds both - **IDE-native profiles** — limited to one tool; this manages Antigravity-specific accounts ## FAQ **Q: Is this an official Antigravity product?** A: No. It is a community-built open-source tool for managing Antigravity accounts. **Q: Are my credentials stored securely?** A: Yes. Credentials use OS-native secure storage (Keychain, Credential Manager, or libsecret). **Q: Can I switch accounts without restarting?** A: Yes. The switcher updates configuration files in place for seamless transitions. **Q: Does it work with team or enterprise accounts?** A: Yes. Any valid Antigravity account can be added and managed. ## Sources - https://github.com/lbjlaq/Antigravity-Manager --- Source: https://tokrepo.com/en/workflows/asset-b7fcaf9b Author: AI Open Source