Summary
Antigravity IDE launches successfully, but the Antigravity server crashes immediately and AI features are unavailable.
Environment
- Antigravity IDE: Latest official Linux x64 build
- OS: Ubuntu 26.04 LTS (64-bit)
- CPU: Intel Celeron 2957U (Haswell)
- Architecture: x86_64
Steps to Reproduce
- Install the latest Antigravity IDE from the official website.
- Launch the IDE.
- The IDE opens normally.
- After a few seconds, the notification appears:
Antigravity server crashed unexpectedly.
Expected Behavior
The language server should start and AI features should work.
Actual Behavior
The language server crashes immediately.
Ubuntu crash report shows:
Executable:
/opt/antigravity-ide/resources/app/extensions/antigravity/bin/language_server_linux_x64
Signal:
SIGILL (Illegal Instruction)
Running the language server under GDB produces:
FATAL ERROR: This binary was compiled with aes enabled, but this feature is not available on this processor (go/sigill-fail-fast).
All required shared libraries are present (ldd shows no missing dependencies).
The IDE itself starts correctly; only the language server crashes.
CPU Information
Intel Celeron 2957U
The processor does not support AES-NI (no aes CPU flag).
Request
Is there:
- a compatibility build for CPUs without AES-NI?
- a legacy language server?
- or are CPUs without AES-NI no longer supported?
This issue is preventing me from participating in an official Antigravity bootcamp that requires the IDE.
Thank you.

