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_

View original on GitHub ↗

12 Comments

github-actions[bot] contributor · 7 months ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #6902
  • #5971

Powered by Codex Action

etraut-openai contributor · 7 months ago

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.

youaodu · 7 months ago

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?

etraut-openai contributor · 7 months ago

Have you perhaps used npm to install codex at some point in the past? If you brew uninstall codex and then which codex, does it find a copy?

youaodu · 7 months ago

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写道:

etraut-openai left a comment (openai/codex#7964) <https://github.com/openai/codex/issues/7964#issuecomment-3650195759> Have you perhaps used npm to install codex at some point in the past? If you brew uninstall codex and then which codex, does it find a copy? — Reply to this email directly, view it on GitHub <https://github.com/openai/codex/issues/7964#issuecomment-3650195759>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AL5AYNFOEX72OCBEBSI6ZH34BTRNPAVCNFSM6AAAAACO5H2IRGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTMNJQGE4TKNZVHE> . You are receiving this because you authored the thread.Message ID: @.***>
charleskan · 7 months ago

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" />

etraut-openai contributor · 7 months ago

@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.

charleskan · 7 months ago
@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" />

shijie-oai contributor · 7 months ago

Hi @charleskan! Can you run which codex and paste the output here? Can you also paste the value under ~/.codex/version.json?

charleskan · 7 months ago
Hi @charleskan! Can you run which codex and paste the output here? Can you also paste the value under ~/.codex/version.json?
charles.kan@Charless-MacBook-Pro isplit % which codex
/Users/charles.kan/.bun/bin/codex
charles.kan@Charless-MacBook-Pro isplit % cat ~/.codex/version.json
{"latest_version":"0.73.0","last_checked_at":"2025-12-17T02:42:08.816358Z","dismissed_version":"0.66.0"}
claudiosanches · 7 months ago

I had the same issue with multiple installs. I never used bun to install it, but it was located inside the .bun/bin directory.

It works after running bun remove -g @openai/codex && npm install -g @openai/codex.

J0UH · 5 months ago
I had the same issue with multiple installs. I never used bun to install it, but it was located inside the .bun/bin directory. It works after running bun remove -g @openai/codex && npm install -g @openai/codex.

This is what fixed my issue aswell.