Skip to content

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 04 May 06:19

Release v0.1.10

macOS 打不开程序的解决办法

如果 macOS 提示无法打开、已损坏、无法验证开发者,通常是 Gatekeeper 在拦截未签名或未公证应用。

安装到 /Applications 后,可以在终端执行下面的命令移除隔离标记:

xattr -rd com.apple.quarantine "/Applications/Codex OpenAI Proxy.app"

然后重新打开应用。