Unable to install after clicking Update in the Codex app today

Resolved 💬 28 comments Opened Aug 5, 2026 by ytc301 Closed Aug 6, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

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

What subscription do you have?

What platform is your computer?

macos12

What issue are you seeing?

<img width="540" height="484" alt="Image" src="https://github.com/user-attachments/assets/8ef1f21d-e583-4d86-8526-167d74fdd948" />
我电脑是macbook pro 2020 intel系统是macos12今天codex app点更新安装时候报错报需要macos13以上,这个能不能修复,或者我怎么回退上一个版本

What steps can reproduce the bug?

Feedback ID: no-active-thread-019fcf8f-6d45-7f60-a518-034df7017c48

What is the expected behavior?

_No response_

Additional information

_No response_

View original on GitHub ↗

28 Comments

github-actions[bot] contributor · 23 days ago

English translation:

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

None

What subscription do you have?

None

What platform is your computer?

macos12

What issue are you seeing?

<img width="540" height="484" alt="Image" src="https://github.com/user-attachments/assets/8ef1f21d-e583-4d86-8526-167d74fdd948" />
My computer is a 2020 Intel MacBook Pro running macOS 12. Today, when I clicked Update in the Codex app and tried to install it, I got an error saying that macOS 13 or later is required. Can this be fixed, or how can I roll back to the previous version?

What steps can reproduce the bug?

Feedback ID: no-active-thread-019fcf8f-6d45-7f60-a518-034df7017c48

What is the expected behavior?

_No response_

Additional information

_No response_

<!-- codex-issue-translator -->

tinyleelee · 23 days ago

i download old version!

ljt7560868 · 23 days ago
i download old version!

give me old version download url

YvonneZhang · 23 days ago
i download old version!

同样的问题,可以给一个下载地址吗?

ProsperHe · 23 days ago

同样的问题,下载上一个版本重新安装就好了 https://github.com/Wangnov/codex-app-mirror/releases

tinyleelee · 23 days ago
tinyleelee · 23 days ago
> i download old version! 同样的问题,可以给一个下载地址吗?

https://github.com/Wangnov/codex-app-mirror/releases/download/codex-app-26.727.51351/Codex-mac-x64.dmg

tinyleelee · 23 days ago
> > i download old version! > > > 同样的问题,可以给一个下载地址吗? https://github.com/Wangnov/codex-app-mirror/releases/download/codex-app-26.727.51351/Codex-mac-x64.dmg

also told codex close update

liuchuang · 23 days ago

build 6119 is available, where can I download?

ytc301 · 23 days ago

我查本地历史更新的缓存记录https://persistent.oaistatic.com/codex-app-prod/ChatGPT-darwin-x64-26.727.51351.zip最后这个版本是支持macos12

zhongsong03ma-ui · 23 days ago

也是神了 自动更新一个与当前系统不兼容的版本

ytc301 · 23 days ago

这个更新就草率,都没做版本匹配校验,正常应该先识别当前系统环境然后在找对应支持的版本弹出更新按钮才对,这个有点简单粗暴;应该要发个补偿重置卡,浪费我好几个小时

zhongsong03ma-ui · 23 days ago

<img width="690" height="440" alt="Image" src="https://github.com/user-attachments/assets/51ea318a-ace7-43e1-a3c6-8a8edb97c829" /> 您是什么版本 我下载了您链接版本还是提示不兼容 我的系统是12.7.6

ytc301 · 23 days ago

<img width="585" height="630" alt="Image" src="https://github.com/user-attachments/assets/4247b93f-f6e2-4aa7-bb69-5071f99e2195" />我的可以啊

ytc301 · 23 days ago

<img width="744" height="138" alt="Image" src="https://github.com/user-attachments/assets/978a5bf3-0288-450e-89d5-d24ce148b839" />
你把zip解压成这个文件夹名称然后下面这样文件,目录结构一致,在开个cmd命令行执行把下面贴进去执行就行

关闭 Codex / ChatGPT

pkill -x ChatGPT 2>/dev/null
pkill -x Codex 2>/dev/null

备份当前不能运行的版本,不删除

sudo mv "/Applications/ChatGPT.app" \
"$HOME/Desktop/ChatGPT-26.730.61309-不兼容备份.app"

安装支持 macOS 12 的版本到原目录

sudo ditto \
"$HOME/Downloads/ChatGPT-26.727.51351-check/ChatGPT.app" \
"/Applications/ChatGPT.app"

关闭自动更新,避免又升级到不兼容版本

defaults write com.openai.codex SUEnableAutomaticChecks -bool false
defaults write com.openai.codex SUAutomaticallyUpdate -bool false
defaults write com.openai.codex SUAutomaticallyUpdateApp -bool false

刷新 Dock 并打开

killall Dock
open "/Applications/ChatGPT.app"

ytc301 · 23 days ago

对的我这个包是intel芯片的包,我电脑macbookpro 2020 intel,如果你是苹果芯片的话要另外去找对应芯片https://github.com/Wangnov/codex-app-mirror/releases#release-codex-app-26.727.51351

zhongsong03ma-ui · 23 days ago

啊 现在解决了 我是M1芯片下成x64版本的了 感谢您耐心指导

ProsperHe · 23 days ago
<img alt="Image" width="744" height="138" src="https://private-user-images.githubusercontent.com/9103314/631542878-978a5bf3-0288-450e-89d5-d24ce148b839.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODU5MTY2MTcsIm5iZiI6MTc4NTkxNjMxNywicGF0aCI6Ii85MTAzMzE0LzYzMTU0Mjg3OC05NzhhNWJmMy0wMjg4LTQ1MGUtODlkNS1kMjRjZTE0OGI4MzkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDgwNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA4MDVUMDc1MTU3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWRjMTgyNTg0MzY0OWViZmM4YmQxYjgyZDM1MGYzMWI1ODExNmJkMzljZDUxMTg3NzMzOWEzOWU5ODMyMDliZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.YgvYdnPXwaY7glQ-oZbDvY_jeP3oy7Q1S2h3KYHXIoU"> 你把zip解压成这个文件夹名称然后下面这样文件,目录结构一致,在开个cmd命令行执行把下面贴进去执行就行 # 关闭 Codex / ChatGPT pkill -x ChatGPT 2>/dev/null pkill -x Codex 2>/dev/null # 备份当前不能运行的版本,不删除 sudo mv "/Applications/ChatGPT.app" "$HOME/Desktop/ChatGPT-26.730.61309-不兼容备份.app" # 安装支持 macOS 12 的版本到原目录 sudo ditto "$HOME/Downloads/ChatGPT-26.727.51351-check/ChatGPT.app" "/Applications/ChatGPT.app" # 关闭自动更新,避免又升级到不兼容版本 defaults write com.openai.codex SUEnableAutomaticChecks -bool false defaults write com.openai.codex SUAutomaticallyUpdate -bool false defaults write com.openai.codex SUAutomaticallyUpdateApp -bool false # 刷新 Dock 并打开 killall Dock open "/Applications/ChatGPT.app"

这个方法太赞啦!

GotzeLyn · 22 days ago

众人拾柴火焰高,我来添一笔拆。如何禁止它自动更新,可以选择openai官方支持禁止自动更新的方式,而不是上面那位直接从系统层面禁止更新。防止应用降级后再打开又更新了:
安装完旧版后,先不要打开!,打开之前在etc下添加如下文件:cat /etc/codex/requirements.toml
内容:
check_for_update_on_startup = false

[features]
in_app_updates = false

再打开,在系统设置中你会看到:

<img width="845" height="92" alt="Image" src="https://github.com/user-attachments/assets/d2a521a7-5257-4c0a-9efa-365f59cf1695" />
这就说明禁止更新成功了,日后重新兼容了再把这个文件删了,重新检查更新就行。目前只要你不手贱点check for update,就不会自动更新了

ljt7560868 · 22 days ago

最新版本还没解决吗?

ytc301 · 22 days ago

都去提交bug看看有没有修复

wangqi991007 · 22 days ago

苹果芯片的安装就版本显示无法打开

gpeal contributor · 22 days ago

Sorry, Chrome no longer supports macOS 12 and in order to pick up the latest security updates, we had to bump the minimum supported macOS version.
https://chromestatus.com/feature/5077742779498496

If you get stuck, you can download the last working version here:
Apple Silicon
Intel

wangqi991007 · 22 days ago
苹果芯片的安装版本显示无法打开

苹果芯片安装了最旧版本的codex显示无法打开,我之前没删除的旧的下载包也是这个问题

ytc301 · 19 days ago

@gpeal 这是谷歌浏览器的安全漏洞,我知道谷歌浏览器macos12上已经不能再更新最新的,这个安全又不是codex/chatgpt的,跟你们gpt的app没什么关系吧,我觉得你们只要关注你们自己的产品安全就行的codex/chatgpt,别的产品安全是其他公司考虑或者用户考虑的,你不能因为其他第三方或其他软件产品安全变相改变codex/chatgpt对macos12的支持吧;其他产品安全问题应该其他产品对应的公司或者使用者会自己考虑的,你们边界问题超出你们自己的产品线的,我们老电脑(macbookpro 2020 intel电脑相对老),更新系统对老电脑没有性能优化,反而更慢,所以不愿意升级macos

抱歉,Chrome 已不再支持 macOS 12。为了获取最新的安全更新,我们不得不提高最低支持的 macOS 版本。https ://chromestatus.com/feature/5077742779498496 如果遇到问题,可以从这里下载最后一个可用的版本: Apple Silicon Intel
samagix · 17 days ago

I used Codex inside VS Code, I asked him to modify /Applications/ChatGPT.app.

Actions did:

  • Moved the original, unmodified application to [ChatGPT.original-backup](/Applications/ChatGPT.original-backup). It retains OpenAI’s official signature and certificate.
  • Changed the embedded requirement in the main [ChatGPT executable](/Applications/ChatGPT.app/Contents/MacOS/ChatGPT):
  • minos 13.0minos 12.0
  • SDK remains 26.0
  • Replaced two unavailable references inside Codex Framework:
  • kVTCompressionPropertyKey_ReferenceBufferCountkVTCompressionPropertyKey_MaxFrameDelayCount
  • NSPreviewRepresentingActivityItemNSImage

Each replacement affected two occurrences. Consequently, some video-encoding or sharing/preview features may not work correctly.

  • Did not modify Info.plist, because it already specified LSMinimumSystemVersion = 12.0.
  • Recursively re-signed the modified bundle with a local ad-hoc signature. Therefore, [ChatGPT.app](/Applications/ChatGPT.app) no longer has OpenAI’s Developer ID signature, while the backup still does.
  • Re-registered the application with macOS LaunchServices and launched it successfully.
  • Did not remove any quarantine attributes, because none were present.
midnightviolin · 16 days ago

mark

bigbigbigbear · 15 days ago

官方还是没有解决的意思