Search Criteria
Package Details: antigravity-ide 2.0.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/antigravity-ide.git (read-only, click to copy) |
|---|---|
| Package Base: | antigravity-ide |
| Description: | An agentic development platform from Google, evolving the IDE into the agent-first era |
| Upstream URL: | https://antigravity.google/ |
| Keywords: | ai-coding ai-ide antigravity editor google ide vibe-coding vscode vscode-fork |
| Licenses: | LicenseRef-Google-Antigravity |
| Conflicts: | antigravity |
| Submitter: | 2586ozan |
| Maintainer: | kIERO (AlphaLynx) |
| Last Packager: | AlphaLynx |
| Votes: | 81 |
| Popularity: | 14.09 |
| First Submitted: | 2026-05-20 11:46 (UTC) |
| Last Updated: | 2026-06-04 04:02 (UTC) |
Dependencies (32)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-gitAUR, bash-devel-gitAUR)
- cairo (cairo-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- expat (expat-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libgcc (libgcc-snapshotAUR)
- libsecret
- libsoup3 (libsoup3-gitAUR)
- libstdc++ (libstdc++-snapshotAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- Show 12 more dependencies...
Required by (0)
Sources (7)
ldeviator commented on 2026-06-03 14:35 (UTC)
AlphaLynx commented on 2026-06-03 02:40 (UTC) (edited on 2026-06-03 02:51 (UTC) by AlphaLynx)
If you mark this out of date, please provide the link inside the flag out of date comment (or at least the version + build ID you see). I only see 2.0.3 (https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.3-6242596486512640/linux-x64/Antigravity%20IDE.tar.gz) on https://antigravity.google/download#antigravity-ide right now
Revs commented on 2026-05-21 21:30 (UTC)
Appreciate it @gautama. I looks like antigravity works already.
AlphaLynx commented on 2026-05-21 21:28 (UTC)
Antigravity 2.0 app is now available on https://aur.archlinux.org/packages/antigravity
gautama commented on 2026-05-21 18:27 (UTC)
@Revs
Look i might be wasting my time posting this but im running Antigravity HUB and IDE and have no issues.
Here is the PKGBUILD I used:
pkgname=antigravity-hub-bin
_pkgname=Antigravity
pkgver=2.0.1
pkgrel=2
pkgdesc="Google Antigravity 2.0 standalone multi-agent orchestration hub"
arch=('x86_64')
url="https://antigravity.google"
license=('custom:proprietary')
# Corrected Arch-specific package names
depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'glibc')
optdepends=('antigravity-ide: for the complementary VS-Code based code editor')
provides=('antigravity-hub')
conflicts=('antigravity-hub')
source=("${pkgname}-${pkgver}.tar.gz::https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.1-6566078776737792/linux-x64/Antigravity.tar.gz"
"${pkgname}.desktop")
sha256sums=('0727e1f56961b6d2347941f278da69cc6c17de3befe988524848cd167380e9ab'
'43fdf8971275a8ce9e640c68668e5bff65b75fa3d647b7c80a514b1f763cd24f')
package() {
# Dynamically find the extracted directory (e.g., Antigravity-linux-x64)
# This prevents the "No such file or directory" error
local _srcdir=$(find "${srcdir}" -maxdepth 1 -type d -name "Antigravity*" | head -n 1)
install -d "${pkgdir}/opt/${pkgname}"
# Use -a to preserve permissions and copy contents correctly
cp -a "${_srcdir}/"* "${pkgdir}/opt/${pkgname}/"
# Create the symlink
install -d "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/antigravity" "${pkgdir}/usr/bin/antigravity-hub"
# Install the .desktop entry
install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/antigravity-hub.desktop"
# Icon extraction (updated path for the 2.0.1 structure)
if [ -f "${pkgdir}/opt/${pkgname}/resources/app/resources/linux/code.png" ]; then
install -Dm644 "${pkgdir}/opt/${pkgname}/resources/app/resources/linux/code.png" \
"${pkgdir}/usr/share/icons/hicolor/512x512/apps/antigravity-hub.png"
fi
}
Like i said no issues my side and if you read the script everything is pretty straight forward.
here is the dekstop file as well
[Desktop Entry]
Name=Antigravity Hub
Comment=Google Antigravity 2.0 Agent Manager
Exec=/usr/bin/antigravity-hub %U
Terminal=false
Type=Application
Icon=antigravity-hub
Categories=Development;IDE;
MimeType=x-scheme-handler/antigravity;
Revs commented on 2026-05-21 15:06 (UTC) (edited on 2026-05-21 15:12 (UTC) by Revs)
There is no package yet that provides new Antigravity 2 form trusted Mainteiners? I've searched but had no luck finding anthing thats not form the first time submitters.
Update: After reading PR I understand we need to wait till package antigravity will be avilable again under: https://aur.archlinux.org/packages/antigravity Appreciate the effort!
AlphaLynx commented on 2026-05-21 03:52 (UTC)
Thank you! Happy to help with this contribution and maintain going forward. I've submitted the merge request: PRQ#81922. Speaking of which, there's currently 3 deletion requests for this package, could the creators of those requests close them please (through the https://aur.archlinux.org/requests page, 'Close')? I'd like to lessen to load on the Package Maintainer(s) that reviews these.
2586ozan commented on 2026-05-21 02:12 (UTC)
Of course, I would be happy to have you on board. Your plan makes perfect sense given the upstream changes, and using the official Google CDN alongside explicit dependencies is definitely the right move.
I am still quite new to this and have a lot to learn about maintaining packages properly, so I truly appreciate your guidance and help. Also, a big thank you to kIERO for the valuable feedback and support on this package.
I have added you as a co-maintainer. Feel free to push your updated PKGBUILD and submit the merge request to handle the transition to antigravity-ide smoothly. Thank you for your amazing contribution!
AlphaLynx commented on 2026-05-21 01:08 (UTC)
Hey, I'm maintainer on the antigravity package, and I have a PKGBUILD for the new version: https://codeberg.org/AlphaLynx/PKGBUILDs/src/branch/antigravity-ide/antigravity-ide/PKGBUILD. I have several changes, first there's a number a dependencies that the package needs, and should not be relied on transitively (namcap warns about these). Second, there is an official google.com CDN that I have as the source: https://codeberg.org/AlphaLynx/PKGBUILDs/src/branch/antigravity-ide/antigravity-ide/PKGBUILD#L52-L53. Also, I've pulled out the desktop files and launcher script to dedicated files rather than heredocs so package() reads cleaner. I have the aarch64 packaged as well. Additionally, I have the conflicts array with antigravity<2.0 so users cannot install both simultaneously.
I suggest a merge from antigravity -> antigravity-ide since this is the correct naming of the package due to upstream changes, and then the votes and comments will be moved over. Unfortunately that means the antigravity package would be deleted, so the Antigravity app would need to be pushed again after this merge. Could I be made maintainer so I can push my changes, and submit the merge request?
viridivn commented on 2026-05-21 01:01 (UTC)
Google's official update path moves IDE 1.x users to the new 2.x hub instead of the 2.x IDE, so that seems appropriate despite being odd.
Pinned Comments
w568w commented on 2025-12-20 09:19 (UTC) (edited on 2025-12-20 09:23 (UTC) by w568w)
I wrote this launch script to disable core dumps and clean up lingering processes on exit: https://gist.github.com/w568w/0999f61e9a646feac3f5a46aaa17e1d1
Leverages systemd scopes for process tracking to prevent collateral killing when multiple antigravity instances are active.
Confirmed the high CPU and leftover process issues are fixed.