I’ve been using Antigravity since before 2.0 and I need to talk about what happened to this product.
If you ran multiple agents in parallel, reviewed code inside the same window, and felt genuinely fast — you know what I mean. That workflow is gone.
The regression nobody is talking about
Before 2.0, Hub and IDE were integrated. Agent management, code review, parallel execution across projects — one window, one history, one flow. It was genuinely powerful.
Now they’re two separate apps with completely separate conversation histories. Nothing carries over. You finish something in the IDE, switch to the Hub, and it’s like starting from scratch. The context is gone.
I’m not saying the new architecture is wrong. I’m saying the user experience took a serious hit and I don’t see anyone at Google acknowledging it. If anything, 2.0 was marketed as an upgrade. For my workflow, it’s a downgrade.
Am I the only one who felt this? I’d genuinely like to know if others found ways to recover their old productivity or if everyone just silently adapted.
And for Linux users: the IDE button is completely broken
On top of the usability issues, the “Open in IDE” button introduced in 2.0.6 simply does not render on Linux — even after a clean installation following every path the Hub’s own source code expects.
Environment:
-
OS: Ubuntu 26 (x64)
-
Antigravity Hub: 2.0.10
-
Antigravity IDE: 2.0.3 (VSCode OSS 1.107.0, commit
4e2e10a9) -
Installation: manual tarball to
~/.local/share/antigravity-hub/and~/.local/share/antigravity-ide/
What I dug into:
-
~/.local/share/antigravity-ide/exists with the correct binary -
await window.ide.isInstalled()in the Hub DevTools console returnstrue -
The
ide:is-installedIPC handler resolves correctly on the Electron side -
The button container div in the workspace header exists in the DOM but is empty — the React component initializes with
isIdeInstalled = falseand never re-renders after the IPC resolves
This looks like a race condition that only surfaces on Linux. macOS and Windows users may never see it.
Side note: There is no official .deb, Snap, or Flatpak package for Ubuntu. Installation requires downloading a raw tarball with zero documentation. For a product at this level, that’s simply not good enough.
I’m happy to share full DevTools captures or logs. But more than a fix, I’d love to hear from the team: is Linux a first-class platform for Antigravity, or an afterthought?