X3M Industries Community Distribution

Google Antigravity for Linux

Automated native RPM and DEB repositories for Antigravity IDE and Antigravity Hub, synchronized with Google's official releases.

● Fully Automated x86_64 & aarch64 GPG Signed Native .desktop Files Total Downloads
Step 1 — Add the RPM repository
sudo curl -fsSL https://x3m-industries.github.io/antigravity-packages/rpm/antigravity.repo -o /etc/yum.repos.d/antigravity.repo
Step 2 — Install Antigravity IDE & Hub
sudo dnf install antigravity-ide antigravity
Step 3 — Launch from terminal
antigravity-ide ./myproject
Step 1 — Add GPG Key & Sources
sudo mkdir -p /etc/apt/keyrings sudo curl -fsSL https://x3m-industries.github.io/antigravity-packages/deb/antigravity.gpg -o /etc/apt/keyrings/antigravity.gpg sudo curl -fsSL https://x3m-industries.github.io/antigravity-packages/deb/antigravity.sources -o /etc/apt/sources.list.d/antigravity.sources
Step 2 — Install via APT
sudo apt update && sudo apt install antigravity-ide antigravity
Step 3 — Launch from terminal
antigravity-ide ./myproject

⚡ Zero Maintenance

Tracked daily against Google's download CDN. Whenever a new version is released, the pipeline builds, signs, and updates the repositories automatically.

🖥️ Native .desktop & CLI

Includes high-resolution icons, FreeDesktop .desktop entries for GNOME/KDE/XFCE, full CLI arguments (antigravity-ide .), and clean system integration.

🔐 GPG Signed & Secure

Every package is cryptographically signed with the X3M Antigravity Packagers key, ensuring package authenticity and integrity across all systems.

Tested & Supported Linux Distributions

Fedora 39 / 40 / 41 / 42 Ubuntu 24.04 / 22.04 LTS Debian 12 Bookworm / 11 Bullseye RHEL 8 / 9 CentOS Stream Rocky Linux & AlmaLinux openSUSE Tumbleweed & Leap Pop!_OS & Linux Mint x86_64 & aarch64 (ARM64)

Frequently Asked Questions

How do updates work?
Our pipeline monitors Google's official release CDN daily. When Google publishes a new release, packages are automatically compiled, GPG-signed, and deployed to this repository. You simply update your system via sudo dnf update or sudo apt upgrade.
Are ARM64 / aarch64 systems supported?
Yes! Both x86_64 (Intel/AMD) and aarch64 (ARM64, Raspberry Pi, Ampere, Apple Silicon Linux VMs) RPM and DEB packages are natively built and published for each release.
How is package security and authenticity verified?
All RPM and DEB packages and repository metadata are cryptographically signed with the official X3M Antigravity Packagers GPG key (Fingerprint: E83A 23BC 57FE 6953 E4B5 F465 7A48 CA4D 7E7B 6601). Package managers will automatically verify the signature prior to installation.
How do I launch Antigravity from the terminal or application menu?
Once installed, you can launch the IDE with antigravity-ide . or search for Antigravity IDE in your GNOME, KDE, or XFCE application menu. The FreeDesktop entries include full protocol handlers for smooth Google login.