Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (22 loc) · 956 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 956 Bytes

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.