Local maintenance (Docker required)
Prerequisites
- Docker
base-develpackage group
Usage
git clone https://github.com/BOTOOM/google-antigravity-bin-arch.git
cd google-antigravity-bin-archRun the local check-and-update script for the product you want:
./check_and_update_local.sh
./check_and_update_local_2_0.shWhat 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.
Project structure#
install_antigravity— standalone installer used by the IDE curl command.install_antigravity_2_0— standalone installer for Antigravity 2.0.check_and_update_local.sh/check_and_update_local_2_0.sh— orchestrate the Docker check-and-update process._install_local.sh— internal script that performs the actual installation.update.sh— core logic that runs the Docker container to fetch version info.package/PKGBUILD/package-2.0/PKGBUILD— Arch Linux package build descriptions..github/workflows/update.yml— the GitHub Action that refreshes both package definitions every 5 hours.
GitHub Actions storage retention#
To keep GitHub Actions storage usage low on the free tier, configure repository retention to 1 day: Settings → Actions → General → set Artifact and log retention to 1 → save.
See also: Install Antigravity IDE · Install Antigravity 2.0