Until Google fix this issue , you need to depend on tarball installation , I am sharing shell script for that , download anitgravity ide / 2.0 files from google , and run this script in same folder for **automatic installation
I do appreciate the initiative, but I am personally hesitant to rely on a bash script for installation. It seems a little fragile to me - if anything about the tarball changes in the future, it could break the bash script.
I am still optimistic that the Antigravity team will provide an update to the “apt” repository channel, or at the very least provide some documentation on how to install the tarball. In the meantime, the older 1.23.2 version is still working for me on Ubuntu, at least for the time being.
Hi all, OP here again. If anyone is still following this thread, I’ve decided to move on. It’s been three weeks with zero feedback from the Google team, either here or on X. I am bummed, because I have been working successfully with Antigravity for the past two months. But, I am personally not interested in manually managing updates via a tarball. Linux has a robust ecosystem surrounding package managers, so I will continue to pursue solutions favoring that approach.
I,m facing the same issue with antigravity ugrade to it’s latest version on linux. I wish google solve this issue ASAP. in the mean time cursor and VS code are better option they have better support on linux they are good till google synronizes the apt repo with their update channel
Since your installation is under /opt/antigravity-ide and you have an update-antigravity-ide command installed, first check whether the vendor provides a built-in updater:
which update-antigravity-ide
update-antigravity-ide --help
If that command works, upgrade with:
sudo update-antigravity-ide
or:
update-antigravity-ide
If the built-in updater is unavailable, the common manual upgrade procedure is:
# Backup settings (optional)
cp -r ~/.config/"Antigravity IDE" ~/.config/"Antigravity IDE".bak
# Remove old installation
sudo rm -rf /opt/antigravity-ide
# Download latest release (replace URL with the official one)
wget <LATEST_RELEASE_URL> -O ~/Downloads/Antigravity-IDE.tar.gz
# https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.4-6381998290370560/linux-x64/Antigravity%20IDE.tar.gz
# Extract
tar -xzf ~/Downloads/Antigravity-IDE.tar.gz
# Install
sudo mv Antigravity-IDE /opt/antigravity-ide
After bumping my head into wall, getting the news of the Antigravity default is now Antigravity 2.0.. The previous Antigravity which we were using is promoted to Antigravity IDE.
But i was afraid of my data like chats, workspace data everything will get off, because the command that Antigravity IDE gives at the startup only import the settings and other related files but not the user profile data as I mentioned above.
Visit it and start it if it will be helpful to you. Share your feedback to improve and contribute it. I has announced it has community-maintained tool.