/Discord-M1

A Discord app for M1 Macs made with nativefier

Primary LanguageJavaScript

DISCONTINUED

Discord Canary now includes official ARM support, please use that instead as this repo will no longer be maintained.

Discord-M1

An ARM64 native Discord desktop app for M1 Macs

Based on my apple-music-electron project for Linux.

Building from source

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

  1. Clone project

$ git clone https://github.com/17hoehbr/Discord-M1.git

  1. Navigate to folder

$ cd Discord-M1

  1. Install dependencies

$ yarn install

  1. Compile

$ yarn dist

Alternatively you can run the app directly from source using $ yarn start

Credits

Made with Electron-Builder.