Windows x64 Electron build for OpenAI Codex Desktop App.
| Platform | Architecture | Status |
|---|---|---|
| Windows | x64 | ✅ |
npm install
npm run patch:all
npm run buildBuild note: install MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs in Visual Studio 2022 Build Tools.
├── src/
│ ├── .vite/build/ # Main process (Electron)
│ └── webview/ # Renderer (Frontend)
├── resources/
│ ├── electron.icns # App icon
│ └── notification.wav # Sound
├── scripts/
│ ├── patch-process-polyfill.js
│ ├── patch-open-in-targets-win.js
│ ├── patch-terminal-pwsh-win.js
│ └── start-dev.js
├── forge.config.js # Electron Forge config
└── package.json
GitHub Actions builds only when a GitHub Release is published.
© OpenAI · Rebuild Contributors
- OpenAI Codex - Original Codex CLI (Apache-2.0)
- Rebuild project - Rebuild changes and packaging scripts
- Electron Forge - Build toolchain
This project rebuilds the Codex Desktop app for Windows x64 distribution. Original Codex CLI by OpenAI is licensed under Apache-2.0.