codex - 💡(How to fix) Fix Intel macOS: Computer Use unavailable because computer-use bundled plugin is missing [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19932Fetched 2026-04-29 06:25:13
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×3commented ×2

Code Example

ls -la /Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/
find /Applications/Codex.app -iname '*computer*' -print | head -50

---

browser-use
latex-tectonic

---

/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/

---

bundled_plugins_marketplace_sync_started disabledInstalledPluginCount=0 enabledPluginNames=["browser-use","computer-use","latex-tectonic"] forceInstallPluginNames=["browser-use"]

bundled_plugins_runtime_marketplace_written pluginCount=2 pluginNames=["browser-use","latex-tectonic"] targetMarketplaceRoot=/Users/kwj903/.codex/.tmp/bundled-marketplaces/openai-bundled

bundled_plugins_marketplace_added enabledPluginNames=["browser-use","latex-tectonic"] marketplaceName=openai-bundled

---

ls -la /Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/
find /Applications/Codex.app -iname '*computer*' -print | head -50

---

grep -R "computer-use\|BundledPluginsMarketplace\|CUAService" \
  ~/Library/Logs/com.openai.codex 2>/dev/null | tail -100

---

/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/computer-use

---

/Applications/Codex.app/Contents/Resources/codex: Mach-O 64-bit executable x86_64
codex-cli 0.125.0-alpha.3

---

browser-use
latex-tectonic
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

26.422.30944

What subscription do you have?

ChatGPT Plus

What platform is your computer?

MacBook Pro 16-inch 2019 Intel, x86_64

What issue are you seeing?

The Computer Use feature is unavailable in Codex Desktop on my Intel Mac.

In Settings > Computer Use, the app shows that the Computer Use plugin cannot be used. There is no install button or way to enable it.

I checked the bundled plugins directory:

ls -la /Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/
find /Applications/Codex.app -iname '*computer*' -print | head -50

The bundled plugins directory only contains:

browser-use
latex-tectonic

There is no computer-use folder under:

/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/

The logs appear to list computer-use as enabled, but the runtime marketplace only writes two plugins: browser-use and latex-tectonic.

Relevant log excerpt:

bundled_plugins_marketplace_sync_started disabledInstalledPluginCount=0 enabledPluginNames=["browser-use","computer-use","latex-tectonic"] forceInstallPluginNames=["browser-use"]

bundled_plugins_runtime_marketplace_written pluginCount=2 pluginNames=["browser-use","latex-tectonic"] targetMarketplaceRoot=/Users/kwj903/.codex/.tmp/bundled-marketplaces/openai-bundled

bundled_plugins_marketplace_added enabledPluginNames=["browser-use","latex-tectonic"] marketplaceName=openai-bundled

This looks like the computer-use bundled plugin is missing from the Intel macOS app bundle.

<img width="1128" height="802" alt="Image" src="https://github.com/user-attachments/assets/c84fa517-8a83-437b-a20c-d7b5fc20bd74" />

What steps can reproduce the bug?

  1. Install the latest Codex Desktop app for Intel macOS.
  2. Open Codex.
  3. Go to Settings > Computer Use.
  4. Observe that Computer Use is unavailable and there is no install/enable button.
  5. Check the bundled plugins directory:
ls -la /Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/
find /Applications/Codex.app -iname '*computer*' -print | head -50
  1. Observe that only browser-use and latex-tectonic are present, and no computer-use directory exists.
  2. Check logs:
grep -R "computer-use\|BundledPluginsMarketplace\|CUAService" \
  ~/Library/Logs/com.openai.codex 2>/dev/null | tail -100
  1. Observe that computer-use appears in enabledPluginNames, but the runtime marketplace only contains browser-use and latex-tectonic.

What is the expected behavior?

Computer Use should be available on Intel macOS if the Intel Codex Desktop build is supported.

The app should either:

  • include the computer-use bundled plugin in the app bundle, and allow it to be installed/enabled from Settings > Computer Use, or
  • clearly indicate that Computer Use is not supported on Intel macOS if that is the intended behavior.

Expected bundled plugin path:

/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/computer-use

Additional information

Device:

  • MacBook Pro 16-inch 2019 Intel
  • Architecture: x86_64

Codex:

  • Codex Desktop version: 26.422.30944
  • Bundled Codex CLI: 0.125.0-alpha.3
  • Bundled CLI binary: Mach-O 64-bit executable x86_64

Terminal output:

/Applications/Codex.app/Contents/Resources/codex: Mach-O 64-bit executable x86_64
codex-cli 0.125.0-alpha.3

Bundled plugins found:

browser-use
latex-tectonic

No computer-use directory was found under the Codex.app bundle.

I also tried removing the app, clearing Codex plugin/runtime caches, and reinstalling the Codex Desktop app, but the computer-use bundled plugin is still missing.

extent analysis

TL;DR

The computer-use bundled plugin is missing from the Intel macOS app bundle, causing the Computer Use feature to be unavailable.

Guidance

  • Verify that the computer-use plugin is not present in the bundled plugins directory by running the command ls -la /Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/.
  • Check the logs to confirm that computer-use appears in enabledPluginNames but is not written to the runtime marketplace.
  • Attempt to reinstall the Codex Desktop app and clear plugin/runtime caches to see if the issue persists.
  • If the issue remains, consider reporting the problem to the Codex support team, as the missing plugin may be an issue with the app bundle.

Example

No code snippet is provided as the issue appears to be related to a missing plugin in the app bundle.

Notes

The issue seems to be specific to the Intel macOS build of the Codex Desktop app, and the computer-use plugin is expected to be included in the app bundle.

Recommendation

Apply workaround: Report the issue to the Codex support team, as the missing computer-use plugin may be an issue with the app bundle that requires their attention.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Intel macOS: Computer Use unavailable because computer-use bundled plugin is missing [2 comments, 2 participants]