Skip to content

fix(server): Antigravity linux-arm64 install and custom-path resolve - #9

Draft
macodev00 wants to merge 3 commits into
mainfrom
cursor/antigravity-linux-aarch64-b7a4
Draft

macodev00 wants to merge 3 commits into
mainfrom
cursor/antigravity-linux-aarch64-b7a4

Conversation

@macodev00

@macodev00 macodev00 commented Sep 20, 2026

Copy link
Copy Markdown
Owner

What Changed

One PR for both Linux ARM64 Antigravity bugs:

Why

On Linux ARM64, uname -m and the official ACP registry say aarch64 while Node says arm64. Lookup used the raw arch string, so built-in Install could miss Google’s linux-arm64 zip. Separately, Settings → Binary path often points at the extract folder or a ~/… path; resolve required the ACP file itself and did not expand home, so the health check stayed on “not found” / generic failure.

pingdotgg#12490
pingdotgg#12477

UI Changes

None.

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes
Open in Web Open in Cursor 

Map uname and ACP-registry CPU names (aarch64, x86_64) onto the pinned
linux-arm64 archive, prefer the host machine over Node's compile arch,
and fail with the existing unsupported message when no ARM build exists.

Fixes pingdotgg#12490
Expand ~/ in the custom binary path and, when that path is a directory,
look up agy_acp_server.par plus localharness_external inside it so a
manual CDN extract passes the health check. Keep host-machine aarch64
mapping onto the pinned linux-arm64 archive.

Fixes pingdotgg#12490
Fixes pingdotgg#12477
@cursor cursor Bot changed the title fix(server): select Antigravity linux-arm64 on aarch64 hosts fix(server): Antigravity linux-arm64 install and custom-path resolve Sep 20, 2026
CodeRabbit docstring coverage on the linux-arm64 change was 50% because
resolveAntigravityReleaseAsset had no TSDoc. Add one-line docs on the
functions that diff already touched.

Co-authored-by: maco <macodev00@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant