The unofficial Codex installer OpenAI never shipped
Because OpenAI’s Codex desktop app ships without a proper cross-platform installer, this Rust-and-Tauri manager handles installation, incremental updates, and clean uninstalls, complete with mirrors that stay reachable from China.
What it does
Codex App Manager is essentially a dedicated package manager for a single application. It detects whether OpenAI’s official Codex desktop app is present on your machine, then plans and executes installs, incremental updates, and clean uninstalls without modifying the upstream payload. It also throws in a theme skinning engine and a one-click gallery for Codex cosmetics.
The interesting bit
The project’s real energy is spent on distribution plumbing: it mirrors official Codex packages through Cloudflare R2 and IHEP S3, auto-routes Chinese traffic to the domestic mirror, and verifies Sparkle EdDSA signatures byte-for-byte even after mirroring. That’s a lot of infrastructure for an app that is, at heart, a very elaborate wrapper.
Key highlights
- Incremental delta updates on macOS via Sparkle appcasts, with automatic rollback on failure.
- Self-updating manager via dual mirrors (R2 globally, IHEP S3 for China) with GitHub as a fallback.
- Built-in skin runtime that hot-swaps Codex themes without touching application files.
- Windows support covers both MSIX and portable installs, plus post-install health checks.
- Eleven-language UI with RTL support and GSAP-driven transitions.
Caveats
- Windows installer binaries currently lack Authenticode code signing, so SmartScreen warnings are likely; the project notes a SignPath Foundation application is pending.
- It is explicitly unofficial and does not replace OpenAI or Microsoft Store distribution channels.
Verdict
Worth a look if you use Codex daily and want automated updates without wrestling the Microsoft Store or GitHub releases—especially if you’re in a region where GitHub is slow. If you already have a smooth update flow, this is probably overkill.
Frequently asked
- What is Wangnov/Codex-App-Manager?
- Because OpenAI’s Codex desktop app ships without a proper cross-platform installer, this Rust-and-Tauri manager handles installation, incremental updates, and clean uninstalls, complete with mirrors that stay reachable from China.
- Is Codex-App-Manager open source?
- Yes — Wangnov/Codex-App-Manager is open source, released under the MIT license.
- What language is Codex-App-Manager written in?
- Wangnov/Codex-App-Manager is primarily written in Rust.
- How popular is Codex-App-Manager?
- Wangnov/Codex-App-Manager has 511 stars on GitHub.
- Where can I find Codex-App-Manager?
- Wangnov/Codex-App-Manager is on GitHub at https://github.com/Wangnov/Codex-App-Manager.