Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Google Antigravity Login Fix (Windows)

Fixes Google Antigravity issue where the app opens but you cannot log in :

Symptoms

  • Antigravity launches
  • Login fails or never completes
  • App may close silently or block login
  • Errors appear in console / logs

Root Cause

Google Antigravity is an Electron app.

If Windows environment variables such as:

  • TEMP
  • TMP
  • APPDATA
  • LOCALAPPDATA

are broken, missing, or unwritable, Electron fails during startup login initialization, preventing authentication.

What this script does

✔ Stops stale Antigravity background processes
✔ Restores valid TEMP / TMP / APPDATA paths (session-only)
✔ Creates a clean temporary directory

❗ No permanent system changes are made.

How to use (PowerShell)

  1. Download the zip file
  2. Right-click fix-antigravity.ps1
  3. Click Run with PowerShell

If PowerShell blocks execution:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\fix-antigravity.ps1

How to use (Batch)

Double-click:

fix-antigravity.bat

About

Fixes the Antigravity issue where the app opens but you cannot log in.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages