What version of the Codex App are you using (From “About Codex” dialog)?
Codex/ChatGPT desktop app build: 26.814.5167.0
What subscription do you have?
Pro Plan
What platform is your computer?
OS: Windows
What issue are you seeing?
Summary
After updating the Codex/ChatGPT desktop app, both the built-in Browser and Chrome control fail during initialization with a trusted-code-path error.
The Codex Chrome extension itself works: its side panel loads and can list open Chrome tabs. The failure occurs inside the desktop app before either browser-control runtime can initialize.
Error
Trusted RPC dependency must resolve within a configured trusted code path:
file:///C:/Users/<username>/.codex/plugins/cache/openai-bundled/browser/26.814.41407/scripts/browser-service.mjs
Environment
- OS: Windows
- Codex/ChatGPT desktop app build: 26.814.5167.0
- Browser plugin build: 26.814.41407
- Chrome plugin build: 26.814.41407
- Feedback/session/chat ID: 01a01a89-625c-79c0-b1b9-92ea6f3c9b8d
### What steps can reproduce the bug?
Steps to reproduce
1. Open the Codex desktop app.
2. Start a new task.
3. Ask Codex to use either @Browser or @Chrome.
4. Browser runtime initialization fails with the trusted-path error above.
### What is the expected behavior?
Expected behavior
Codex should initialize the selected browser runtime and connect to the built-in browser or Chrome.
### Additional information
Actual behavior
Both @Browser and @Chrome fail with the same trusted-path error before browser interaction begins.
Troubleshooting already completed
- Reinstalled the Chrome extension.
- Confirmed the Chrome extension is enabled in the correct Chrome profile.
- Confirmed the Chrome side panel loads and lists tabs.
- Removed and re-added the Chrome plugin in Codex.
- Fully restarted Chrome.
- Fully quit and restarted Codex.
- Restarted Windows.
- Reproduced the failure in multiple Codex tasks.
- Reproduced the failure with both @Chrome and @Browser.
- Ran /feedback immediately after reproduction.
- Verified the required browser-service.mjs file exists.
- Verified the Browser and Chrome bundled plugins are both version 26.814.41407.
The built-in Browser is bundled and does not appear as a removable plugin in this app build, so it cannot be separately reinstalled through Settings → Plugins.
Additional context
This does not appear to be a Chrome-extension connection problem or task-specific state. Both browser surfaces fail when the bundled Browser runtime attempts to load browser-service.mjs.
What version of the Codex App are you using (From “About Codex” dialog)?
Codex/ChatGPT desktop app build: 26.814.5167.0
What subscription do you have?
Pro Plan
What platform is your computer?
OS: Windows
What issue are you seeing?
Summary
After updating the Codex/ChatGPT desktop app, both the built-in Browser and Chrome control fail during initialization with a trusted-code-path error.
The Codex Chrome extension itself works: its side panel loads and can list open Chrome tabs. The failure occurs inside the desktop app before either browser-control runtime can initialize.
Error