codex - 💡(How to fix) Fix Windows workspace dependencies install fixed by setting [features] apps = true and running once as Administrator [1 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#22445Fetched 2026-05-14 03:36:00
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Error Message

In Settings → Configuration → Workspace dependencies, the status stayed as not installed. Both Diagnose and Reinstall failed repeatedly. The app did not give me an actionable error that explained what config value was missing. If apps = true is required for workspace dependencies to install or initialize, the Codex App should either enable it automatically or show an actionable error message explaining that this config value is missing.

RAW_BUFFERClick to expand / collapse

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

26.506.31421

What subscription do you have?

ChatGPT Plus

What platform is your computer?

Windows 11 x64

What issue are you seeing?

Workspace dependencies would not install in the Windows Codex App.

In Settings → Configuration → Workspace dependencies, the status stayed as not installed. Both Diagnose and Reinstall failed repeatedly. The app did not give me an actionable error that explained what config value was missing.

The issue was resolved only after adding apps = true under [features] in config.toml, then launching Codex once as Administrator and retrying the workspace dependency install.

Important detail: running as Administrator alone did not fix the issue. I had already tried that before. Setting apps = true alone also did not immediately fix it. The install succeeded only after both conditions were true at the same time.

What steps can reproduce the bug?

  1. Use the Codex App on Windows 11 x64.
  2. Open Settings → Configuration.
  3. Go to Workspace dependencies.
  4. Workspace dependencies show as not installed.
  5. Click Diagnose or Reinstall.
  6. The dependency installation fails repeatedly.
  7. Launch Codex as Administrator and retry.
  8. The dependency installation still fails.
  9. Add apps = true under [features] in config.toml.
  10. Launch Codex once as Administrator.
  11. Retry the workspace dependency installation.
  12. The install succeeds immediately.
  13. Close Codex.
  14. Reopen Codex normally without Administrator.
  15. Workspace dependencies remain installed and continue working.

What is the expected behavior?

Workspace dependency installation should succeed from Settings → Configuration without requiring the user to manually discover and add apps = true to config.toml.

If apps = true is required for workspace dependencies to install or initialize, the Codex App should either enable it automatically or show an actionable error message explaining that this config value is missing.

If a one-time Administrator launch is required on Windows to complete initialization, the app should clearly say that instead of silently failing through Diagnose/Reinstall.

Additional information

This may be related to other Windows Codex App workspace dependency install failures.

The key finding is that Administrator alone was not enough, and apps = true alone was not enough. The successful sequence was specifically:

  1. Add apps = true under [features]
  2. Launch Codex once as Administrator
  3. Retry workspace dependency installation
  4. Reopen normally afterward

After that, my setup worked normally without Administrator privileges.

Related issue: #22009

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 workspace dependencies install fixed by setting [features] apps = true and running once as Administrator [1 participants]