Summary
Currently, the only way to install Antigravity CLI on Linux is via Google's curl | bash installer. There are no native packages for Debian/Ubuntu (.deb) or Arch Linux (AUR).
This proposal includes working prototypes for both formats, tested on Ubuntu 26.04 LTS.
What's included
Debian/Ubuntu (.deb)
DEBIAN/control — Package metadata (Package: antigravity-cli, v1.1.14)
DEBIAN/postinst, prerm, postrm — Standard maintainer scripts
build-deb.sh — Build script using dpkg-deb
- Desktop entries for app menu integration
Arch Linux (AUR)
PKGBUILD — Supports x86_64 + aarch64, with proper provides, conflicts, optdepends
.SRCINFO — AUR metadata
- Shell profile for PATH setup
- Desktop entries for app menu integration
Tested on
| Distro |
Version |
Result |
| Ubuntu |
26.04 LTS (Resolute Raccoon) |
CLI v1.1.14 installed, 261 tests passed |
How to use
Debian
# Build
cd packaging/debian && bash build-deb.sh 1.1.14
# Install
sudo dpkg -i build/antigravity-cli_1.1.14-1_amd64.deb
Arch Linux
# Local build
cd packaging/arch && makepkg -si
# Or submit to AUR
git clone ssh://aur@aur.archlinux.org/antigravity-cli.git
cp PKGBUILD .SRCINFO antigravity-cli/
Notes
- Packages install the CLI only (
agy), not Desktop 2.0 or IDE
- Desktop 2.0 and IDE are already handled by Google's official installer
- These packages complement the existing installer for users who prefer native packaging
- All files respect the original repo structure and don't modify existing code
Summary
Currently, the only way to install Antigravity CLI on Linux is via Google's
curl | bashinstaller. There are no native packages for Debian/Ubuntu (.deb) or Arch Linux (AUR).This proposal includes working prototypes for both formats, tested on Ubuntu 26.04 LTS.
What's included
Debian/Ubuntu (.deb)
DEBIAN/control— Package metadata (Package: antigravity-cli, v1.1.14)DEBIAN/postinst,prerm,postrm— Standard maintainer scriptsbuild-deb.sh— Build script usingdpkg-debArch Linux (AUR)
PKGBUILD— Supports x86_64 + aarch64, with properprovides,conflicts,optdepends.SRCINFO— AUR metadataTested on
How to use
Debian
Arch Linux
Notes
agy), not Desktop 2.0 or IDE