Codex Windows 离线包访问异常自检清单 适用场景: 用户反馈 blog.tcping.top 打不开、Cloudflare 页面加载失败、下载页偶发超时、R2 兜底页能打开但主教程打不开,或者 Microsoft Store 本身无法下载。 优先打开: 1. 主教程页 https://blog.tcping.top/ 2. Pages 备用教程页 https://tcping-blog.pages.dev/ 3. R2 兜底下载页 https://download.aitoke.net/codex-windows.html 4. R2 兜底根入口 https://download.aitoke.net/ 5. 安装包直链 https://download.aitoke.net/codex/codex-offline-26.519.5221.0-setup.exe 6. 下载链接清单 https://blog.tcping.top/codex-windows-download-links.txt https://download.aitoke.net/codex-windows-download-links.txt 判断方法: 如果主教程页打不开,但 Pages 备用页能打开,多半是当前网络到 blog.tcping.top 的 Cloudflare 节点不稳定。 如果 Pages 备用页也打不开,但 R2 兜底页能打开,可以先从 R2 兜底页下载离线包。 如果 R2 兜底页能打开,但安装包直链下载慢或中断,建议换网络,或使用 Windows PowerShell 的 BITS/curl 方式下载。 如果所有 Cloudflare 入口都打不开,说明当前网络到 Cloudflare 免费线路可能不可达,需要换网络,或等待国内高速镜像上线。 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" 更稳妥的方式: 下载自动下载校验脚本后运行,脚本默认最多尝试 3 次,支持 curl.exe 断点续传和 SHA256 校验。 https://download.aitoke.net/codex-windows-download-helper.ps1 powershell -ExecutionPolicy Bypass -File .\codex-windows-download-helper.ps1 文件信息: 文件名:codex-offline-26.519.5221.0-setup.exe 文件大小:402.1 MB / 402122571 bytes SHA256:1fb76e1d9f891dc58d7c2e074362f5a6174ad46421592531a17dcbf147620f53 下载后校验: Get-FileHash .\codex-offline-26.519.5221.0-setup.exe -Algorithm SHA256 安装失败继续看: https://blog.tcping.top/codex-windows-install-checklist.txt https://download.aitoke.net/codex-windows-install-checklist.txt 只读诊断脚本: https://blog.tcping.top/codex-windows-install-diagnose.ps1 https://download.aitoke.net/codex-windows-install-diagnose.ps1 安装后 API 配置: https://blog.tcping.top/aitoke-api-setup-checklist.txt https://download.aitoke.net/aitoke-api-setup-checklist.txt Aitoke 注册入口: https://aitoke.net/?utm_source=tcping-blog&utm_medium=codex-offline-download&utm_campaign=codex-windows-access-check 说明: 本站只做下载分流、文件校验和安装说明,不声称获得 OpenAI 或 Microsoft 的分发授权,也不代表双方存在正式合作关系。 当前公开页面只保留 Cloudflare R2 一个下载入口。部分国内网络可能仍会慢或打不开,建议换网络或使用脚本重试。