Codex Windows 离线安装包下载链接清单 主教程页: https://blog.tcping.top/ 备用教程页: https://tcping-blog.pages.dev/ R2 兜底下载页: https://download.aitoke.net/codex-windows.html R2 兜底根入口: https://download.aitoke.net/ R2 兜底入口页: https://download.aitoke.net/index.html 离线安装说明: https://blog.tcping.top/codex-windows-download/ 备用离线安装说明: https://tcping-blog.pages.dev/codex-windows-download/ 访问异常自检清单: https://blog.tcping.top/codex-windows-access-check.txt R2 兜底访问异常自检清单: https://download.aitoke.net/codex-windows-access-check.txt Codex Windows 离线安装包(Cloudflare R2): https://download.aitoke.net/codex/codex-offline-26.519.5221.0-setup.exe SHA256 校验文件: https://blog.tcping.top/codex-offline-26.519.5221.0-setup.exe.sha256.txt R2 兜底 SHA256 校验文件: https://download.aitoke.net/codex-offline-26.519.5221.0-setup.exe.sha256.txt Windows 安装排查清单: https://blog.tcping.top/codex-windows-install-checklist.txt R2 兜底 Windows 安装排查清单: https://download.aitoke.net/codex-windows-install-checklist.txt 发布清单: https://blog.tcping.top/codex-windows-release-checklist.txt R2 兜底发布清单: https://download.aitoke.net/codex-windows-release-checklist.txt Microsoft Store 失败提示清单: https://blog.tcping.top/codex-windows-store-error-cases.txt R2 兜底 Microsoft Store 失败提示清单: https://download.aitoke.net/codex-windows-store-error-cases.txt Windows 自动下载校验脚本: https://blog.tcping.top/codex-windows-download-helper.ps1 R2 兜底 Windows 自动下载校验脚本: https://download.aitoke.net/codex-windows-download-helper.ps1 Windows 安装诊断脚本: https://blog.tcping.top/codex-windows-install-diagnose.ps1 R2 兜底 Windows 安装诊断脚本: https://download.aitoke.net/codex-windows-install-diagnose.ps1 文件名: codex-offline-26.519.5221.0-setup.exe 文件大小: 402.1 MB SHA256: 1fb76e1d9f891dc58d7c2e074362f5a6174ad46421592531a17dcbf147620f53 来源说明: 第三方离线安装备份。供 Microsoft Store 或在线安装器不可用时备份下载使用;本站不声称获得 OpenAI 或 Microsoft 的分发授权,也不代表双方存在正式合作关系。 数字签名校验: 需在 Windows 本机执行 Get-AuthenticodeSignature,签名 Status 不是 Valid 时不要继续安装。 如果浏览器下载失败,可以在 Windows PowerShell 中尝试: Test-NetConnection blog.tcping.top -Port 443 Test-NetConnection download.aitoke.net -Port 443 curl.exe -L "https://download.aitoke.net/codex/codex-offline-26.519.5221.0-setup.exe" -o "codex-offline-26.519.5221.0-setup.exe" 或使用 BITS: Start-BitsTransfer -Source "https://download.aitoke.net/codex/codex-offline-26.519.5221.0-setup.exe" -Destination ".\codex-offline-26.519.5221.0-setup.exe" 或下载自动下载校验脚本后运行: powershell -ExecutionPolicy Bypass -File .\codex-windows-download-helper.ps1 脚本默认最多尝试 3 次,优先用 BITS,失败后使用 curl.exe 断点续传和重试。需要调整次数时可以执行: powershell -ExecutionPolicy Bypass -File .\codex-windows-download-helper.ps1 -MaxAttempts 5 -RetryDelaySeconds 10 脚本校验成功后会提示安装后的 Aitoke API 配置清单和注册入口: https://download.aitoke.net/aitoke-api-setup-checklist.txt https://aitoke.net/?utm_source=tcping-blog&utm_medium=codex-offline-download&utm_campaign=codex-windows-helper 下载完成后校验: Get-FileHash .\codex-offline-26.519.5221.0-setup.exe -Algorithm SHA256 如果安装失败,可以把诊断脚本放到安装包同一目录后运行: powershell -ExecutionPolicy Bypass -File .\codex-windows-install-diagnose.ps1 如果 SmartScreen 或文件属性拦截,确认 SHA256 正确后可以解除下载标记: Unblock-File .\codex-offline-26.519.5221.0-setup.exe 检查数字签名状态: Get-AuthenticodeSignature .\codex-offline-26.519.5221.0-setup.exe | Format-List 如果安装器弹窗后直接退出,可以打开: 事件查看器 -> Windows 日志 -> 应用程序 重点查看 AppXDeployment-Server、AppModel-Runtime、MsiInstaller 或 Application Error 的最近错误。 如果输出值不是: 1fb76e1d9f891dc58d7c2e074362f5a6174ad46421592531a17dcbf147620f53 请删除文件后重新下载。