Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

keejkrej/CodexDesktop-Rebuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex Desktop Rebuild

Windows x64 Electron build for OpenAI Codex Desktop App.

Supported Platforms

Platform Architecture Status
Windows x64

Build

npm install
npm run patch:all
npm run build

Build note: install MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs in Visual Studio 2022 Build Tools.

Project Structure

├── 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

CI/CD

GitHub Actions builds only when a GitHub Release is published.

Credits

© OpenAI · Rebuild Contributors

License

This project rebuilds the Codex Desktop app for Windows x64 distribution. Original Codex CLI by OpenAI is licensed under Apache-2.0.

About

Codex Desktop App - Cross-platform Rebuild

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.9%
  • HTML 0.1%