Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Codex Desktop Rebuild

Cross-platform Electron build for OpenAI Codex Desktop App.

Supported Platforms

PlatformArchitectureStatus
macOSx64, arm64
Windowsx64
Linuxx64, 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

Credits

© OpenAI · Cometix Space

License

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

关于 About

Codex Desktop App - Cross-platform Rebuild

语言 Languages

JavaScript100.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
141
Total Commits
峰值: 30次/周
Less
More

核心贡献者 Contributors