Local maintenance (Docker required)

Prerequisites

  • Docker
  • base-devel package group

Usage

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:

  1. Builds a minimal Ubuntu Docker image.
  2. Fetches the latest version info from Google's release metadata service.
  3. Updates the matching local PKGBUILD file with this new information.
  4. Compares the new version with your installed version.
  5. 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: SettingsActionsGeneral → set Artifact and log retention to 1 → save.

See also: Install Antigravity IDE · Install Antigravity 2.0

Updated

Was this page helpful?