[BUG] Remote SSH to Apple Silicon Mac fails - darwin-arm binary missing (v1.11.9)

[BUG] Remote SSH to Apple Silicon Mac fails - darwin-arm binary missing (v1.11.9)

Summary

When attempting to connect from Windows Antigravity client to a remote Apple Silicon Mac (M4 Mac mini) via SSH, the connection fails because the server binary (darwin-arm/Antigravity-reh.tar.gz) cannot be downloaded from Google’s release server. All download URLs return errors.

This issue was previously reported in version 1.11.5 but remains unfixed in version 1.11.9.


Environment

Client (Windows)

  • Antigravity Version: 1.11.9

  • VSCode OSS Version: 1.104.0 (user setup)

  • Commit: b31a0ea425328717c6bd1cff12c6755fd3d63a9d

  • Date: 2025-11-26T00:10:18.320Z

  • Electron: 37.3.1

  • Chromium: 138.0.7204.235

  • Node.js: 22.18.0

  • V8: 13.8.258.31-electron.0

  • OS: Windows_NT x64 10.0.26200

  • Language Server CL: 836836722

Remote Host (Mac)

  • Device: Mac mini (M4, Apple Silicon)

  • Architecture: darwin-arm64

  • SSH: Working correctly (verified with terminal and VS Code Remote SSH)


Steps to Reproduce

  1. Install Antigravity 1.11.9 on Windows

  2. Configure SSH connection to Apple Silicon Mac (M4)

  3. Attempt to connect via Remote SSH

  4. Connection fails with download errors


Expected Behavior

Antigravity should successfully download the server binary for Apple Silicon Mac and establish the remote SSH connection.


Actual Behavior

The connection fails because the server binary cannot be downloaded. Antigravity attempts multiple URLs but all fail:

Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
Download failed from https://redirector.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
Download failed from https://edgedl.me.gvt1.com/edgedl/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
Download failed from https://redirector.gvt1.com/edgedl/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
Error downloading server from all URLs
Error: installation failed.
exitCode==1==


Full Error Log

2025-12-02 19:06:05.786 [info] [Trace - 10:06:05.786] [stderr] debug1: pledge: network
2025-12-02 19:06:05.832 [info] [Trace - 10:06:05.831] Waiting for lock...
2025-12-02 19:06:05.835 [info] [Trace - 10:06:05.834] Lock acquired, proceeding with installation.
2025-12-02 19:06:05.835 [info] [Trace - 10:06:05.835] Cleaning up old server installations...
2025-12-02 19:06:05.838 [info] [Trace - 10:06:05.837] Finished cleaning up old server installations.
2025-12-02 19:06:06.498 [info] [Trace - 10:06:06.498] Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2025-12-02 19:06:07.475 [info] [Trace - 10:06:07.475] Download failed from https://redirector.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2025-12-02 19:06:08.133 [info] [Trace - 10:06:08.133] Download failed from https://edgedl.me.gvt1.com/edgedl/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2025-12-02 19:06:09.198 [info] [Trace - 10:06:09.197] Download failed from https://redirector.gvt1.com/edgedl/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2025-12-02 19:06:09.198 [info] [Trace - 10:06:09.197] Error downloading server from all URLs
2025-12-02 19:06:09.198 [info] [Trace - 10:06:09.197] Error: installation failed.
2025-12-02 19:06:09.198 [info] [Trace - 10:06:09.197] e7e1297f42785fa8be34de1d: start
2025-12-02 19:06:09.198 [info] [Trace - 10:06:09.197] exitCode==1==
2025-12-02 19:06:09.198 [info] [Error - 10:06:09.197] An error occurred while starting the server, with exit code: 1


Root Cause Analysis

The server binary for Apple Silicon Mac (darwin-arm/Antigravity-reh.tar.gz) appears to be missing from Google’s release server for version 1.11.9.

This is the same issue that was reported for version 1.11.5, where the darwin-arm/Antigravity-reh.tar.gz file was not available on the release server.


Workaround Attempted

  • VS Code Remote SSH: Works perfectly with the same SSH configuration

  • Terminal SSH: Works perfectly

  • This confirms the issue is specific to Antigravity’s server binary distribution


Impact

  • Severity: High

  • Affected Users: All users attempting to use Remote SSH from any platform to Apple Silicon Mac

  • Workaround Available: Use VS Code Remote SSH instead (not ideal for Antigravity users)


Requested Fix

Please upload the missing darwin-arm/Antigravity-reh.tar.gz (or darwin-arm64/Antigravity-reh.tar.gz) binary to the release server for version 1.11.9 (commit: b31a0ea425328717c6bd1cff12c6755fd3d63a9d).


Contact

  • Date: 2025-12-02

Related Issues

9 Likes

+1 to this problem. Seeing the same problem reported by the user. Remote machine is a Mac Studio when tried to ssh from a Macbook.

2025-12-02 21:40:14.977 [info] [Trace   - 02:40:14.977] Finished cleaning up old server installations.

2025-12-02 21:40:15.627 [info] [Trace   - 02:40:15.627] Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...

2025-12-02 21:40:16.626 [info] [Trace   - 02:40:16.626] Download failed from https://redirector.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...

2025-12-02 21:40:17.374 [info] [Trace   - 02:40:17.374] Download failed from https://edgedl.me.gvt1.com/edgedl/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...

2025-12-02 21:40:18.382 [info] [Trace   - 02:40:18.382] Download failed from https://redirector.gvt1.com/edgedl/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
1 Like

I’m experiencing the same problem.

Windows 11 → macOS Tahoe(M3 Pro, MacBook)

2025-12-03 21:47:05.416 [info] [Trace	- 12:47:05.416] Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2025-12-03 21:47:06.561 [info] [Trace	- 12:47:06.560] Download failed from https://redirector.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2025-12-03 21:47:07.095 [info] [Trace	- 12:47:07.95] Download failed from https://edgedl.me.gvt1.com/edgedl/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2025-12-03 21:47:08.311 [info] [Trace	- 12:47:08.310] Download failed from https://redirector.gvt1.com/edgedl/antigravity/stable/1.11.9-b31a0ea425328717c6bd1cff12c6755fd3d63a9d/darwin-arm/Antigravity-reh.tar.gz, trying next URL...

I don’t think I have exactly the same issue but might be related so thought I mention it here too. Whenever I remote SSH into my MacOS (M1 Max, Macbook Pro) the installation script runs but it complains that it can’t find flock and wget.

I’ve tried to send PATH, update files, symlink the flock and wget to other folders, changed shell to bash or zsh and nothing works. It’s a showstopper for me, so I am unable to use Antigravity. :frowning:

I ran into the same issue.

The cause was that the Homebrew path wasn’t being loaded in the interactive Bash shell.

Adding the Homebrew path via eval to .zshenv solves the problem.

After that, just install wget with Homebrew and you’re good.

2 Likes

Ah, the .zshenv trick with PATH did solve it. Thank you.
Now I DO have the same issue as this ticket though, Download failed from all URLs. :slight_smile:

same issue from macos intel to macos M4 max:

2025-12-08 10:17:08.367 [info] [Trace - 18:17:08.367] Download failed from https://edgedl.me.gvt1.com/edgedl/antigravity/stable/1.11.14-a0709bf9d9cab28e92a313859c64f1ca9b6114f9/darwin-arm/Antigravity-reh.tar.gz, trying next URL…

2025-12-08 10:17:09.258 [info] [Trace - 18:17:09.258] Download failed from https://redirector.gvt1.com/edgedl/antigravity/stable/1.11.14-a0709bf9d9cab28e92a313859c64f1ca9b6114f9/darwin-arm/Antigravity-reh.tar.gz, trying next URL…

2025-12-08 10:17:09.258 [info] [Trace - 18:17:09.258] Error downloading server from all URLs

2025-12-08 10:17:09.258 [info] [Trace - 18:17:09.258] Error: installation failed.

2025-12-08 10:17:09.258 [info] [Trace - 18:17:09.258] ddf986c5657a00ab2fdabc69: start

2025-12-08 10:17:09.258 [info] [Trace - 18:17:09.258] exitCode==1==

1 Like

i got this issue as well. client : windows 11 and host : mac m1

1 Like

I do have the same issue as well.

From Windows 11 to macmini M1 via ssh

Same issue, with error code 1. However, trying to connect from a MacBook M1 to Windows 11 via ssh

1 Like

Same issue here too. Please looking for a solution:

Finished cleaning up old server installations.

2025-12-16 18:52:23.274 [info] [Trace - 21:52:23.274] Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.17-c595276fa83d83a7c3233d582e4120f92017171c/darwin-arm/Antigravity-reh.tar.gz, trying next URL…

2025-12-16 18:52:25.464 [info] [Trace - 21:52:25.464] Download failed from https://redirector.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.17-c595276fa83d83a7c3233d582e4120f92017171c/darwin-arm/Antigravity-reh.tar.gz, trying next URL…

2025-12-16 18:52:28.752 [info] [Trace - 21:52:28.752] Error downloading server from all URLs

2025-12-16 18:52:28.752 [info] [Trace - 21:52:28.752] Error: installation failed.

1 Like

Same issue here, connecting to a M2 Mac I get installation failed

Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.13.3-94f91bc110994badc7c086033db813077a5226af/darwin-arm/Antigravity-reh.tar.gz, trying next URL…

Same, via mac(m1) to mac(m4).

2026-01-04 12:12:12.396 [info] [Trace	- 04:12:12.396] Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.13.3-94f91bc110994badc7c086033db813077a5226af/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2026-01-04 12:12:14.983 [info] [Trace	- 04:12:14.983] Download failed from https://redirector.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.13.3-94f91bc110994badc7c086033db813077a5226af/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2026-01-04 12:12:16.058 [info] [Trace	- 04:12:16.58] Download failed from https://edgedl.me.gvt1.com/edgedl/antigravity/stable/1.13.3-94f91bc110994badc7c086033db813077a5226af/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2026-01-04 12:12:19.040 [info] [Trace	- 04:12:19.39] Download failed from https://redirector.gvt1.com/edgedl/antigravity/stable/1.13.3-94f91bc110994badc7c086033db813077a5226af/darwin-arm/Antigravity-reh.tar.gz, trying next URL...
2026-01-04 12:12:19.040 [info] [Trace	- 04:12:19.39] Error downloading server from all URLs
1 Like

Hello everyone,

To help our engineering team investigate and resolve these issues, please report bugs directly through the Antigravity in-app feedback tool. Simply click the Feedback icon in the top-right corner of the interface and select Report Issue.

We appreciate your patience and support as we work to improve the Antigravity experience.

2 Likes

Reported there but still happening! Hopefully the team sees and can help.

1 Like

Tested in 1.14.2; problem still not solved. Also reported in in-app feedback tool.

Got this problem too.
Did antigravity think darwin is a fork of linux?
Client(Windows 11 Pro)System Info

Antigravity Version: 1.14.2
VSCode OSS Version: 1.104.0 (user setup)
Commit: 450b6b28083d737992adc5d19637f22c95ffba7b
Date: 2026-01-13T02:07:24.766Z
Electron: 37.3.1
Chromium: 138.0.7204.235
Node.js: 22.18.0
V8: 13.8.258.31-electron.0
OS: Windows_NT x64 10.0.26200
Language Server CL: 855455936

Remote System Info

OS: macOS Tahoe 26.2 (25C56) arm64
Host: MacBook Air (M1, 2020)
Kernel: Darwin 25.2.0
Uptime: 2 days, 5 hours, 22 mins
Packages: 189 (brew), 26 (brew-cask)
Shell: zsh 5.9
Display (Color LCD): 2560x1600 in 13", 60 Hz [Built-in]
WM: Quartz Compositor 341.2.2
WM Theme: Multicolor (Dark)
Theme: Liquid Glass
Font: .AppleSystemUIFont [System], Helvetica [User]
Cursor: Fill - Black, Outline - White (48px)
Terminal: /dev/ttys002 10.0p2
CPU: Apple M1 (8) @ 3.20 GHz
GPU: Apple M1 (7) [Integrated]
Memory: 5.94 GiB / 8.00 GiB (74%)
Swap: 4.14 GiB / 5.00 GiB (83%)
Disk (/): 176.84 GiB / 228.27 GiB (77%) - apfs [Read-only]
Local IP (en0): 192.168.0.52/24
Battery (bq20z451): 100% [AC connected, Charging]
Power Adapter: 65W
Locale: C.UTF-8

Same problem here. Spent hours trying to connect my intel macbook with my studio (apple silicon).

Please fix.

I am experiencing this issue again with the latest version (1.14.2). It appears the Apple Silicon (darwin-arm) server binary was omitted from the release artifacts.

Host System: Mac Studio (Apple Silicon / darwin-arm) and MacBook Pro

Version: 1.14.2 (Commit: 450b6b28083d737992adc5d19637f22c95ffba7b)

Error Log:

The installer correctly identifies the architecture but fails to download the server component because the file does not exist (404) at the expected URL:

Plaintext

[info] [Trace - 10:23:39.877] Download failed from https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.14.2-450b6b28083d737992adc5d19637f22c95ffba7b/darwin-arm/Antigravity-reh.tar.gz
...
[info] [Trace - 10:23:42.604] Error downloading server from all URLs
[info] [Trace - 10:23:42.604] Error: installation failed.

The specific file Antigravity-reh.tar.gz for darwin-arm seems to be missing from the CDN for this specific build hash.