Install Google Antigravity IDE and Antigravity 2.0 on Arch Linux and Arch-based distributions

Unofficial Arch Linux installer · auto-updated every 5 hours

Antigravity IDE on Arch Linux, installed in one command.

Install Google Antigravity IDE and Antigravity 2.0 on Arch, Manjaro, EndeavourOS, Garuda and every Arch-based distro. Auto-updated PKGBUILDs track the official Google release, so you always get the latest version.

Install Antigravity IDE
curl -sSL https://raw.githubusercontent.com/BOTOOM/google-antigravity-bin-arch/main/install_antigravity | bash
Antigravity IDE
v2.5.5
Antigravity 2.0
v2.8.1
Installation

Pick your install method

Each command clones the repo to a temp dir, builds the package with makepkg, installs it, and cleans up. Requires the base-devel group.

Antigravity IDE

Recommended · latest v2.5.5

The main product. Installs the google-antigravity-bin package tracking Google's official Antigravity IDE Linux download.

Antigravity IDE
curl -sSL https://raw.githubusercontent.com/BOTOOM/google-antigravity-bin-arch/main/install_antigravity | bash

Antigravity 2.0

Standalone · latest v2.8.1

Installs the standalone google-antigravity-2-0-bin package from its dedicated package definition.

Antigravity 2.0
curl -sSL https://raw.githubusercontent.com/BOTOOM/google-antigravity-bin-arch/main/install_antigravity_2_0 | bash

Local maintenance (Docker)

Fetch the absolute latest version straight from Google

Prefer to check Google directly (e.g. before the repo's CI has caught up)? Clone the repo and run the local Docker-based updater for either product. Requires Docker and base-devel.

1 · Clone
git clone https://github.com/BOTOOM/google-antigravity-bin-arch.git cd google-antigravity-bin-arch
2 · Check & update
./check_and_update_local.sh # IDE ./check_and_update_local_2_0.sh # 2.0

Compatibility

Works on Arch and every distro built on it

If it's Arch-based and ships pacman plus makepkg, the installer works. Here are the ones people run it on most.

Why this installer

Always current, always transparent

Auto-updated every 5 hours

A GitHub Action tracks Google's official release metadata and refreshes both PKGBUILDs automatically, so the version you install is the latest one available.

True one-line install

A single curl command clones, builds with makepkg, installs, and cleans up after itself. No AUR helper required — though it plays nicely with them.

Both products, one repo

Antigravity IDE and the standalone Antigravity 2.0 each get their own package definition, so you can install one or both side by side.

Transparent & repackaged

Packages simply repackage the official .tar.gz archives distributed by Google. Everything is open source — read every script before you run it.

FAQ

Frequently asked questions

What is Antigravity for Arch Linux?

It is an unofficial, open-source installer that packages Google Antigravity IDE and Antigravity 2.0 for Arch Linux and Arch-based distributions. It provides one-line curl commands and auto-updated PKGBUILDs that track Google's official release.

How do I install Antigravity IDE on Arch Linux?

Run: curl -sSL https://raw.githubusercontent.com/BOTOOM/google-antigravity-bin-arch/main/install_antigravity | bash. It clones the repository, builds the google-antigravity-bin package with makepkg, installs it, and cleans up temporary files.

What is the difference between Antigravity IDE and Antigravity 2.0?

Antigravity IDE is the primary product and installs the google-antigravity-bin package. Antigravity 2.0 is a standalone release installed via the google-antigravity-2-0-bin package. You can install either or both.

Which distributions are supported?

Any Arch-based distribution with pacman and makepkg, including Arch Linux, Manjaro, EndeavourOS, Garuda Linux, CachyOS, ArcoLinux, Artix Linux, RebornOS, Archcraft and more.

How often is the package updated?

A GitHub Action runs every 5 hours and updates both PKGBUILDs to match Google's latest official Antigravity release, so the installer always fetches the newest available version.

Do I need an AUR helper like yay or paru?

No. The curl installer uses makepkg directly. You only need the base-devel package group installed. AUR helpers still work if you prefer them.

Is this an official Google package?

No. This is an unofficial community package. Google Antigravity is a trademark of Google. The packages simply repackage the official .tar.gz archives distributed by Google.