Production Build
January 27, 2026 ยท View on GitHub
Guide for building Voiden for distribution.
Prerequisites
- Complete all Fresh Install steps
- Build all packages first:
yarn workspace @voiden/core-extensions build
Building the App
Navigate to the Electron app directory:
cd apps/electron
macOS (Apple Silicon)
yarn make --arch=arm64
macOS (Intel)
yarn make --arch=x64
Windows
yarn make
Linux
yarn make
Build Output
The distributable files will be located in:
apps/electron/out/make/
Platform Limitations
Important: Builds are platform-dependent. You can only build for the OS you are currently running on.
| Building On | Can Build For |
|---|---|
| macOS | macOS only |
| Windows | Windows only |
| Linux | Linux only |
Cross-platform builds are not supported. To build for multiple platforms, you need to run the build process on each respective operating system.
Publishing
To publish to S3 (requires credentials):
cd apps/electron
yarn make:publish