I’m not able to open Anti-Gravity on Windows (window terminated unexpectedly).
I have the same problem, it can’t be used anymore, antigravity hangs up again.
Try to turn off your antivirus, may work like mine
In addition to turning off your antivirus as @Samar_Gosalia suggested, could you please try the following steps and let us know if it addresses your current issue? Some other users found the solution helpful.
-
Open PowerShell as Administrator
-
Press the Windows key, type PowerShell.
-
Right-click Windows PowerShell and select “Run as administrator”.
-
Set the Environment Variable Copy and paste the following command into the PowerShell window and press Enter:
PowerShell
[Environment]::SetEnvironmentVariable(“HOME”, “C:\Users\$($env:USERNAME)”, “User”)
Verify the Change Run this command to ensure the variable was saved:PowerShell
[Environment]::GetEnvironmentVariable(“HOME”, “User”)
(The output should show your user folder path, e.g., C:\Users\YourName) -
Restart Antigravity Close the application completely and relaunch it for the changes to take effect.
Thank you!