github Wangnov/Codex-App-Manager v0.4.0

4 hours ago

Codex App Manager

给 Codex 桌面版换装:全新「皮肤」板块带来素材化 UI 主题、秒级热换肤与在线皮肤商店,管理器窗口也学会了展开成桌面工作台。
Dress up the Codex desktop app: a new Skins board brings asset-based UI themes, instant hot skin switching and an online skin store — and the manager window now expands into a desktop workbench.

✨ 亮点 · Highlights

  • 全新「皮肤」板块(macOS 先行):为官方 Codex 桌面版换上素材化 UI 皮肤——背景、图标、装饰层与配色整体换装。注入只发生在运行中的渲染进程,不改动 Codex 的任何文件与签名,关闭主题即回到原生外观。
    A new Skins board (macOS first): dress the official Codex desktop app in asset-based UI skins — backdrops, icons, chrome layers and palettes as one look. Injection happens only in the live renderer; no Codex file or signature is ever touched, and turning the theme off returns to stock.

  • 秒级热换肤,原生外观一起切:试穿、换肤、应用在 Codex 运行时直接热切换,连官方原生配色、代码高亮主题与亮暗模式都随皮肤即时联动,无需重启。试穿随时可还原;「完全恢复」把 config.toml 精确还原到你自己的原生设置,过程带事务与崩溃自恢复。
    Instant hot skin switching, native appearance included: try-on, switch and apply happen live while Codex runs — the official palette, code-highlighting theme and light/dark mode follow the skin instantly, no restart. Try-ons are always revertible, and Full Restore puts config.toml back to your own native settings exactly, guarded by a transaction with crash recovery.

  • 在线皮肤商店:内置商店对接 skins.agentsmirror.com,26 款认证皮肤支持截图预览、多字段搜索、一键安装与版本更新,下载全程 sha256 校验。皮肤生态由开放标准仓库 awesome-codex-skins 驱动,欢迎投稿。
    An online skin store: the built-in store talks to skins.agentsmirror.com — 26 certified skins with screenshot previews, multi-field search, one-click install and version updates, every download sha256-verified. The ecosystem is driven by the open-standard awesome-codex-skins repository; submissions welcome.

  • .codexskin 皮肤包:皮肤以单文件包分发,拖进窗口或点击导入即可安装;包内自带真实截图预览、作者、版本与验证元数据,导入前完成结构校验。
    The .codexskin package: skins ship as a single file — drop it on the window or click import; packages carry real-screenshot previews plus author/version/verification metadata and are structurally validated before install.

  • 桌面工作台形态:紧凑小窗一键展开为可自由缩放的桌面工作台——左侧导航栏、窗口最大化(按钮或双击标题栏)、拖拽调整并记住你的尺寸;皮肤画廊在宽窗下自动多列展示。
    A desktop workbench mode: the compact popover expands into a freely resizable workbench — navigation rail, window maximize (button or title-bar double-click), drag-to-resize with size memory, and the skin gallery flows into more columns on wider windows.

🐛 修复 · Fixes

  • 设置页恢复操作更清爽:安装恢复相关的控件重新编排,只在需要时出现对应操作,不再堆满整屏。
    Cleaner recovery controls in Settings: install-recovery actions are reorganized and only surface when applicable, instead of crowding the page.

📦 安装与升级 · 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(settings): simplify recovery controls by @Wangnov in #199
  • feat(shell): expanded workbench window mode with navigation rail by @Wangnov in #200
  • feat(themes): Codex UI theme engine with CDP injection and gallery by @Wangnov in #201
  • fix(themes): replace reqwest with a raw loopback HTTP reader in the CDP client by @Wangnov in #202
  • feat(themes): .codexskin delivery format — metadata, previews, import by @Wangnov in #203
  • feat(themes): online skin store wired to skins.agentsmirror.com by @Wangnov in #204
  • feat(themes): skin gallery polish — tabs, search, lightbox, single-action cards by @Wangnov in #205
  • fix(shell): workbench edge-to-edge, maximize permission, collapsed lists by @Wangnov in #206
  • fix(themes): store update tracking, double-click zoom, storage rows by @Wangnov in #208
  • chore(deps): refresh project dependencies by @Wangnov in #209
  • fix(themes): keep project icons themed across toggles by @Wangnov in #207
  • feat(themes): native theme apply as a recoverable transaction, hot-first by @Wangnov in #210
  • chore(release): bump version to 0.4.0 by @Wangnov in #211

Full Changelog: v0.3.3...v0.4.0

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

NewReleases is sending notifications on new releases.