Windows Codex Desktop: Computer Use unavailable after reinstall; computer-use missing from plugin marketplace

Open 💬 2 comments Opened Jun 3, 2026 by Austinlsink

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

Codex Desktop for Windows: OpenAI.Codex_26.601.2237.0_x64__2p2nqsd0c76g0

Workspace Dependencies current version shown in settings: 26.601.10930

Codex CLI/runtime from codex doctor: 0.136.0-alpha.2

What subscription do you have?

ChatGPT Pro

What platform is your computer?

Microsoft Windows NT 10.0.26200.0 x64

What issue are you seeing?

Codex Desktop settings shows:

Computer Use plugins unavailable

Computer Use remains unavailable after both:

  • Reinstalling the Codex desktop app
  • Reinstalling/resetting Workspace Dependencies from Codex settings

The local config still contains stale Computer Use entries:

notify = [ "<CODEX_HOME>\\plugins\\cache\\openai-bundled\\computer-use\\26.527.60818\\node_modules\\@oai\\sky\\bin\\windows\\codex-computer-use.exe", "turn-ended" ]

[plugins."computer-use@openai-bundled"]
enabled = true

However, the current plugin catalog does not appear to expose Computer Use anymore:

codex plugin list

does not list openai-bundled or computer-use@openai-bundled.

Trying the supported plugin install path returns:

codex plugin add computer-use@openai-bundled
Error: plugin `computer-use` was not found in marketplace `openai-bundled`

The active session also lacks the native Computer Use pipe metadata:

{
  "nativePipeType": "undefined",
  "envKeysWithPipe": [],
  "pipeDir": null
}

Trying the bundled Computer Use bootstrap fails with:

Computer Use native pipe path is unavailable

No live codex-computer-use-* named pipe exists, while browser-use pipes do exist:

\\.\\pipe\\codex-browser-use-...
\\.\\pipe\\codex-ipc

Windows Defender does not appear to be the active blocker. Recent Defender Operational events did not mention Codex, Computer Use, codex-computer-use.exe, @oai\\sky, or the .codex\\plugins\\cache\\openai-bundled\\computer-use path.

What steps can reproduce the bug?

Feedback ID: 019e8e16-d30a-75d2-a723-1d8047748a13

  1. Open Codex Desktop on Windows.
  2. Open Settings > Computer use.
  3. Observe Computer Use plugins unavailable.
  4. Restart Codex Desktop.
  5. Re-check Settings > Computer use; the issue remains.
  6. Reinstall/reset Workspace Dependencies from Settings > Configuration.
  7. Reinstall the Codex desktop app.
  8. Open a new Codex session and verify Computer Use still cannot initialize.
  9. Run diagnostics:
codex plugin list
codex plugin marketplace list
codex plugin add computer-use@openai-bundled
Get-ChildItem '\\.\pipe\' | Where-Object { $_.Name -match 'codex|computer|sky|cua' }

Observed results:

  • codex plugin list does not include openai-bundled or computer-use
  • codex plugin marketplace list shows austin-local, openai-primary-runtime, and openai-curated, but not openai-bundled
  • codex plugin add computer-use@openai-bundled reports the plugin is not found in that marketplace
  • There is no live codex-computer-use-* pipe
  • The stale local Computer Use cache remains at 26.527.60818 from June 1, while the workspace runtime was refreshed to 26.601.10930

What is the expected behavior?

Computer Use should either:

  1. Be available in Codex Desktop settings, with a live native pipe and the required session metadata injected (nodeRepl.nativePipe / SKY_CUA_NATIVE_PIPE_DIRECTORY), or
  2. Display a clear product-level reason why Computer Use is unavailable, such as account eligibility, feature rollout, unsupported platform, missing bundled plugin, or disabled marketplace entry.

If computer-use@openai-bundled is no longer available in the current bundled marketplace, stale enabled config entries should not make the app look partially configured while the actual plugin cannot be installed or loaded.

Additional information

Related issues found before filing:

  • #25962 - Codex desktop app shows “Computer Use plugins unavailable” on Windows
  • #25795 - Windows Codex Desktop: Computer Use plugin missing from UI and native pipe fails with missing-helper-path
  • #25507 - Windows Computer Use unavailable: nativePipe missing and SKY_CUA_NATIVE_PIPE_DIRECTORY not injected
  • #25391 - Windows Computer Use plugin fails to bootstrap: native pipe path is unavailable

This report adds a fresh feedback upload ID and post-reinstall evidence from 26.601.2237.0 showing that the current plugin list/marketplace no longer includes openai-bundled / computer-use, even though stale local config/cache entries remain.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗