`codex app` installs incompatible app on Intel Mac
Resolved 💬 8 comments Opened Mar 7, 2026 by gbodeen Closed Mar 7, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of Codex CLI is running?
0.111.0
What subscription do you have?
Plus
Which model were you using?
N/A, this is not a task that uses a model (I presume)
What platform is your computer?
Darwin 21.6.0 x86_64 i386
What terminal emulator and version are you using (if applicable)?
iTerm2
What issue are you seeing?
Codex Desktop installer bug: installs arm64-only app on Intel Mac
What happened:
- Ran
codex app - Installer downloaded and installed
/Applications/Codex.app - App would not launch
Observed errors:
open -a /Applications/Codex.app ...fails withNSOSStatusErrorDomain Code=-10661- Direct launch fails with:
bad CPU type in executable: /Applications/Codex.app/Contents/MacOS/Codex
Evidence:
uname -m=>x86_64file /Applications/Codex.app/Contents/MacOS/Codex=>Mach-O 64-bit executable arm64LSMinimumSystemVersionis12.0, so this is not a minimum macOS version issuecodesign/spctlpassed, so signing/notarization is not the problem
Expected:
- On Intel Macs,
codex appshould not install an incompatible app. Instead, it should inform the user with a clear unsupported-platform message.
What steps can reproduce the bug?
I can reproduce it on this Mac by running codex app. If I delete the installed app and try again, same thing.
What is the expected behavior?
On Intel Macs, codex app should either install an x86_64 or universal desktop build, or fail early with a clear unsupported-platform message instead of installing an unusable app.
Additional information
_No response_
8 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Note that this is related to, but different from https://github.com/openai/codex/issues/10410 , because it has a different expected behavior:
rather than
Duplicate of https://github.com/openai/codex/issues/12941, closing.
Ah, I'm overeager; I see https://github.com/openai/codex/issues/12941 is closed as a duplicate of https://github.com/openai/codex/issues/10410 , but this issue is not a duplicate of https://github.com/openai/codex/issues/10410, so I'm re-opening this.
Yes, the macOS app isn't yet available for Intel-based Macs.
@etraut-openai , (edit), if I understand correctly, you interpreted this bug report as question about whether the macOS app is available for Intel-based Macs.
This bug report is asking that
codex appnot install an incompatible-architecture app, but instead print a message informing the user.e.g. something like this, as a minimal, concrete example of what I mean: https://github.com/gbodeen/codex/pull/1
Stange it used to work for me. My Mac in on intel.