github Wangnov/Codex-App-Manager v0.4.1

4 hours ago

Codex App Manager

跟上 Codex 26.715 的 ChatGPT 改名:皮肤的风格化标志按 Codex 版本自动匹配,新版显示重制的单行「ChatGPT」标志,旧版仍显示原「ChatGPT WORK」标志。
Keeping up with Codex 26.715's ChatGPT rebrand: a skin's styled wordmark now matches the running Codex version — newer builds show a regenerated single-line "ChatGPT" logo, older ones still show the original "ChatGPT WORK" logo.

🐛 修复 · Fixes

  • 适配 Codex 26.715 的工作区标志改名:Codex 26.715 起把工作区标志从「ChatGPT 工作 / ChatGPT Work」精简为「ChatGPT」,皮肤原本按双行「ChatGPT WORK」绘制的风格化标志因此对不上、无法显示。管理器现在在渲染进程内识别 Codex 版本,按版本挑选对应素材——26.715+ 显示重新生成的单行「ChatGPT」标志,≤26.707 仍显示原「ChatGPT WORK」标志,同一套皮肤对新旧 Codex 都正确
    Adapt to Codex 26.715's workspace-wordmark rename: from 26.715 the workspace title shrank from "ChatGPT 工作 / ChatGPT Work" to a bare "ChatGPT", so a skin's styled logo — drawn for the two-line "ChatGPT WORK" — no longer matched and stopped showing. The manager now detects the Codex version in the renderer and serves the version-appropriate art: 26.715+ shows a regenerated single-line "ChatGPT" logo, ≤26.707 still shows the original "ChatGPT WORK" logo, so one skin package renders correctly on both old and new Codex.

  • 在线商店 26 款皮肤同步重制标志:商店全部认证皮肤已更新到 v1.2.0,每套都随包附带重新生成的单行「ChatGPT」标志,并保留原标志向后兼容——在皮肤页更新即可。
    Store skins refreshed with the new logos: all 26 certified store skins are bumped to v1.2.0, each shipping the regenerated single-line "ChatGPT" logo alongside the original for backward compatibility — just update from the Skins board.

  • 修复皮肤把桌面宠物染成不透明方块:Codex 的桌面宠物是独立的透明浮层窗口,却和主界面共用 app:// 地址与 Codex 标题,此前换肤会把它当成普通界面一起注入——给浮层加上背景色后,原本透明的宠物就变成一块不透明的实心矩形。管理器现在会识别并跳过宠物浮层渲染器,宠物保持透明,皮肤只作用于主界面。
    Skins no longer paint the desktop pet into an opaque block: Codex's desktop pet is a standalone transparent overlay window that happens to share the app:// scheme and Codex title with the main shell, so theming used to inject into it too — and a background color turned the transparent overlay into a solid rectangle. The manager now detects and skips pet overlay renderers, keeping the pet transparent while the skin applies only to the main UI.

  • 消除换肤时闪出的 curl 控制台黑窗(Windows):管理器是 GUI 程序,但拉取皮肤目录和预览要调用系统 curl,此前在 Windows 上每次请求都会弹出一个可见的 curl.exe 控制台黑窗。这些调用现在带上 CREATE_NO_WINDOW 标志静默执行,浏览皮肤商店不再闪黑框。
    No more curl console flashes while theming (Windows): the manager is a GUI app but shells out to system curl to fetch the skin catalog and previews, and on Windows every request used to pop a visible curl.exe console window. Those calls now carry the CREATE_NO_WINDOW flag and run silently, so browsing the Skins board no longer flashes black boxes.

  • 更新后不再擅自拉起已关闭的 Codex(Windows):Windows 更新流程会启动一次 Codex 做安装健康检查,此前无论更新前 Codex 是否在运行,这个检查进程都会被保留下来,于是更新前明明关着的 Codex 会在更新后被强行打开。管理器现在会先探测 Codex 的运行状态:原本开着的更新后继续保持打开,原本关着的在健康检查后连整个 Electron 进程树一并关闭。
    Updates no longer force-open a Codex you had closed (Windows): the Windows update flow launches Codex once as an install health check, and it used to keep that process alive no matter whether Codex was running beforehand — so a Codex you had closed would reappear after updating. The manager now probes Codex's run state first: one that was open stays open, and one that was closed has its whole Electron process tree shut down after the health check.

📦 安装与升级 · 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

  • fix(themes): exclude pet renderers from injection by @Wangnov in #215
  • fix(windows): hide theme curl console windows by @Wangnov in #213
  • fix(windows): preserve Codex run state after updates by @Wangnov in #214
  • chore(release): bump version to 0.4.1 by @Wangnov in #216

Full Changelog: v0.4.0...v0.4.1

Don't miss a new Codex-App-Manager release

NewReleases is sending notifications on new releases.