fix: add --no-sandbox to antigravity launch command #21

Merged
cpfarhood merged 2 commits from fix/antigravity-no-sandbox into main 2026-02-20 20:25:33 +00:00
cpfarhood commented 2026-02-20 20:22:28 +00:00 (Migrated from github.com)

Summary

  • Antigravity crashes on launch in Docker because it's an Electron app that requires --no-sandbox and --disable-dev-shm-usage when running without a proper kernel sandbox
  • VSCode handles this internally; Antigravity does not
  • Same root cause as the Chrome fix applied earlier

Test plan

  • Deploy with ide: antigravity — Antigravity opens without crashing

🤖 Generated with Claude Code

## Summary - Antigravity crashes on launch in Docker because it's an Electron app that requires `--no-sandbox` and `--disable-dev-shm-usage` when running without a proper kernel sandbox - VSCode handles this internally; Antigravity does not - Same root cause as the Chrome fix applied earlier ## Test plan - [ ] Deploy with `ide: antigravity` — Antigravity opens without crashing 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.