This project allows you to install both Google Antigravity IDE and Google Antigravity 2.0 on Arch Linux (and derivatives like Manjaro).
Latest Antigravity IDE Version: 2.1.1
Latest Antigravity 2.0 Version: 2.4.3
It provides quick install scripts for each product and local maintenance scripts that can fetch the absolute latest version directly from Google.
This method uses the PKGBUILD hosted in this repository, which is automatically updated by GitHub Actions to track the official Antigravity IDE Linux download.
curl -sSL https://raw.githubusercontent.com/BOTOOM/google-antigravity-bin-arch/main/install_antigravity | bashWhat this does:
- Clones this repository to a temporary directory.
- Checks if you have
google-antigravity-bininstalled. - Builds and installs the package using
makepkg. - Cleans up temporary files.
This installs the standalone Antigravity 2.0 package from the dedicated package definition in this repository.
curl -sSL https://raw.githubusercontent.com/BOTOOM/google-antigravity-bin-arch/main/install_antigravity_2_0 | bashWhat this does:
- Clones this repository to a temporary directory.
- Checks if you have
google-antigravity-2-0-bininstalled. - Builds and installs the package using
makepkg. - Cleans up temporary files.
If you want to check for updates directly from Google yourself (e.g., if the repository hasn't updated yet), you can use the local Docker-based scripts for either product.
Prerequisites:
- Docker
base-develpackage group
Usage:
-
Clone the repository:
git clone https://github.com/BOTOOM/google-antigravity-bin-arch.git cd google-antigravity-bin-arch -
Run the local check and update script for the product you want:
./check_and_update_local.sh ./check_and_update_local_2_0.sh
What this does:
- Builds a minimal Ubuntu Docker image.
- Fetches the latest version info from Google's release metadata service.
- Updates the matching local
PKGBUILDfile with this new information. - Compares the new version with your installed version.
- Asks if you want to build and install the update immediately.
install_antigravity: The standalone installation script used by the curl command.install_antigravity_2_0: The standalone installation script for Antigravity 2.0.check_and_update_local.sh: Local maintenance script that orchestrates the Docker check and update process.check_and_update_local_2_0.sh: Local maintenance script for Antigravity 2.0._install_local.sh: Internal script used bycheck_and_update_local.shto perform the actual installation.update.sh: The core logic that runs the Docker container to fetch version info.package/PKGBUILD: The Arch Linux package build description file for Antigravity IDE.package-2.0/PKGBUILD: The Arch Linux package build description file for Antigravity 2.0..github/workflows/update.yml: GitHub Action that runs periodically (every 5 hours) to update both package definitions automatically.
To keep GitHub Actions storage usage low (free tier), configure repository retention to 1 day:
- Go to
Settings→Actions→General. - Set Artifact and log retention to
1. - Save changes.
This is an unofficial package. Google Antigravity is a trademark of Google.
These packages repackage the official .tar.gz archives distributed by Google.