Codex CLI 0.147.0 standalone Windows installation.
What version of Codex CLI is running?
0.147.0
What subscription do you have?
Plus
Which model were you using?
gpt-5.6-luna
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What terminal emulator and version are you using (if applicable)?
vs code/ powershell
Codex doctor report
What issue are you seeing?
Broken:
C:\Users\...\AppData\Local\Programs\OpenAI\Codex\bin\codex.exe
→ setup helper may need PATH fallback
→ command-runner resource discovery fails
→ fallback to bare codex-command-runner.exe
→ sandbox execution fails / CreateProcessWithLogonW error 2
What steps can reproduce the bug?
helper copy failed for command-runner:
helper not found next to current executable or under codex-resources:
C:\Users\...\AppData\Local\Programs\OpenAI\Codex\bin\codex.exe;
falling back to legacy path codex-command-runner.exe
What is the expected behavior?
Working:
C:\Users\...\.codex\packages\standalone\releases\
0.147.0-x86_64-pc-windows-msvc\bin\codex.exe
→ resolves versioned codex-resources correctly
→ launches codex-windows-sandbox-setup.exe
→ processes 2 writable roots with errors=[]
→ locates and copies codex-command-runner.exe
→ launches .sandbox-bin\codex-command-runner-0.147.0.exe
→ sandboxed commands succeed
Additional information
_No response_
2 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Additional confirmed reproduction on Windows ARM64 with
codex-cli 0.147.0:%LOCALAPPDATA%\Programs\OpenAI\Codex\bin\codex.exeorchestrator_helper_launch_failed, withcodex-windows-sandbox-setup.exe ... program not foundcodex.exeandcodex-code-mode-host.exe; nocodex-resources.codex-resources.codex.exefiles have identical SHA-256 hashes.Switching PATH back to a
codex.cmdwrapper that invokes the newest versioned release'sbin\codex.exe, then restarting, fully restored the sandbox. Verified:%USERPROFILE%is denied;format:check,lint,typecheck, and 198 Vitest tests pass;errors=[].This confirms the sandbox itself is functional; the failure is resource discovery from the AppData launcher path.