telexed ~ c / b202031d-77bradar:50 · agent_toolLIVE
← back
NO.
#b202031d
Topic
AGENTS & TOOLS
Source
Google AI Forum
Published
2026-05-20 09:50:47
Importance
★ 5/10 — radar 50
`Antigravity` Remote SSH crashes on non-AVX2 QEMU VPS
FIG-0201:1

`Antigravity` Remote SSH crashes on non-AVX2 QEMU VPS

Remote coding breaks on cheap virtual CPUs exposing only SSE/SSE2. Check CPU flags before moving agent workflows to budget VPS boxes.

[ KEY POINTS ]
  1. Exit Code 132 plus Linux invalid opcode points to SIGILL, matching a binary built with unsupported CPU instructions.
  2. The affected remote server exposes SSE/SSE2 only, with no AVX or AVX2; VS Code and Cursor work on the same host.
  3. Bundled securecoder also lacks out/extension.js, so even after the server issue there is a packaging bug to fix.
Originaldiscuss.ai.google.dev/t/bug-report-antigravity-server-crashes-on-remote-ssh-missing-avx2-cpu-support-on-qemu-vps/146202Read original →

// related