Documentation Index
Fetch the complete documentation index at: https://mintlify.com/badrisnarayanan/antigravity-claude-proxy/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing, ensure you have the following:- Node.js 18.0.0 or later (download here)
- npm (comes with Node.js) or your preferred package manager
- Antigravity app (optional, for single-account mode) OR Google account(s) for multi-account mode
Installation methods
Option 1: npm global install (recommended)
Install the package globally to use theacc command from anywhere:
- The
acccommand available system-wide - Easy updates with
npm update -g antigravity-claude-proxy - Automatic dependency management
Option 2: npx (no install required)
Run the proxy without installing it globally:- Downloads and runs the latest version automatically
- Useful for trying the proxy before installing
- No global installation required
- Always uses the latest version
With npx, you’ll need to use the full command
npx antigravity-claude-proxy@latest instead of the acc shorthand.Option 3: git clone (for development)
Clone the repository for local development or to contribute:- Access to the latest development code
- Ability to make local modifications
- Direct access to source files and tests
Platform-specific notes
macOS
No additional setup required. The proxy works out of the box after installation. If you encounter permission issues with global npm installs, consider using nvm to manage Node.js versions without requiring sudo:Linux
For global npm installs, you may need to configure npm to avoid using sudo:Windows
Run the installation command in an elevated PowerShell or Command Prompt (as Administrator) if you encounter permission issues.Verification steps
After installation, verify that everything is working correctly:Start the server
Launch the proxy to test it’s working:You should see output indicating the proxy has launched successfully.
Updating
npm global install
Update to the latest version:npx
No update needed - npx always uses the latest version when you specify@latest.
git clone
Pull the latest changes and reinstall dependencies:Uninstalling
npm global install
git clone
Simply delete the cloned directory:Uninstalling the proxy does not remove your account configuration. Account data is stored in
~/.config/antigravity-proxy/accounts.json and persists after uninstallation.Next steps
Quickstart
Follow the quickstart guide to configure and start using the proxy.
Account management
Learn how to add and manage Google accounts for the proxy.