Linux codex not updated correctly

Open 💬 0 comments Opened Aug 27, 2026 by Howchie

What version of Codex CLI is running?

0.150.1

What subscription do you have?

Plus

Which model were you using?

_No response_

What platform is your computer?

Ubuntu

What terminal emulator and version are you using (if applicable)?

_No response_

Codex doctor report

What issue are you seeing?

OpenAI released version 0.150.1 of @openai/codex to the npm registry with the latest tag, but the Linux binaries were not published for that version (only macOS 0.150.1-darwin-arm64 was published, while Linux remained on 0.150.0-linux-x64).

Because @openai/codex@0.150.1 specifies the optional dependency @openai/codex-linux-x64 as @openai/codex@0.150.1-linux-x64 (which 404s on npm), npm quietly skipped installing the native binary. When running codex, the launcher script failed to locate the binary.

The codex cli suggests the update, so most users will automatically update to a currently broken package.

What steps can reproduce the bug?

npm install -g @openai/codex@latest

What is the expected behavior?

_No response_

Additional information

_No response_

View original on GitHub ↗