This project allows you to install Google Antigravity, Google's new AI-powered IDE, on Arch Linux (and derivatives like Manjaro).
Latest Version Available: 1.23.2
It provides two methods for installation: a quick automated install using the repository's latest info, or a local maintenance mode using Docker to fetch the absolute latest version directly from Google.
This method uses the PKGBUILD hosted in this repository, which is automatically updated by GitHub Actions.
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.
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.
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:
./check_and_update_local.sh
What this does:
- Builds a minimal Ubuntu Docker image.
- Queries Google's APT repository inside the container to get the latest version, SHA256 hash, and download URL.
- Updates the local
package/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.check_and_update_local.sh: Local maintenance script that orchestrates the Docker check and update process._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..github/workflows/update.yml: GitHub Action that runs periodically (every 5 hours) to update thePKGBUILDin this repository automatically.
This is an unofficial package. Google Antigravity is a trademark of Google.
This package repackages the official .deb file distributed by Google.