ChatGPT Codex Tools Downloads

Download the standalone manager builds for macOS and Windows. These packages are prepared for non-technical users: install ChatGPT, open ChatGPT Codex Tools, and use the manager directly.

在这里下载 ChatGPT Codex Tools 的 macOS 和 Windows 独立版本。下载包面向非技术用户:先安装 ChatGPT,再打开 ChatGPT Codex Tools 即可使用。

macOS

同时提供 Apple Silicon 与 Intel Mac 的安装包和便携 app 压缩包。

Windows

同时提供传统电脑和 Windows ARM 设备的安装包,并保留便携 zip。

Version 1.2.9
  • Improves Remote Control routing in mixed relay mode, including local proxy startup, session provider normalization, targeted recovery, duplicate-request suppression, and native RPC passthrough.
  • Adds Responses proxy compatibility for zstd-compressed HTTP request bodies and returns a clear HTTP upgrade response for unsupported Responses WebSocket requests.
  • Hardens diagnostics with bounded log rotation, memory-safe tail reads, runtime diagnostics, quieter high-frequency tracing, and renderer-side failure deduplication.
  • Improves bridge/helper fallback behavior, runtime settings refresh, model and plugin request patch retries, and conversation sorting performance.
  • Fixes provider-sync metadata handling for large transcripts and limits rollout metadata reads to avoid excessive disk and memory usage.
  • Improves Windows upgrades by stopping the running ChatGPT desktop process before replacing installed files, with expanded regression coverage.
版本 1.2.9
  • 改进混合中转模式下的 Remote Control 路由,包括本地代理启动、会话 provider 规范化、定向恢复、重复请求抑制和原生 RPC 透传。
  • 为 Responses 中转增加 zstd 压缩 HTTP 请求体兼容,并对不支持的 Responses WebSocket 请求返回明确的 HTTP 升级提示。
  • 强化诊断能力:增加有上限的日志轮转、低内存尾部读取、运行时诊断、高频日志降噪和注入层错误去重。
  • 改进 bridge/helper 回退、运行时设置刷新、模型和插件请求补丁重试,以及会话列表排序性能。
  • 修复 provider sync 对大体积 transcript 的元数据处理,并限制 rollout 元数据读取,降低不必要的磁盘和内存占用。
  • 改进 Windows 更新流程,在替换已安装文件前关闭正在运行的 ChatGPT 桌面进程,并补充回归测试。
macOS first launch note

The macOS packages are unsigned community builds, including the pkg installers. If macOS blocks the first launch, run:

xattr -cr "/Applications/ChatGPT Codex 管理工具.app"
xattr -cr "/Applications/ChatGPT Codex.app"
xattr -cr "/Applications/Codex++ 管理工具.app"
xattr -cr "/Applications/Codex++.app"
macOS 首次启动提醒

macOS 包是未签名的社区构建,pkg 安装包也一样。如果 macOS 阻止首次启动,请执行:

xattr -cr "/Applications/ChatGPT Codex 管理工具.app"
xattr -cr "/Applications/ChatGPT Codex.app"
xattr -cr "/Applications/Codex++ 管理工具.app"
xattr -cr "/Applications/Codex++.app"
Notes
  • macOS installer packages install `ChatGPT Codex 管理工具.app` and `ChatGPT Codex.app` into `/Applications`.
  • The macOS pkg installers and zip app bundles are unsigned community builds; use the first launch note above if Gatekeeper blocks them.
  • Windows x64 is for traditional Intel/AMD PCs. Windows arm64 is for Windows on ARM devices.
  • Windows builds include setup installers for offline installation plus portable zip builds for manual deployment.
  • HTTP proxy settings are configured per relay profile and remain available for relay tests, model fetching, local relay forwarding, and aggregate failover candidates.
  • Release 1.2.9 is a maintenance update after 1.2.8, focused on Remote Control compatibility, proxy request handling, diagnostics, performance, and Windows upgrade reliability.
说明
  • macOS 安装包会把 `ChatGPT Codex 管理工具.app` 和 `ChatGPT Codex.app` 安装到 `/Applications`。
  • macOS pkg 安装包和 zip app 包都是未签名社区构建;如果被 Gatekeeper 阻止,请使用上方首次启动提醒。
  • Windows x64 适合传统 Intel/AMD 电脑;Windows arm64 适合 Windows ARM 设备。
  • Windows 构建同时提供适合离线安装的 setup 安装器,以及适合手动部署的便携 zip。
  • HTTP 代理继续按中转供应商独立配置,并用于中转测试、模型拉取、本地中转转发和聚合故障切换候选项。
  • 1.2.9 是继 1.2.8 后的维护版本,重点修复 Remote Control 兼容性、中转请求处理、诊断性能以及 Windows 更新可靠性。