Unofficial / Community provided Google Antigravity AppImage
- supports update of the AppImage
Double-click the *.AppImage file and you are done!
In normal cases, the above method should work, but in some cases you need mark file as executable. You can do this using File manager -> right click > Properties > Allow Execution, or by terminal issuing command
chmod +x Antigravity-*.AppImage
Use AppImageLauncher for better desktop integration ==> download AppImageLauncher
chmod +x Antigravity-*.AppImage
./Antigravity-*.AppImageThe official home of Antigravity is available at the link provided: https://antigravity.google
The AppImage is built from the .tar.gz Antigravity package by GitHub Continuous Integration using this bash script https://github.com/valicm/appimage-bash.
This repository includes an automated workflow that checks for updates daily.
- Scraping: A script checks the official download page for the latest Linux tarball.
- Automation: If a new version is found, the release workflow is automatically updated and triggered to build the new AppImage.