Skip to content

v0.5.5

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 05:20
Immutable release. Only release title and notes can be modified.
7f4e11a

Codex App Manager

管理器长期打开时也能发现自身更新,首页手动检查同时检查 Codex 与管理器。
Manager updates are now detected while the app stays open, and the home screen's manual check covers both Codex and Manager.

🐛 修复 · Fixes

  • 不重启也能收到管理器更新横幅:管理器自身更新接入现有周期检查,沿用设置中的开关与时间间隔;修改设置后立即调整检查计划,不再只在启动时检查一次。
    Manager update banners no longer require a restart: self-update checks now follow the existing periodic-check toggle and interval, with schedule changes taking effect as soon as settings are saved.

  • 首页“重新检查”同时检查两种更新:macOS 和 Windows 首页都会并行检查 Codex 与管理器,即使关闭自动检查也可手动发现管理器新版;其中一项检查失败不会遮蔽另一项的结果。
    The home screen's manual check now checks Codex and Manager in parallel on both macOS and Windows, even when automatic checks are disabled. A failure in one check does not hide the other's result.

  • 更新提示更稳定:重复检查会合并请求,临时断网不会清掉已发现的更新;确认或安装管理器更新期间,后台检查不会替换正在确认的版本。
    More stable update prompts: overlapping checks share one request, temporary connection failures preserve known updates, and background checks cannot replace a version being confirmed or installed.

📦 安装与升级 · Install & Upgrade

已经安装? 打开应用即可收到本次更新——macOS 只下载版本间的增量,校验失败自动回滚。
Already installed? The app offers this update in-app — macOS pulls only the delta, with automatic rollback.

平台 · Platform 下载 · Download(国内直连 · China-reachable)
macOS · Apple Silicon CodexAppManager_aarch64.dmg
macOS · Intel CodexAppManager_x86_64.dmg
Windows · x64 CodexAppManager_x64-setup.exe
Windows · ARM64 CodexAppManager_arm64-setup.exe

Windows 签名状态: 本版 CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe 没有 Authenticode 代码签名,首次运行可能出现 SmartScreen 提示;.sig / latest.json 的 Tauri updater 签名只校验更新字节,不代表 Windows 发行者身份。SignPath Foundation 申请仍在审核。参见 代码签名政策Windows signing and verification
Windows signing status: This release's CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe are not Authenticode-signed, so SmartScreen may warn on first run. The Tauri updater signature in .sig / latest.json verifies update bytes only and is not Windows publisher identity. The SignPath Foundation application is pending. See the code signing policy and Windows signing and verification.

隐私 · Privacy: 隐私政策 · Privacy policy

核验下载: 本页 Assets 带有 SHA256SUMS;Windows 用 Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 或替换为 ARM64 文件名,macOS 用 shasum -a 256 CodexAppManager_aarch64.dmg,再与 SHA256SUMS 比对。
Verify downloads: This release includes SHA256SUMS in Assets; on Windows run Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 or swap in the ARM64 filename, and on macOS run shasum -a 256 CodexAppManager_aarch64.dmg, then compare with SHA256SUMS.

# macOS · Homebrew
brew install --cask wangnov/tap/codex-app-manager

镜像直链恒指向最新版本;如需本页对应的历史版本,请使用下方 Assets。.app.tar.gz / .sig / latest.json 是自动更新器的工件,手动安装请选 .dmg / .exe
Mirror permalinks always resolve to the latest release — for this exact version use the assets below. .app.tar.gz / .sig / latest.json belong to the auto-updater; pick the .dmg / .exe for manual installs.

What's Changed

Full Changelog: v0.5.4...v0.5.5