Installation Guide
Get Anti Gravity running on your computer in about 15 minutes. Follow these steps in order.
Step 1: Install the Required Software
Anti Gravity runs inside a free program called Gemini Code Assist (also known as Antigravity). You'll also need two free tools that power the behind-the-scenes automation.
1a. Download and install Gemini Code Assist
Visit Google's official download page and install it like any normal program.
1b. Install Python and Node.js
Open the Start Menu, type PowerShell, and open it. Then paste these two commands one at a time and press Enter after each:
winget install -e --id Python.Python.3.12 --accept-package-agreements --accept-source-agreementswinget install -e --id OpenJS.NodeJSWait for each one to finish before running the next.
1c. Install helper libraries
Still in the same PowerShell window, paste this command and press Enter:
pip install python-docx pymupdf websockets diff-match-patch mss pyautogui pillow mcpStep 2: Install the Workflow Files
This is the most important step. The AI looks for its workflow files in one specific folder on your computer.
- Download the Anti Gravity framework ZIP file.
- Open File Explorer and navigate to:
C:\Users\YourUsername\.gemini\antigravity
(Replace "YourUsername" with your actual Windows username.) - Extract the ZIP file directly into that folder.
global_workflows and skills inside the antigravity folder.Step 3: Configure the Auto-Accept Extension
When the AI wants to run a command or write a file, it asks for your permission first. This extension automatically clicks "Accept" so you don't have to click it hundreds of times.
- Inside your extracted files, find the
auto_clicker_extensionfolder and copy it intoC:\Users\YourUsername\.antigravity\extensions\auto-accept-clean. - Find the Antigravity shortcut in your Start Menu, right-click it, and select Properties. In the "Target" field, add
--remote-debugging-port=9000to the very end (after a space). Click OK. - Launch Antigravity using this updated shortcut. In the bottom-right corner of the window, you'll see "Auto Accept: OFF" — click it to turn it ON.
You're Done!
To verify everything is working, open Antigravity and type / in the chat box. You should see a dropdown list of all available workflows. Pick one and try it out!