feat: add antigravity-selkies image (Google AI-agent IDE)#28
Merged
Conversation
Google Antigravity is an AI-agent-first IDE — a VS Code fork with deep Gemini integration, released by Google in November 2025. Distribution: Google Cloud Artifact Registry apt repo. New install pattern for our catalog (we've covered apt-from-vendor — Mozilla, Slack, Signal, Element, Brave, Vivaldi, LibreWolf — but not the GCP-Artifact-Registry-as-apt-repo flavor): curl -fsSL https://us-central1-apt.pkg.dev/doc/repo-signing-key.gpg | gpg --dearmor -o /etc/apt/keyrings/antigravity-repo-key.gpg deb [signed-by=...] https://us-central1-apt.pkg.dev/projects/ antigravity-auto-updater-dev/ antigravity-debian main apt install antigravity The "antigravity-debian" suite name works on Ubuntu noble too — same non-Ubuntu-codename-specific pattern we've seen with Slack ("jessie"), Signal ("xenial"), Element ("default"), and LibreWolf ("librewolf"). Electron-based (since it's a VS Code fork) — needs --no-sandbox in unprivileged containers. Memory 4 GiB request / 8 GiB limit since AI IDEs run heavier than plain editors (LLM-backed agent workflows can spike memory usage). NEW addition to the catalog — no legacy template existed (Antigravity is 2 months old). Local rebuild + verify skipped (Docker disk constraint). Repo + key + package all probed live before writing: key URL: HTTP 200 /dists/antigravity-debian/Release: HTTP 200 Package: antigravity confirmed in main/binary-amd64/Packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Google Antigravity is an AI-agent-first IDE (VS Code fork with Gemini integration), released by Google in November 2025.
Install path: GCP Artifact Registry as apt repo
New install pattern for our catalog. Google distributes Antigravity via Google Cloud Artifact Registry's apt-repo feature — different from Chrome's `dl.google.com/linux` pattern:
```
curl -fsSL https://us-central1-apt.pkg.dev/doc/repo-signing-key.gpg
| gpg --dearmor -o /etc/apt/keyrings/antigravity-repo-key.gpg
deb [signed-by=...] https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/ antigravity-debian main
apt install antigravity
```
The "antigravity-debian" suite name works on Ubuntu noble too — same non-Ubuntu-codename-specific pattern we've seen with Slack ("jessie"), Signal ("xenial"), Element ("default"), and LibreWolf ("librewolf").
Resource sizing
Mem 4 GiB request / 8 GiB limit. AI IDEs run heavier than plain editors — LLM-backed agent workflows can spike memory usage when running long-running agent loops.
Electron flag
Same `--no-sandbox` pattern as the other Electron apps (chrome, vscodium, dbeaver, github-desktop, joplin, ...).
Local verification skipped (Docker disk)
Apt repo + key + package all probed live before writing:
Test plan
Catalog progress
After this lands: 50 published Selkies-native images (50!). Development category becomes 10 (vscodium, dbeaver, godot, openscad, xournalpp, mysql-workbench, sqlitebrowser, github-desktop, yaak, antigravity).