Codex desktop does not detect Antigravity IDE as an “Open in” target on macOS
What happened?
Codex Desktop’s project file “Open in” dropdown only shows Finder and Terminal, even though Antigravity IDE is installed and its CLI command works.
Environment
- macOS
- Codex Desktop: 26.519.41501
- Antigravity.app: 2.0.6
- Antigravity IDE.app: 2.0.3
Investigation
Codex appears to detect Antigravity on macOS using this path:
/Applications/Antigravity.app/Contents/Resources/app/bin/antigravity
But on my machine that path does not exist.
The working Antigravity IDE CLI is located here:
/Applications/Antigravity IDE.app/Contents/Resources/app/bin/antigravity-ide
The installed PATH command works:
antigravity-ide --version
The old symlink also exists but is broken:
~/.antigravity/antigravity/bin/antigravity -> /Applications/Antigravity.app/Contents/Resources/app/bin/antigravity
Expected behavior
Codex Desktop should detect the currently installed Antigravity IDE and show Antigravity in the “Open in” dropdown.
Suggested fix
Please support detecting the newer Antigravity IDE path:
/Applications/Antigravity IDE.app/Contents/Resources/app/bin/antigravity-ide
or detect both legacy antigravity and current antigravity-ide CLI locations.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗