This repository is a heavily modified, one-off derivative of:
It is intended for custom rebuild workflows, especially Windows rebuilds from DMG inputs.
- Upstream project:
Haleclipse/CodexDesktop-Rebuild(branch:master) - Upstream reference: https://github.com/Haleclipse/CodexDesktop-Rebuild
- Upstream contributor shown on repo: Haleclipse
- This repository is not affiliated with OpenAI or Cometix Space
See ATTRIBUTION.md for detailed attribution.
| Platform | Architecture | Status |
|---|---|---|
| macOS | x64, arm64 | Yes |
| Windows | x64 | Yes |
| Linux | x64, arm64 | Yes |
npm install
npm run buildPlatform-specific builds:
npm run build:mac-x64
npm run build:mac-arm64
npm run build:win-x64
npm run build:linux-x64
npm run build:linux-arm64npm.cmd run build:win-from-dmg -- --DmgPath .\Codex.dmgnpm run build:win-from-dmg -- --DmgPath .\Codex.dmgThis flow:
- extracts
app.asarandnotification.wavfrom the DMG - syncs app files into
src/.vite/buildandsrc/webview - applies patch scripts
- builds
win32-x64artifacts via Electron Forge
npm run dev