An ARM64 native Discord desktop app for M1 Macs
Based on my apple-music-electron project for Linux.
Requirements: Have Xcode installed
Be sure to install Node.JS via https://nodejs.org/
Install YARN https://classic.yarnpkg.com/en/docs/install
You can install also YARN via the brew package manager with brew install yarn
- Clone project
$ git clone https://github.com/17hoehbr/Discord-M1.git
- Navigate to folder
$ cd Discord-M1
- Install dependencies
$ yarn install
- Compile
$ yarn dist
Alternatively you can run the app directly from source using
$ yarn start
Made with Electron-Builder.