#0001
`Antigravity` Remote SSH crashes on non-AVX2 QEMU VPS
50radar
AntigravityAI coding IDE — Google's agentic development environment
Remote coding breaks on cheap virtual CPUs exposing only SSE/SSE2. Check CPU flags before moving agent workflows to budget VPS boxes.
Exit Code 132plus Linuxinvalid opcodepoints to SIGILL, matching a binary built with unsupported CPU instructions.- The affected remote server exposes SSE/SSE2 only, with no
AVXorAVX2;VS CodeandCursorwork on the same host. - Bundled
securecoderalso lacksout/extension.js, so even after the server issue there is a packaging bug to fix.
Source: discuss.ai.google.dev/t/bug-report-antigravity-server-crRead original →
