Skip to content

Proposal: Official .deb + AUR packages for Antigravity CLI #5

Description

@sandikodev

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions