About Update codex version.
Resolved 💬 12 comments Opened Dec 13, 2025 by youaodu Closed Mar 30, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
0.65.0
What subscription do you have?
Pro
Which model were you using?
_No response_
What platform is your computer?
Linux Arch
What issue are you seeing?
I saw Codex prompt me that there is a new version, but I couldn't pull the latest version through brew upgrade - cash codex.
<img width="554" height="144" alt="Image" src="https://github.com/user-attachments/assets/46b9d9e5-3751-4a26-9451-7e6a26dc1087" />
<img width="559" height="46" alt="Image" src="https://github.com/user-attachments/assets/027eaebd-3136-4dd0-a628-3bd91179f51b" />
What steps can reproduce the bug?
no
What is the expected behavior?
_No response_
Additional information
_No response_
12 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
This typically indicates that you have multiple copies of codex installed on your system. Try to find all copies and manually uninstall them, then install the new version.
Yes, I uninstalled and reinstalled it.
<img width="1225" height="417" alt="Image" src="https://github.com/user-attachments/assets/1afc5784-1938-4703-a573-9f577a0f7c19" />
<img width="818" height="314" alt="Image" src="https://github.com/user-attachments/assets/dae53499-31d5-4923-8e9d-40021cd494dc" />
Re running Codex, it still prompts me that there is a new version update, which means that the version installed by brew is not the latest version?
Have you perhaps used npm to install codex at some point in the past? If you
brew uninstall codexand thenwhich codex, does it find a copy?no, i'am before currently never used npm install codex. but just used npm
install codex. can install laster version.
Eric Traut @.***> 于2025年12月14日周日 12:28写道:
Same issue, I'm using npm, not brew
<img width="693" height="302" alt="Image" src="https://github.com/user-attachments/assets/bf41ebac-68a7-4eeb-b3c2-e87daed2a400" />
@charleskan, are you running codex on Linux or MacOS? I see "MacBook-Pro" in your screen shot, so I'm guessing it's the latter. Just want to confirm because I had a theory that this problem might be specific to Linux.
Yes, here is my device information:
<img width="261" height="277" alt="Image" src="https://github.com/user-attachments/assets/f84d3887-bda8-4954-b45d-76bc3812dd72" />
Hi @charleskan! Can you run
which codexand paste the output here? Can you also paste the value under~/.codex/version.json?I had the same issue with multiple installs. I never used
bunto install it, but it was located inside the.bun/bindirectory.It works after running
bun remove -g @openai/codex && npm install -g @openai/codex.This is what fixed my issue aswell.