Chrome plugin missing from Codex Plugin Directory on macOS due to stale bundled marketplace cache
What version of the Codex App are you using (From “About Codex” dialog)?
Codex.app 26.506.31421 (CFBundleVersion 2620)
What subscription do you have?
Unknown from local diagnostics.
What platform is your computer?
macOS on Apple Silicon (arm64)
What issue are you seeing?
Bug: Chrome plugin missing from Codex Plugin Directory on macOS.
This appears to be the same failure mode as #21862, but on macOS.
The installed app bundle contains the Chrome plugin at:
/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/chrome
The bundled marketplace inside the app correctly lists chrome:
/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/.agents/plugins/marketplace.json
That marketplace lists:
browser-use, chrome, computer-use, latex-tectonic
plugin.json for Chrome shows:
name=chrome
version=0.1.7
displayName=Chrome
But the active marketplace cache used by Codex config points to:
~/.codex/.tmp/bundled-marketplaces/openai-bundled
Before manual repair, that copied marketplace only listed:
browser-use, latex-tectonic
As a result, Plugin Directory search for chrome returned No plugins found even though the app bundle includes the plugin.
After manually replacing the active marketplace cache with the bundled marketplace from /Applications/Codex.app, Chrome appeared in the install prompt, but install/load still failed with Could not load this plugin right now. Local inspection showed the installed plugin cache still only contained browser-use; chrome was absent from:
~/.codex/plugins/cache/openai-bundled
What steps can reproduce the bug?
- Install/reinstall the current macOS Codex app DMG served by the official docs.
- Open Codex.
- Go to Plugins.
- Search for
chromeunder Built by OpenAI. - Observe no Chrome result even though
/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/chromeexists.
Expected behavior
The Chrome plugin should appear in the Codex Plugin Directory and install successfully from the UI on macOS.
Additional information
Local diagnostics:
Codex bundle ID: com.openai.codex
Codex version: 26.506.31421
Codex bundle version: 2620
Architecture: arm64
Chrome installed: /Applications/Google Chrome.app
Chrome version: 147.0.7727.139
Chrome extension ID from bundled plugin: hehggadaopoacecdllhhajmbjkdcmajg
Manual workaround attempted:
- Backed up
~/.codex/.tmp/bundled-marketplaces/openai-bundled. - Replaced it with
/Applications/Codex.app/Contents/Resources/plugins/openai-bundled. - Verified active marketplace then listed
browser-use, chrome, computer-use, latex-tectonic. - Plugin install prompt appeared, but UI showed
Could not load this plugin right now. - Copied bundled Chrome plugin into
~/.codex/plugins/cache/openai-bundled/chrome/0.1.7and enabled[plugins."chrome@openai-bundled"]manually. - Native host manifest can then validate, but the normal UI install path still appears broken.
Related: #21862
6 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Correction to the subscription field: the affected account is on ChatGPT Plus.
I have a workaround, which might be of interest!
https://x.com/Tomodovodoo/status/2053781991397429742
Stale bundled marketplace cache is one of the six root causes I've seen for "plugin shows missing in the directory even though it's installed." The active cache lives at
~/.codex/plugins/cache/openai-bundled/<plugin>/<version>/.mcp.json, and if a previous Codex release wrote a cache for a version that's no longer the current bundled one, the marketplace UI hides the newer plugin.Quick check:
If the cache rebuild still doesn't surface Chrome, there's usually a second issue (multiple CODEX_HOMEs writing to different caches — Symptom 5 in my walkthrough).
Full diagnostic for "plugin missing from directory" + 5 other root causes: https://igorganapolsky.github.io/openclaw-mac-ai-workstation-setup/troubleshooting.html
Free script in the repo (
scripts/self-diagnose.mjs) captures the cache state + env into a redacted bundle. $19 quick read on the same page confirms the root cause if the cache rebuild doesn't resolve it.I am seeing the same issue on macOS.
Environment
26.513.209502816com.openai.codexcodex-cli 0.130.026.3.1 (a), build25D771280aarm64What I see
Computer Use.~/.codex/config.tomlonly hasbrowser@openai-bundled; there is nochrome@openai-bundledorcomputer-use@openai-bundled.hehggadaopoacecdllhhajmbjkdcmajgis not present under my local Chrome profile.Important diagnostic detail
The installed Codex.app bundle does contain both plugins:
The bundled marketplace inside the app also lists them:
That file lists:
But the active marketplace copied into my Codex home only lists:
Path:
So this looks like the same stale/incomplete bundled marketplace cache issue: the app bundle includes
chromeandcomputer-use, but the active marketplace/cache used by Codex filters them out.Expected behavior
ChromeandComputer Useshould appear in Codex Plugins / Settings, or the app should explain if these are unavailable due to rollout, entitlement, or region gating.I must admit that Codex brings great value in solving this issue... As it only takes about a month to get this open with no fix.
That's definedly the best example how usefull and great AI Agents are... 🙄