ConfigsJul 2, 2026·2 min read

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.

Agent ready

Ready-to-run agent install

This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Antigravity Manager
Direct install command
npx -y tokrepo@latest install b7fcaf9b-7631-11f1-9bc6-00163e2b0d79 --target codex

Run after dry-run confirms the install plan.

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets