Windows Desktop: shell_command always times out, even for "echo TEST"

Open 💬 1 comment Opened Jun 26, 2026 by micadibugit

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

26.623.31921

What subscription do you have?

ChatGPT Plus

What platform is your computer?

Windows 11 x64

What issue are you seeing?

Environment

  • Operating System: Windows 11 x64
  • Codex Desktop Version: 26.623.31921
  • Subscription: ChatGPT Plus
  • Downloaded from the official OpenAI website

---

Summary

Every shell command executed by the Codex Desktop App times out.

This happens even for the simplest commands.

Examples:

echo TEST
powershell -NoProfile -Command "exit 7"

Both commands always timeout.

---

Expected behavior

echo TEST

should immediately return

TEST
powershell -NoProfile -Command "exit 7"

should immediately return exit code 7.

---

Actual behavior

Every shell command times out.

The command runner never returns any output or exit code.

Examples tested:

  • echo TEST
  • powershell -NoProfile -Command "exit 7"

Both timeout.

---

Workspace Dependencies

Settings always show:

Current version:
Not installed

Reinstall always fails with

Couldn't reinstall Codex dependencies

---

Diagnostics

I checked the runtime.

Node runtime exists.

npm works.

Network access works.

The runtime manifest exists.

Browser plugin works correctly.

The issue only affects shell_command execution.

---

What I have already tried

  • Reinstalled Codex Desktop
  • Reinstalled Chrome plugin
  • Reset Workspace Dependencies
  • Restarted Windows
  • Disabled Windows Defender restrictions
  • Verified Node runtime
  • Verified npm runtime
  • Verified network connectivity

None of these solved the problem.

---

Suspected cause

It appears that the Desktop command runner is hanging before launching PowerShell.

The problem does not appear to be caused by Node, npm, network connectivity, or Windows Defender.

This looks like a Desktop runtime / shell runner issue.

This issue prevents Codex Desktop from executing any shell commands, making coding tasks impossible on this machine.

What steps can reproduce the bug?

This issue prevents Codex Desktop from executing any shell commands, making coding tasks impossible on this machine.

What is the expected behavior?

_No response_

Additional information

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗