install.sh doesn't support version formats like 0.146.0-alpha.10.1, so it can't install it
Resolved 💬 1 comment Opened Jul 25, 2026 by Rokurolize Closed Jul 29, 2026
💡 Likely answer: A maintainer (zsol-openai, contributor)
responded on this thread — see the highlighted reply below.
What issue are you seeing?
https://github.com/openai/codex/releases/tag/rust-v0.146.0-alpha.10.1
roku@DESKTOP-U0GHMTQ:~/codex-consultant-20260517$ curl -fsSL https://chatgpt.com/codex/install.sh | sh -s -- --release 0.146.0-alpha.10.1
Invalid Codex release version: 0.146.0-alpha.10.1. Expected latest or x.y.z[-alpha[.N]|-beta[.N]].
roku@DESKTOP-U0GHMTQ:~/codex-consultant-20260517$
What steps can reproduce the bug?
same as above
What is the expected behavior?
Since this is the version distributed by OpenAI, install.sh should not consider it invalid.
Additional information
_No response_
1 Comment
This is now resolved (by https://github.com/openai/codex/pull/34463 ), thanks for reporting!