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.5
  • Makes Windows full restart safer by coalescing duplicate restart requests, releasing the restart lock once the new launcher is ready, and avoiding parallel restarts that could fight over the same ChatGPT/Codex instance.
  • Only closes a Windows debugging port through CDP when the target really belongs to the selected ChatGPT/Codex app, and records an explicit diagnostic when an unrelated process owns the port.
  • Adds Windows-specific restart cleanup that identifies the target packaged app or executable, waits briefly for a graceful exit, then stops remaining ChatGPT/Codex process trees before relaunch when needed.
  • Replaces the generic debug-port wait with a Windows-aware release check that verifies bindability, live TCP acceptance, LISTENING owners, and pre-LISTEN bound owners before reusing the port.
  • Improves diagnostics for restart failures by reporting coalesced retries, skipped unowned CDP shutdown, stopped Windows target PIDs, unavailable debug ports, and temporary CDP outages without flooding retry logs.
  • Keeps the bridge watchdog calmer on Windows by suppressing repetitive retry noise and only logging the first and last injection retry unless the platform can safely tolerate full retry traces.
  • Adds regression coverage for the new Windows restart guard and debug-port release logic so restart behavior stays predictable across packaged and unpackaged desktop installs.
版本 1.2.5
  • 强化 Windows 完整重启流程:合并重复重启请求,在新 launcher 真正准备好后立即释放重启锁,避免多个重启流程同时争抢同一个 ChatGPT/Codex 实例。
  • Windows 下只有在调试端口确实属于当前选中的 ChatGPT/Codex 应用时才通过 CDP 请求关闭;如果端口被其他程序占用,会记录明确诊断而不是误杀无关进程。
  • 新增 Windows 重启前清理逻辑:识别目标商店包或桌面可执行文件,先等待短暂的正常退出窗口,必要时再结束剩余的 ChatGPT/Codex 进程树后重新拉起。
  • 将通用调试端口等待升级为 Windows 感知释放检查:重启前同时确认端口是否可重新绑定、是否仍在接受连接、是否存在 LISTENING 进程,以及是否存在尚未 LISTEN 的 BOUND 占用者。
  • 改进重启失败诊断:补充重复重启合并、跳过未归属 CDP 关闭、已停止的 Windows 目标 PID、调试端口不可用以及临时 CDP 不可达等结构化日志,同时避免刷屏。
  • 降低 Windows bridge 重试噪音:注入重试默认只记录第一次和最后一次,只有适合的平台才保留完整重试轨迹,方便排查又不淹没有效日志。
  • 补充新的 Windows 重启互斥与调试端口释放回归测试,让打包版和非打包版桌面安装在重启时都保持可预测行为。
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.
  • This patch focuses on launcher reliability, bridge/helper fallback behavior, and repair flow hardening after 1.2.0.
说明
  • 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.0 之后的启动器可靠性、桥接/helper 后备行为和修复流程。