Automated RPM & DEB package builds and repositories for Google Antigravity & Antigravity IDE
0
stars
20
commits
Shell
primary language
Sep 9, 2026
updated
Community RPM (DNF) and DEB (APT) repositories for Google Antigravity & Antigravity IDE.
Automatically synchronized with Google's official release CDN, packaged natively for Linux with full CLI, high-resolution desktop icons, and browser OAuth redirect integration.
# 1. Add the repository
sudo curl -fsSL https://x3m-industries.github.io/antigravity-packages/rpm/antigravity.repo -o /etc/yum.repos.d/antigravity.repo
# 2. Install Antigravity IDE & Hub
sudo dnf install antigravity-ide antigravity
# 3. Update anytime
sudo dnf update antigravity-ide
# 1. Add the GPG key & APT sources (modern DEB822 format)
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
# 2. Update and install
sudo apt update
sudo apt install antigravity-ide antigravity
# 3. Update anytime
sudo apt update && sudo apt upgrade antigravity-ide
Both packages automatically install binaries and symlinks into /usr/bin:
# Open any project folder
antigravity-ide ./my-project
# Open specific files
antigravity-ide main.py
# Compare files with built-in diff viewer
antigravity-ide --diff old.py new.py
# Launch Antigravity Hub
antigravity
antigravity-ide:// and antigravity:// URL scheme handlers so Google authentication redirects straight back into the running app./usr/share/pixmaps.| Package | Description | Architectures |
|---|---|---|
antigravity-ide | Google's VS Code–based agentic coding environment | x86_64, aarch64 / arm64 |
antigravity | Antigravity agent runtime & background platform | x86_64, aarch64 / arm64 |
Every RPM and DEB package published through this repository is cryptographically signed to ensure authenticity and prevent tampering:
X3M Antigravity Packagers <packaging@x3m.industries>7A48CA4D7E7B6601E83A 23BC 57FE 6953 E4B5 F465 7A48 CA4D 7E7B 660105:00 UTC to check antigravity.google/download for new releases.x86_64 and aarch64.repodata/ and Packages.gz) is refreshed on GitHub Pages.This repository uses mise for local environment management:
# Clone the repository
git clone https://github.com/x3m-industries/antigravity-packages.git
cd antigravity-packages
# Install required tools
mise install
# Check upstream release status
python3 scripts/check_upstream.py
Track real-time downloads across packages, architectures, and distro formats:
# Display download metrics dashboard
./scripts/stats.py
# Export raw JSON metrics
./scripts/stats.py --json
Maintained by X3M Industries
20 commits
Shell
57.0%
Python
42.9%
Automated RPM & DEB package builds and repositories for Google Antigravity & Antigravity IDE
0
stars
20
commits
Shell
primary language
Sep 9, 2026
updated
Community RPM (DNF) and DEB (APT) repositories for Google Antigravity & Antigravity IDE.
Automatically synchronized with Google's official release CDN, packaged natively for Linux with full CLI, high-resolution desktop icons, and browser OAuth redirect integration.
# 1. Add the repository
sudo curl -fsSL https://x3m-industries.github.io/antigravity-packages/rpm/antigravity.repo -o /etc/yum.repos.d/antigravity.repo
# 2. Install Antigravity IDE & Hub
sudo dnf install antigravity-ide antigravity
# 3. Update anytime
sudo dnf update antigravity-ide
# 1. Add the GPG key & APT sources (modern DEB822 format)
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
# 2. Update and install
sudo apt update
sudo apt install antigravity-ide antigravity
# 3. Update anytime
sudo apt update && sudo apt upgrade antigravity-ide
Both packages automatically install binaries and symlinks into /usr/bin:
# Open any project folder
antigravity-ide ./my-project
# Open specific files
antigravity-ide main.py
# Compare files with built-in diff viewer
antigravity-ide --diff old.py new.py
# Launch Antigravity Hub
antigravity
antigravity-ide:// and antigravity:// URL scheme handlers so Google authentication redirects straight back into the running app./usr/share/pixmaps.| Package | Description | Architectures |
|---|---|---|
antigravity-ide | Google's VS Code–based agentic coding environment | x86_64, aarch64 / arm64 |
antigravity | Antigravity agent runtime & background platform | x86_64, aarch64 / arm64 |
Every RPM and DEB package published through this repository is cryptographically signed to ensure authenticity and prevent tampering:
X3M Antigravity Packagers <packaging@x3m.industries>7A48CA4D7E7B6601E83A 23BC 57FE 6953 E4B5 F465 7A48 CA4D 7E7B 660105:00 UTC to check antigravity.google/download for new releases.x86_64 and aarch64.repodata/ and Packages.gz) is refreshed on GitHub Pages.This repository uses mise for local environment management:
# Clone the repository
git clone https://github.com/x3m-industries/antigravity-packages.git
cd antigravity-packages
# Install required tools
mise install
# Check upstream release status
python3 scripts/check_upstream.py
Track real-time downloads across packages, architectures, and distro formats:
# Display download metrics dashboard
./scripts/stats.py
# Export raw JSON metrics
./scripts/stats.py --json
Maintained by X3M Industries
20 commits
Shell
57.0%
Python
42.9%