Skip to content

tinneua/CodexWindowsPort

Repository files navigation

Codex Desktop Rebuild (Custom Derivative)

This repository is a heavily modified, one-off derivative of:

It is intended for custom rebuild workflows, especially Windows rebuilds from DMG inputs.

Provenance

See ATTRIBUTION.md for detailed attribution.

Supported Platforms

Platform Architecture Status
macOS x64, arm64 Yes
Windows x64 Yes
Linux x64, arm64 Yes

Build

npm install
npm run build

Platform-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-arm64

Build Windows from DMG

npm.cmd run build:win-from-dmg -- --DmgPath .\Codex.dmg
npm run build:win-from-dmg -- --DmgPath .\Codex.dmg

This flow:

  • extracts app.asar and notification.wav from the DMG
  • syncs app files into src/.vite/build and src/webview
  • applies patch scripts
  • builds win32-x64 artifacts via Electron Forge

Development

npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors