Custom Discord RPC with modern interface :3 (sorry i had no idea for name)
Windows Users:
- Download the latest
.exe
release. - Run the installer.
- Launch Sigma Presence.
- Input your Discord application's Client ID.
- Customize your presence details.
- Click "Start RPC" and you're all set!
or compile from source:
- Clone repository.
- Install packages
npm i
- Start it!
npm start
Mac and Linux Users:
- Download source code.
- Open your terminal.
- Compile from Source:
- Use the
electron-build
package:- For Linux:
electron-build --linux
- For Mac:
electron-build --mac
- For Linux:
- Use the
- Alternatively, run in development mode:
npm start
Enjoy :)