Release process
Repository-side flow
Section titled “Repository-side flow”- Build the application bundle with
npm run app:build. - Run
npm run app:releaseonly when the release commit is already available on the configured remote and release credentials are intentionally available. - Inspect the expected Apple Silicon macOS ZIP and DMG with
scripts/verify-release.sh. - Review the generated GitHub release draft and its assets before publishing.
The GitHub workflow contains Apple Silicon macOS, Linux x64, and Windows x64 build jobs. Its presence is not end-to-end compatibility, signing, notarization, or hardware validation evidence. Manual release checks remain required for every target published to users.

