Codex macOS app crashes on startup with EXC_BREAKPOINT/SIGTRAP in CrBrowserMain
What version of the Codex App are you using (From “About Codex” dialog)?
26.616.81150 Build 4306
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Mac mini Apple M4 Pro Darwin 25.5.0 arm64 arm
What issue are you seeing?
he Codex macOS app repeatedly crashes shortly after startup.
Crash reports show:
- Exception:
EXC_BREAKPOINT - Signal:
SIGTRAP - Termination:
Trace/BPT trap: 5 - Faulting thread:
CrBrowserMain - App version:
26.616.81150 - Build:
4306 - macOS:
26.5.1 (25F80) - Architecture:
arm64
The app log contains:
```text
ERR_FAILED (-2) loading 'app://-/index.html'
Another log entry shows the bundled node version check failing:
nodeVersionStatus=failed
nodeVersionError={"code":null,"killed":true,"signal":"SIGTERM","cmd":"/Applications/Codex.app/Contents/Resources/
cua_node/bin/node --version","stdout":"","stderr":""}
<img width="328" height="348" alt="Image" src="https://github.com/user-attachments/assets/58185852-321f-4151-ac3d-35e8058ab061" />
The bundled Codex CLI runs:
/Applications/Codex.app/Contents/Resources/codex --version
Output:
codex-cli 0.142.0
But the app process itself crashes in Chromium/V8 startup code.
What steps can reproduce the bug?
1. Open Codex.app on macOS.
2. Wait for the app to start loading.
3. The app crashes shortly after launch.
This happened multiple times on 2026-06-25.
Relevant crash reports:
- `Codex-2026-06-25-153916.ips`
- `Codex-2026-06-25-145030.ips`
Relevant app logs:
- `codex-desktop-881fd0aa-1e4a-404a-8fc2-6ee401f3f3ab-88189-t0-i1-063921-0.log`
- `codex-desktop-f2a1b99b-6d2c-4165-872f-d3005d88eef0-78997-t0-i1-063906-0.log`
- `codex-desktop-4bd8b792-1d6b-49ec-aed8-4582176f82c9-48541-t0-i1-054957-0.log`
[codex-desktop-881fd0aa-1e4a-404a-8fc2-6ee401f3f3ab-88189-t0-i1-063921-0.log](https://github.com/user-attachments/files/29325365/codex-desktop-881fd0aa-1e4a-404a-8fc2-6ee401f3f3ab-88189-t0-i1-063921-0.log)
### What is the expected behavior?
Codex.app should launch normally and keep running.
### Additional information
I will attach the crash reports and app logs.
Please note that the bundled CLI works, but the app UI/runtime crashes with `EXC_BREAKPOINT/SIGTRAP` in
`CrBrowserMain`.
I also see this warning when running the bundled CLI:
```text
WARNING: proceeding, even though we could not create PATH aliases
[codex-desktop-log.zip](https://github.com/user-attachments/files/29325378/codex-desktop-log.zip)
: Operation not permitted (os error 1)
[Codex-2026-06-25.zip](https://github.com/user-attachments/files/29325354/Codex-2026-06-25.zip)This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗