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 OnCan Build For
macOSmacOS only
WindowsWindows only
LinuxLinux 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