What version of Codex is running?
Codex CLI/app-server: 0.125.0-alpha.3
What platform is your computer?
Windows 10
What issue are you seeing?
Codex Desktop Settings shows a warning that Codex dependencies may need repair and provides a reinstall action for workspace dependencies. Clicking reinstall fails with a generic user-facing error: Failed to install workspace dependency runtime.
The UI makes this look like a repairable dependency problem, but the desktop logs indicate that this feature is explicitly unsupported on Windows 10.
Steps to reproduce
- Open Codex Desktop on Windows 10.
- Go to Settings / Configuration.
- Enable or view Workspace dependencies.
- Click reinstall / repair dependencies.
- Observe the failure toast.
Expected behavior
If workspace dependencies are unsupported on Windows 10, the Settings UI should say so directly and hide or disable the reinstall action. If Windows 10 should be supported, the install flow should work or show a specific actionable error.
Actual behavior
The UI shows a repair/reinstall action, but reinstall fails generically.
Relevant local tool results:
load_workspace_dependencies:
No bundled workspace runtime dependencies are configured yet. Call install_workspace_dependencies() to install them.
install_workspace_dependencies:
Failed to install workspace dependency runtime.
Relevant desktop log excerpts:
Failed to install workspace dependencies errorMessage="Codex Workspace dependencies are not supported on Windows 10." errorName=Error tool=install_workspace_dependencies
unsupported feature enablement `workspace_dependencies`: currently supported features are apps, memories, plugins, tool_search, tool_suggest, tool_call_mcp_elicitation
Additional context
The runtime config selected a Windows primary runtime bundle, e.g. codex-primary-runtime-win32-x64-26.426.12240.tar.xz, but the install path still reports Windows 10 as unsupported.
What version of Codex is running?
Codex CLI/app-server:
0.125.0-alpha.3What platform is your computer?
Windows 10
What issue are you seeing?
Codex Desktop Settings shows a warning that Codex dependencies may need repair and provides a reinstall action for workspace dependencies. Clicking reinstall fails with a generic user-facing error:
Failed to install workspace dependency runtime.The UI makes this look like a repairable dependency problem, but the desktop logs indicate that this feature is explicitly unsupported on Windows 10.
Steps to reproduce
Expected behavior
If workspace dependencies are unsupported on Windows 10, the Settings UI should say so directly and hide or disable the reinstall action. If Windows 10 should be supported, the install flow should work or show a specific actionable error.
Actual behavior
The UI shows a repair/reinstall action, but reinstall fails generically.
Relevant local tool results:
Relevant desktop log excerpts:
Additional context
The runtime config selected a Windows primary runtime bundle, e.g.
codex-primary-runtime-win32-x64-26.426.12240.tar.xz, but the install path still reports Windows 10 as unsupported.