Prerequisites
- Node.js 18+
- npm or yarn
- Platform-specific build tools (see below)
Build Commands
- Windows
- macOS
- Linux
.exe installer and portable executable in the dist/ directory.Icons
Application icons are located in thebuild/ directory:
| Platform | File | Format |
|---|---|---|
| Windows | icon.ico | ICO (256x256) |
| macOS | icon.icns | ICNS |
| Linux | icon.png | PNG (512x512) |
CI/CD Workflow
Claude Board includes a GitHub Actions workflow for automated builds:- Checks out the repository
- Installs dependencies
- Builds the React frontend
- Packages with Electron Builder
- Uploads installers as release assets
Development Mode
For local development without building an installer:Cross-compilation (e.g., building macOS on Windows) is not supported by Electron Builder. Use the CI/CD workflow or a matching build machine.