Ubuntu 24.04 - Upgrading to Antigravity 2.0 and Antigravity IDE

About two months ago, I installed Antigravity on Ubuntu 24.04 following these instructions:

Google Antigravity Download Linux

As of this writing (2026-05-20), it appears that Antigravity 2.0 has not been published via this channel yet.

nate@<snip>:~$ ll /etc/apt/keyrings/antigravity-repo-key.gpg 
-rw-r--r-- 1 root root 695 Apr  1 16:35 /etc/apt/keyrings/antigravity-repo-key.gpg
nate@<snip>:~$ cat /etc/apt/sources.list.d/antigravity.list
deb [arch=amd64 signed-by=/etc/apt/keyrings/antigravity-repo-key.gpg] https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/ antigravity-debian main
nate@<snip>:~$ sudo apt update
<snip>
All packages are up to date.
nate@<snip>:~$ apt-cache policy antigravity | head
antigravity:
  Installed: 1.23.2-1776332190
  Candidate: 1.23.2-1776332190
  Version table:
 *** 1.23.2-1776332190 500
        500 https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev antigravity-debian/main amd64 Packages
        100 /var/lib/dpkg/status
     1.22.2-1775164135 500
        500 https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev antigravity-debian/main amd64 Packages
     1.21.9-1774760656 500
nate@<snip>:~$ sudo apt --only-upgrade install antigravity
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
antigravity is already the newest version (1.23.2-1776332190).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Is this still a supported route of obtaining the application? Or will it be tarball-only going forward, as indicated by the Download page?

Thanks for any help or insights!

This is a good question, and if it’s not going to be supported through the deb channel anymore then they should post proper documentation on how to install the app through the tarball for main distributions.

In the 1.23.x.-xxxxx, the extension conflicts happen ( new version is available, so extensions are stopped in the old one aahhhhhh…!!!)

Tarball setup is not working properly. I just did it. The IDE does not feel like an IDE. I imported a project, but the IDE doesn’t detect the files inside it. The icon is not showing up (need to manually set up to get the icon), launch from the terminal, but it keeps the Terminal open with logs.

Overall, I didn’t like it and don’t feel worthy to install (setup) from a tar.gz file.

lost a couple of token, i ran antigravity ide 2.x then told it to add it self to add to launcher, but it works, download it manually, then ran antigravity on bin folder, then i ask how to add it next time if i want to add it my self

Here is how you can create and register a desktop launcher from the terminal next time:

Step 1: Create the .desktop file

Run the following command to create and write the launcher configuration to your local applications folder:

cat << 'EOF' > ~/.local/share/applications/antigravity-ide.desktop
[Desktop Entry]
Name=Antigravity IDE
Comment=Antigravity IDE v2.0 - Experience liftoff
GenericName=IDE
Exec="/home/USERNAME/Downloads/Antigravity-x64/antigravity" %F
Icon=antigravity
Type=Application
Terminal=false
StartupNotify=true
StartupWMClass=Antigravity
Categories=Development;IDE;TextEditor;
MimeType=application/x-antigravity-workspace;
EOF

Step 2: Make the launcher executable (Optional but recommended)

Ensure the desktop manager has permissions to launch it:

chmod +x ~/.local/share/applications/antigravity-ide.desktop

Step 3: Refresh the launcher database

Run this to force the desktop environment to scan for the new launcher immediately:

update-desktop-database ~/.local/share/applications

Key Desktop Entry Fields Explained:

  • Exec: The absolute path to the executable, such as [antigravity](file:///home/USERNAME/Downloads/Antigravity-x64/antigravity). The %F argument allows you to open dropped files/folders in the IDE.
  • Icon: The system icon name or absolute path to an image (e.g., /usr/share/pixmaps/antigravity.png).
  • StartupWMClass: Groups open windows under the correct launcher icon in your dock/taskbar rather than spawning a generic or separate window group.

ye pls fix

Please release the update on APT channel.

Same issue.. posting for visibility, please release the new version via apt. All the extensions are disabled because of the version missmatch..

Same here. I added it to my app launcher and set it up as a shortcut and all but I would love for it to be supported through the deb channel

its a bit disappointing to see this kind of wrong info from google. yeah really bad.

they says I could be able to upgrade it from apt. but No, they won’t release a .deb package. but still says I can upgrade via apt. LOL

Can confirm this is happening on Fedora too… They still didn’t bundle it into the RPM package either, what an L :smiling_face_with_tear:

OP here. Glad to see I’m not the only one concerned with this issue! Thanks for chiming in, everyone.

For what it’s worth, there is a lot of discussion happening on X around the upgrade - in general, not just about Linux. I sent a tweet about the topic, we’ll see if it gets any traction: https://x.com/nateradetunes/status/2059458946646098338

I was having the same trouble, but
the following site was very clear and made installation a breeze.

https://linuxcapable.com/how-to-install-google-antigravity-on-ubuntu-linux/

Please check it out.

Nah, I am not going to install IDE from tar.gz archive, it’s extremely weird, and would require quite some manual steps for each upgrade.

I’d better revert back to VS Code or other alternatives then. It’s good that I haven’t payed for the early subscription yet though, so not vendor-locked for now.

And if Google doesn’t want to have Linux customers - it’s their right I guess.

Using tar.gz is the Linux way. The pre built bundle without installing weird dependency. - Linux developer since the 90s. :face_savoring_food:

I don’t see there any makefile either to have that said, so they’re shipping pre-build libraries with it and actually must have weird dependencies for that to work…

Nope, just untar the file then change the chrome-sandbox permission and you can run it as user. No other package needed.

Nah, thanks, that still smells fishy for me.

How upgrades are goona look like? Go, manually download, unpack, migrate config, change .desktop path? And do that kinda couple of times per month?

Isn’t it too much of an ask for the paid product?

So will stick with vscodium or smth properly packaged until Google sort out their Linux support, with at least smth like AppImages, or flatpak or revive distro packaging…
And there I am also in control of a model and can get some local Gemma as well…

If IDE will even stay for that long given overall 2.0 thing.

Yeah, an AppImage would be nice for people that doesn’t want to deal with it. There is a community driven repo out there that does that, but yeah, isn’t official.

this is just disapponting

Apt release will be nice and if they are not going to do it they should announce it properly