Macos 27 beta3 cannot submit task
Open 💬 6 comments Opened Jul 7, 2026 by TimmyYu
What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.623.141536 • Released Jul 7, 2026
What subscription do you have?
Gpt Pro
What platform is your computer?
Darwin 27.0.0 arm64 arm
What issue are you seeing?
After updating to macOS 27 Beta 3, the Codex App is no longer able to submit tasks. Every request eventually times out.
After investigating, it appears that the issue is related to stricter Unix socket restrictions introduced in the new macOS version. Could you please check whether the app needs to be updated to comply with the Unix socket requirements in macOS 27?
At the moment, only the Codex App is affected. The CLI version continues to work normally, which suggests the issue is specific to the app rather than the backend or the service itself.
What steps can reproduce the bug?
Feedback ID: 019f1dbd-6343-7692-a62e-1a1d799ebfb0
What is the expected behavior?
_No response_
Additional information
_No response_
6 Comments
Hitting the same thing. I just she 'Thinking', but a response never comes in.
I tried the CLI, and there I see these errors:
(not sure if it is related, but it might help?)
same here, Codex app don't open anymore since update to MacOS 27 beta 3.
🐛 Codex App fails to launch on macOS 27 Beta 3
💻 Environment
📝 Symptom
When attempting to launch the Codex Desktop App normally via the Finder or the Dock, the application fails to open and hangs or terminates immediately during initialization.
🔍 Root Cause
macOS 27 Beta 3 enforces stricter XPC service bootstrap and lookup restrictions. When launched through LaunchServices (the GUI wrapper), the OS blocks or fails to locate Codex's internal update/maintenance XPC helpers (e.g.,
com.openai.codex-spks), throwing the following errors in the macOS system log:This bootstrap failure invalidates the main process's IPC connection, causing it to crash or exit silently.
🛠️ Workarounds
1. Launch Directly via Terminal
Running the application binary directly from the terminal bypasses the restrictive launchd GUI session bootstrap lookup path:
/Applications/Codex.app/Contents/MacOS/Codex_Note: You can also use open /Applications/Codex.app in the terminal to spawn it._
2. Kill Orphaned Background Processes
If the app still fails to initialize after using the terminal, it might be due to orphaned app-server or node processes left behind from previous sessions. Kill them before relaunching:
killall -9 Codex "Codex (Service)" "Codex (Renderer)" codexsame problem on macos27 beta3, messages sent in the codex app goes into "Thinking" forever.
After updating to Beta 3, the original AnyConnect SPI no longer works because it is incompatible with the current Apple system.
To resolve this issue, go to System Settings and disable the old SPI configuration. After disabling the previous SPI settings, AnyConnect can be used normally again.
<img width="1470" height="1486" alt="Image" src="https://github.com/user-attachments/assets/e43aaac9-f34f-4b8a-ad64-bbe9e0c0cc23" />
<img width="990" height="1556" alt="Image" src="https://github.com/user-attachments/assets/2bdccb3e-bf6b-44c2-8529-36ef2afc2e48" />
<img width="1040" height="1454" alt="Image" src="https://github.com/user-attachments/assets/1c662e63-1395-4ba2-933a-917775788c5d" />
<img width="1044" height="962" alt="Image" src="https://github.com/user-attachments/assets/f1c133e3-4dae-44c7-b3b4-9c1bbab360d9" />
The issue I was experiencing has been resolved.