Edit (Workaround, for people landing here)
Potential local workaround that may help some users while waiting for an official fix:
- Ensure
features.apps = true in ~/.codex/config.toml.
- If logs show missing
computer-use@openai-bundled, repair the cache path under ~/.codex/plugins/cache/openai-bundled/computer-use so it points to the bundled plugin at /Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/computer-use.
- Install/launch the helper app once from the bundle into
~/Applications/Codex Computer Use.app.
- Confirm helper registration with:
defaults read com.openai.sky.CUAService.
This is a user-side workaround, not an official root-cause fix.
Region note: Computer Use is currently unavailable at launch in EEA/UK/Switzerland.
Summary
Codex app on macOS shows Computer Use plugin unavailable in Settings, and searching computer use in Plugins returns no results.
Environment
- Codex CLI:
0.121.0
- Codex app:
26.415.21839
- macOS:
26.4.1
- Region: outside UK/EEA/Switzerland
- Auth method: ChatGPT
What I expected
Computer Use should be available or installable.
What happened
Settings > Computer use shows: Computer Use plugin unavailable
Plugins search for computer use shows no results
Diagnostics
-
Bundled plugin files exist inside the app at:
/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/computer-use
-
Codex log showed:
failed to load plugin: plugin is not installed plugin="computer-use@openai-bundled" path=/Users/macmini/.codex/plugins/cache/openai-bundled/computer-use
-
The local config has:
features.plugins = true
plugins."computer-use@openai-bundled".enabled = true
-
I enabled features.apps = true
-
I repaired the missing cache path manually and confirmed:
- plugin metadata exists
- bundled helper binary runs
- helper app was manually installed and registered as
com.openai.sky.CUAService
-
Even after restart, the Codex app still shows Computer Use plugin unavailable
Additional notes
- The synced plugin marketplace shown in the Plugins browser does not appear to include
computer-use, so browser search returning nothing may be expected.
- The settings page still fails to recognize the bundled Computer Use plugin/helper.
Repro steps
- Open Codex app on macOS
- Go to
Settings > Computer use
- Observe
Computer Use plugin unavailable
- Go to
Plugins
- Search
computer use
- Observe
No plugins found
Relevant paths
/Users/macmini/.codex/config.toml
/Users/macmini/.codex/log/codex-tui.log
/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/computer-use
/Users/macmini/Applications/Codex Computer Use.app
Edit (Workaround, for people landing here)
Potential local workaround that may help some users while waiting for an official fix:
features.apps = truein~/.codex/config.toml.computer-use@openai-bundled, repair the cache path under~/.codex/plugins/cache/openai-bundled/computer-useso it points to the bundled plugin at/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/computer-use.~/Applications/Codex Computer Use.app.defaults read com.openai.sky.CUAService.This is a user-side workaround, not an official root-cause fix.
Region note: Computer Use is currently unavailable at launch in EEA/UK/Switzerland.
Summary
Codex app on macOS shows
Computer Use plugin unavailablein Settings, and searchingcomputer usein Plugins returns no results.Environment
0.121.026.415.2183926.4.1What I expected
Computer Use should be available or installable.
What happened
Settings > Computer useshows:Computer Use plugin unavailablePluginssearch forcomputer useshows no resultsDiagnostics
Bundled plugin files exist inside the app at:
/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/computer-useCodex log showed:
failed to load plugin: plugin is not installed plugin="computer-use@openai-bundled" path=/Users/macmini/.codex/plugins/cache/openai-bundled/computer-useThe local config has:
features.plugins = trueplugins."computer-use@openai-bundled".enabled = trueI enabled
features.apps = trueI repaired the missing cache path manually and confirmed:
com.openai.sky.CUAServiceEven after restart, the Codex app still shows
Computer Use plugin unavailableAdditional notes
computer-use, so browser search returning nothing may be expected.Repro steps
Settings > Computer useComputer Use plugin unavailablePluginscomputer useNo plugins foundRelevant paths
/Users/macmini/.codex/config.toml/Users/macmini/.codex/log/codex-tui.log/Applications/Codex.app/Contents/Resources/plugins/openai-bundled/plugins/computer-use/Users/macmini/Applications/Codex Computer Use.app