refrainwww/codex-windows-computer-use — explained in plain English
Analysis updated 2026-05-18
Fix a Windows Codex Desktop install where the Computer Use plugin will not show up.
Repair a broken openai-bundled plugin marketplace registration.
Recover from an os error 6000 caused by reading a protected Windows app folder.
Reinstall the chrome and computer-use plugins after a corrupted plugin cache.
| refrainwww/codex-windows-computer-use | angusdevgo/oc-codex | sbousseaden/edrunchoker | |
|---|---|---|---|
| Stars | 31 | 30 | 35 |
| Language | PowerShell | PowerShell | PowerShell |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires closing Codex Desktop and running a PowerShell script with an explicit apply flag.
This repository is a troubleshooting skill for Codex Desktop on Windows, built to work inside OpenAI's Codex tool. Codex supports skills, which are small packages of instructions that teach it how to handle a specific task. This one teaches Codex how to diagnose and repair a common Windows problem where the Chrome and Computer Use plugins refuse to show up or install. The underlying issue happens because Codex Desktop's bundled plugin source, called openai-bundled, sometimes fails to register properly in the plugin marketplace. Windows also protects the folder where Codex is installed, so trying to read or copy files directly from there can throw an error. Instead of changing permissions on that protected folder, which the author says causes more problems than it solves, this skill copies the bundled plugin source into the user's own folder, then registers that copy as a new marketplace source and installs the chrome and computer-use plugins from it. To use it, you clone or download the repository into a specific skills folder inside your Codex configuration directory, then restart Codex Desktop so it notices the new skill. After that you can simply tell Codex in plain language that your Windows Computer Use plugin is broken and ask it to fix it, and Codex will read the included instructions file and follow the repair steps itself. The repository also includes a PowerShell script you can run directly instead of going through Codex. By default the script only prints what it would do, a safe dry run, and you have to add an extra flag to make it actually apply changes. The script checks whether the Codex command line tool is available, locates the protected plugin folder, backs up your existing Codex configuration files, copies the plugin source somewhere safe, then re-registers it and installs the two plugins. You can also point the script at custom folder locations if it cannot find Codex on its own. A short set of frequently asked questions in the README covers closing Codex Desktop before running the repair and what a specific Windows error code means.
A Codex skill for Windows that fixes the Chrome and Computer Use plugins when they fail to appear or install.
Mainly PowerShell. The stack also includes PowerShell, Codex CLI.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.