Discord Richer Presence is an advanced tool built on top of Electron and Vue to customize the Discord Rich Presence status
You can download the Windows installer from the official website or the releases page
Support for Linux and Mac is not yet available
If you want to build the application yourself from the source please check the Source section
Only follow this section if you want to debug and/or build the application from the source
git clone https://github.com/DavG25/discord-richer-presence.git
Use Node version 14.14.0
(this will be changed in the future)
npm install
npm run serve
npm run vue
npm run electron
npm run lint
npm run fix
npm run build