Automated native RPM and DEB repositories for Antigravity IDE and Antigravity Hub, synchronized with Google's official releases.
sudo curl -fsSL https://x3m-industries.github.io/antigravity-packages/rpm/antigravity.repo -o /etc/yum.repos.d/antigravity.repo
sudo dnf install antigravity-ide antigravity
antigravity-ide ./myproject
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
sudo apt update && sudo apt install antigravity-ide antigravity
antigravity-ide ./myproject
Tracked daily against Google's download CDN. Whenever a new version is released, the pipeline builds, signs, and updates the repositories automatically.
Includes high-resolution icons, FreeDesktop .desktop entries for GNOME/KDE/XFCE, full CLI arguments (antigravity-ide .), and clean system integration.
Every package is cryptographically signed with the X3M Antigravity Packagers key, ensuring package authenticity and integrity across all systems.
sudo dnf update or sudo apt upgrade.
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.
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.
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.