Unable to use browser plugin even after update and repair
What version of the Codex App are you using (From “About Codex” dialog)?
26.814.5517.0
What subscription do you have?
Pro
What platform is your computer?
Windows 11 x64 realse no. 25H2
What issue are you seeing?
Title: Codex Windows browser and computer-control helpers fail during sandbox startup
Product: Codex desktop app for Windows
Summary
Browser control and Windows Computer Use cannot start. Both fail before connecting to a browser, enumerating windows, selecting a tab, or making any network request.
Environment
- Codex package version: 26.814.5517.0
- Browser plugin version: 26.814.41957
- Computer Use plugin version: 26.814.41957
- Platform: Windows, x64
- Windows release: 25H2
- Windows build: 26200.9168
- Computer-use runtime: 0.0.8/20260818003901-c66628846294-pr-1311460
- Bundled Node version: 24.19.0
Exact error
node_repl kernel exited unexpectedly
node_repl diagnostics:
{"kernel_status":"exited(code=1)","kernel_stderr_tail":"windows sandbox failed: orchestrator_helper_incomplete: setup helper exited successfully before setup completed","reason":"stdout_eof","stream_error":null}
Steps to reproduce
- Open the Codex Windows desktop app.
- Start or continue a task requiring the in-app browser.
- Attempt to initialize browser control and connect to any URL.
- The helper process exits after approximately 3–6 seconds.
- Attempting Windows Computer Use produces the same sandbox-helper failure.
Expected result
The helper should initialize, connect to the browser or Windows desktop, and return available tabs or windows.
Actual result
The supporting runtime exits with code 1 before browser discovery or Windows enumeration begins. No tab, page, or application is reached.
Troubleshooting already completed
- Updated Codex from 26.814.5167.0 to 26.814.5517.0.
- Confirmed the updated executable is running.
- Fully closed and reopened Codex.
- Restarted Windows.
- Used Windows Installed Apps → Codex → Advanced options → Repair.
- Signed out of Codex and signed back in.
- Retried with multiple fresh helper sessions.
- Changed to a different network.
- Retried browser control after every troubleshooting step.
- Retried using Windows Computer Use as a fallback.
The result and exact error remained unchanged after every step.
Additional observations
- The failure occurs during local Windows sandbox/helper startup.
- It happens before any browser connection, URL navigation, authentication, or external network request.
- Changing networks had no effect.
- It affects both the Browser and Computer Use capabilities, suggesting a shared local runtime or sandbox-helper problem.
- Normal Codex chat, repository inspection, and command execution continue to work.
- The issue blocks workflows requiring access to authenticated browser sessions, including Laravel Forge, PostHog, and Google Analytics administration.
- No passwords, tokens, analytics keys, or other secrets are included in this report.
Relevant log location
C:\Users\joakl\AppData\Local\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache\Local\Codex\Logs\2026\08\19
I can provide relevant logs after reviewing them for private project information.
Request
Please investigate the Windows sandbox setup/orchestrator helper. In particular, could you confirm why the setup helper exits successfully before completing its expected initialization handshake and whether there is a supported repair or re-registration procedure that does not require resetting all local Codex state?
What steps can reproduce the bug?
Asking a work chat to do something that requires taking control of the browser
What is the expected behavior?
The work chat takes control of the browser
Additional information
_No response_
6 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
It is not a duplicate as it's a different operating system so could be a different problem causing it
I have tried everything from reinstalling, going into AppData and deleting bin files, please someone fix what's going wrong
Feedback ref: 019fe301-98ac-7ca3-93a6-cc5ed194d9d2
Independent reproduction on Windows with a newer desktop/plugin build.
Environment
26.818.5229.026.818.415090.0.8/20260817223725-7efba775c041-pr-130002324.19.0Exact symptom
Every Browser initialization attempt fails before page or extension discovery with:
This reproduces with both the in-app Browser and Chrome paths. It also reproduces while requesting the bootstrap troubleshooting documentation.
Important isolation result
The failure is below the Browser layer. A minimal node_repl call that does not import any browser code also fails immediately:
It returns the same
trusted Node process exited unexpectedlyerror.In contrast, the bundled ordinary Node executable runs successfully and reports
v24.19.0. The installednode_repl.exehas a valid Authenticode signature. Windows Event Viewer contains no corresponding Application Error/WER crash, and Defender, Code Integrity, AppLocker, and threat-detection logs contain no block for the runtime.Two
node_repl.exebroker processes remain present after the failures, suggesting that a trusted child or its IPC/handshake is exiting rather than Windows terminating the broker executable itself.Impact and inference
This blocks in-app Browser, Chrome control, and any other feature using the same trusted node_repl execution path. The failure occurs before URL navigation, authentication, extension/native-host communication, or network access.
This appears related to the shared Windows trusted-runtime/sandbox initialization problem reported here, but the user-visible error matches #39591. Please investigate the trusted child-process startup/IPC path on Windows and provide a supported repair that does not require deleting the user's local Codex state. Raw session logs were not attached because they may contain private conversation and filesystem data.
I have a temporary workaround, I made a new profile on the computer and installed the app with a fresh profile which has worked. Something about the old profile has caused codex to become corrupted
Independent reproduction on Windows; the problem is still present on August 25, 2026.
Environment
26.818.8289.00.149.0-alpha.4.3v24.19.026.818.61809Symptom
Browser, Chrome, and Computer Use are installed and exposed correctly, but no internal or external browser can be launched or attached. The shared trusted Node runtime terminates during initialization with:
The failure occurs before browser discovery/navigation and therefore blocks all workflows that depend on Browser, Chrome, or Computer Use.
Isolation already performed
node.exeandnode_repl.exeare validly signed.node --versionand a directnode_repl.exe --helpinvocation exit successfully.The available evidence therefore places the failure below the Browser layer, in Codex's trusted Node process startup/management path. I cannot determine whether the precise failing sublayer is the sandbox, bridge, or child-process handshake, so I am not attributing the root cause beyond that.
OpenAI feedback already submitted with diagnostics:
019f753c-acd6-7dd3-9b86-b22b7d949dc0This appears closely aligned with the other Windows reproduction already reported in this thread, including the minimal
node_replfailure and working standalone Node executable. I am adding this case to help correlate the affected builds and the uploaded diagnostics.