To build the app on Mac, you will need to have Node/NPM, and Rust installed, as well as the Xcode command line tools (xcode-select --install)
npm install
npm run gen:icons
# Build the app for current architecture
npm run build:mac
# Build for Mac Universal
npm run build:universal
# Run in dev mode
npm run dev