Settings

Theme

Google launches Antigravity 2.0 with an updated desktop app and CLI tool

techcrunch.com

3 points by divbzero a month ago · 5 comments

Reader

jdw64 a month ago

If you are a Windows user experiencing an issue where the Antigravity IDE fails to launch after installing Antigravity 2.0, you can resolve it with the following workaround:

PowerShell cd "C:\Users\Pc\AppData\Local\Programs\Antigravity\resources" Rename-Item app.asar app.asar.bak

The root cause is in how Google's 2.0 installer was packaged. Electron executables follow a documented resource loading priority: they always look for resources/app.asar first, then fall back to resources/app/. The 2.0 installer drops the new app.asar (containing 2.0 code) into the shared install directory alongside the IDE's existing app/ folder, without isolating it from the previous install. So even when you explicitly run Antigravity IDE.exe, the loader sees the newly added .asar first and loads 2.0 instead of the IDE. Renaming the .asar disables it, and the loader falls back to app/, which is the real IDE. Caveat: while app.asar is renamed aside, Antigravity.exe (the 2.0 launcher) also falls back to resources/app/ and ends up launching the IDE. Only one of the two products can be active at a time. To use both, uninstall both and reinstall to separate directories.

  • john_minsk a month ago

    Sorry for silly question. Is it a reason why after update I see new agent interface and no usual VSCode interface? I'm on Mac though.

    I'm lost here by looking at 2.0 interface.

    • jdw64 a month ago

      Bash cd /Applications/Antigravity.app/Contents/Resources mv app.asar app.asar.bak If your app is named "Antigravity IDE.app", just adjust the path accordingly

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection