← Back to apps

🔨 Native Build Scripts

Recompile the Windows/Mac/Linux/Android native binaries with the current version number baked into the file. Use whichever path fits your workflow.

🚀 GitHub Actions (recommended)

Spin up Windows + Mac + Linux + Android runners on every push. Free for public repos, fast.

⬇ build.yml

Save to .github/workflows/build.yml in your repo. Add Android keystore as a secret.

💻 Windows local build

Double-click batch file in your project root. Needs Node 20+ and electron-builder.

⬇ build-windows.bat

🍎 Mac / 🐧 Linux local build

Shell script auto-detects OS and runs the right electron-builder target.

⬇ build-mac-or-linux.sh

📖 Full instructions

README.md

All scripts assume your project root has package.json with build:win, build:mac, build:linux scripts using electron-builder. Bump the version field before each build and it'll bake into the binary.