codex - 💡(How to fix) Fix [Windows] Bundled plugins (Computer Use, Browser, Chrome, LaTeX) unavailable — copyfile fails on EFS-encrypted WindowsApps files

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…

All bundled plugins (Computer Use, Browser, Chrome, LaTeX) show as unavailable in the plugin marketplace. The logs show two related errors:

Error Message

Marketplace resolve failure (affects browser, chrome, computer-use, latex): [BundledPluginsMarketplace] bundled_plugins_marketplace_resolve_failed errorCode=UNKNOWN errorMessage="UNKNOWN: unknown error, copyfile 'C:\Program Files\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__2p2nqsd0c76g0\app\resources\plugins\openai-bundled\plugins\computer-use.codex-plugin\plugin.json' -> 'C:\Users...\bundled-marketplaces\openai-bundled.staging-...\plugins\computer-use.codex-plugin\plugin.json'"

Computer Use native pipe failure: [computer-use-native-pipe] computer-use native pipe startup failed errorMessage="Windows Computer Use helper paths are unavailable" errorStack="Error: Windows Computer Use helper paths are unavailable at Ft (E:\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__...\main-DGcSGf52.js:7:12783)"

Bundled plugins reconcile skipped: [bundled-plugins] bundled_plugins_reconcile_skipped_features_unavailable reason=focus

Root Cause

Suspected Root Cause

Files in C:\Program Files\WindowsApps\ are protected by EFS (Encrypting File System). Node.js fs.copyFile / fs.cp cannot handle EFS-encrypted files when copying outside the package directory. Manual testing confirmed Copy-Item and robocopy also fail with "The specified file could not be encrypted".

Fix Action

Fix / Workaround

Workaround Attempted

Manually reading files with System.IO.File.ReadAllBytes and writing to user .codex\plugins\ succeeded for text and binary files, but the app does not recognize manually-placed plugins.

RAW_BUFFERClick to expand / collapse

内容:

Environment

  • Codex version: 26.527.3686.0 (also reproduced on 26.519.11010.0)
  • OS: Windows 11 Home China (Build 26200)
  • Install method: Microsoft Store

Description

All bundled plugins (Computer Use, Browser, Chrome, LaTeX) show as unavailable in the plugin marketplace. The logs show two related errors:

Error 1: Marketplace copy fails

Node.js copyfile cannot copy plugin manifests from C:\Program Files\WindowsApps\ to the user's .codex\.tmp\bundled-marketplaces\ staging directory. This affects all 4 bundled plugins.

Error 2: Computer Use native pipe startup fails

Computer Use native pipe fails with "Windows Computer Use helper paths are unavailable", reason=missing-helper-path.

Logs

Marketplace resolve failure (affects browser, chrome, computer-use, latex): [BundledPluginsMarketplace] bundled_plugins_marketplace_resolve_failed errorCode=UNKNOWN errorMessage="UNKNOWN: unknown error, copyfile 'C:\Program Files\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__2p2nqsd0c76g0\app\resources\plugins\openai-bundled\plugins\computer-use.codex-plugin\plugin.json' -> 'C:\Users...\bundled-marketplaces\openai-bundled.staging-...\plugins\computer-use.codex-plugin\plugin.json'"

Computer Use native pipe failure: [computer-use-native-pipe] computer-use native pipe startup failed errorMessage="Windows Computer Use helper paths are unavailable" errorStack="Error: Windows Computer Use helper paths are unavailable at Ft (E:\WindowsApps\OpenAI.Codex_26.527.3686.0_x64__...\main-DGcSGf52.js:7:12783)"

Bundled plugins reconcile skipped: [bundled-plugins] bundled_plugins_reconcile_skipped_features_unavailable reason=focus

Suspected Root Cause

Files in C:\Program Files\WindowsApps\ are protected by EFS (Encrypting File System). Node.js fs.copyFile / fs.cp cannot handle EFS-encrypted files when copying outside the package directory. Manual testing confirmed Copy-Item and robocopy also fail with "The specified file could not be encrypted".

Workaround Attempted

Manually reading files with System.IO.File.ReadAllBytes and writing to user .codex\plugins\ succeeded for text and binary files, but the app does not recognize manually-placed plugins.

Steps to Reproduce

  1. Install Codex from Microsoft Store on Windows 11
  2. Open Codex → Plugins
  3. Observe that Computer Use, Browser, Chrome, LaTeX show as unavailable

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 [Windows] Bundled plugins (Computer Use, Browser, Chrome, LaTeX) unavailable — copyfile fails on EFS-encrypted WindowsApps files