Cometix Space 已经发布 OpenAI Codex全平台桌面版

Cometix Space 已经发布 OpenAI Codex全平台桌面版

Codex Desktop Rebuild

Cross-platform Electron build for OpenAI Codex Desktop App.

Supported Platforms

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

Build

# Install dependencies
npm install

# Build for current platform
npm run build

# Build for specific platform
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 all platforms
npm run build:all
 

Development

npm run dev
 

Project Structure

├── src/
│   ├── .vite/build/     # Main process (Electron)
│   └── webview/         # Renderer (Frontend)
├── resources/
│   ├── electron.icns    # App icon
│   └── notification.wav # Sound
├── scripts/
│   └── patch-copyright.js
├── forge.config.js      # Electron Forge config
└── package.json
 

CI/CD

GitHub Actions automatically builds on:

  • Push to master
  • Tag v* → Creates draft release

各版本下载链接

https://github.com/Haleclipse/CodexDesktop-Rebuild/releases/tag/v1.0.0

Windows版本下载链接

https://github.com/Haleclipse/CodexDesktop-Rebuild/releases/download/v1.0.0/Codex-1.0.0.Setup.exe

 

Share this article