Skip to main content

Overview

Antigravity Manager provides native desktop applications for macOS, Windows, and Linux with full GUI support. Choose from automated installation scripts or manual downloads.

System Requirements

Minimum Requirements:
  • Memory: 256MB RAM (1GB recommended)
  • Storage: 200MB free disk space
  • Network: Internet connection for OAuth and API calls

Platform-Specific

  • macOS: macOS 10.15+ (supports both Apple Silicon and Intel)
  • Windows: Windows 10/11 (64-bit)
  • Linux:
    • Ubuntu 20.04+ / Debian 11+
    • Arch Linux
    • AppImage support for other distributions

Linux / macOS

Automatically detects your OS, architecture, and package manager:
curl -fsSL https://raw.githubusercontent.com/lbjlaq/Antigravity-Manager/v4.1.27/install.sh | bash
Install Specific Version:
curl -fsSL https://raw.githubusercontent.com/lbjlaq/Antigravity-Manager/v4.1.27/install.sh | bash -s -- --version 4.1.27
Dry Run (Preview Only):
curl -fsSL https://raw.githubusercontent.com/lbjlaq/Antigravity-Manager/v4.1.27/install.sh | bash -s -- --dry-run

Windows

Run in PowerShell:
irm https://raw.githubusercontent.com/lbjlaq/Antigravity-Manager/main/install.ps1 | iex

Package Manager Installation

# Add the tap
brew tap lbjlaq/antigravity-manager https://github.com/lbjlaq/Antigravity-Manager

# Install the application
brew install --cask antigravity-tools

Manual Installation

Step 1: Download

Download the appropriate package from GitHub Releases:

macOS

.dmg - Universal binary (Apple Silicon & Intel)

Windows

.msi or .exe installer, or portable .zip

Linux

.deb, .rpm, or .AppImage

Step 2: Install

  1. Open the downloaded .dmg file
  2. Drag “Antigravity Tools” to Applications folder
  3. If you see “App is damaged” error, run:
    sudo xattr -rd com.apple.quarantine "/Applications/Antigravity Tools.app"
    

macOS Security

macOS Gatekeeper may block applications not downloaded from the App Store.

Fix “App is damaged” Error

sudo xattr -rd com.apple.quarantine "/Applications/Antigravity Tools.app"

First Launch

After installation:
  1. Launch the Application
    • macOS: Open from Applications folder
    • Windows: Use Start Menu or Desktop shortcut
    • Linux: Search in application launcher or run antigravity-tools
  2. Configure Settings
    • Navigate to Settings → General
    • Configure auto-start behavior
    • Set up system tray preferences
  3. Add Accounts
    • Go to Accounts → Add Account
    • Follow the OAuth authorization flow
    • See Account Management for details

Auto-Start Configuration

Configure Antigravity Manager to start automatically on system boot:
The application uses LaunchAgent for auto-start:
  • Enable in Settings → General → Auto-start
  • Starts minimized to system tray by default

Updates

Antigravity Manager supports automatic updates on all platforms:

Automatic Updates

  1. Navigate to Settings → About
  2. Toggle Enable automatic update checks
  3. Set check frequency (daily, weekly, or manual)

Manual Update Check

  • Click Check for Updates in Settings → About
  • Download progress shown in notification
  • Restart prompted when update is ready

Homebrew Users

brew upgrade antigravity-tools

Troubleshooting

This is a Gatekeeper security feature. Fix with:
sudo xattr -rd com.apple.quarantine "/Applications/Antigravity Tools.app"
Or reinstall with Homebrew using --no-quarantine.
If the app crashes on Wayland:
# Force X11 backend
export ANTIGRAVITY_FORCE_X11=1
antigravity-tools
Or disable tray icon:
export ANTIGRAVITY_DISABLE_TRAY=1
antigravity-tools
Fixed in v4.1.26+. Update to the latest version:
irm https://raw.githubusercontent.com/lbjlaq/Antigravity-Manager/main/install.ps1 | iex
The application automatically increases file descriptor limits. If issues persist:
ulimit -n 4096

Environment Variables

ANTIGRAVITY_DISABLE_TRAY
boolean
default:"false"
Disable system tray icon (useful for headless or Wayland sessions)
ANTIGRAVITY_FORCE_TRAY
boolean
default:"false"
Force enable tray even on Wayland (may cause crashes)
ANTIGRAVITY_FORCE_WAYLAND
boolean
default:"false"
Use Wayland backend on Linux (default: X11 for stability)
ANTIGRAVITY_FORCE_X11
boolean
default:"false"
Force X11 backend on Linux

Data Location

Application data is stored in:
  • macOS: ~/Library/Application Support/antigravity_tools/
  • Windows: %APPDATA%\antigravity_tools\
  • Linux: ~/.antigravity_tools/
Back up this directory to preserve accounts, settings, and logs.

Next Steps

Add Accounts

Set up OAuth authentication and add accounts

Configure API Proxy

Enable the API proxy service for Claude CLI and other clients

Model Routing

Configure intelligent model routing and mappings

Docker Deployment

Or deploy as a Docker container for servers

Build docs developers (and LLMs) love