https://github.com/ThatOneCalculator/DiscordRPCMaker
The best way to make and manage custom Discord Rich Presences with buttons!
https://github.com/ThatOneCalculator/DiscordRPCMaker
css discord discord-api discord-js discord-rich-presence discord-rpc electron electron-builder fosscord gui javascript js linux macos node-js nodejs rpc windows
Last synced: about 1 month ago
JSON representation
The best way to make and manage custom Discord Rich Presences with buttons!
- Host: GitHub
- URL: https://github.com/ThatOneCalculator/DiscordRPCMaker
- Owner: ThatOneCalculator
- License: mpl-2.0
- Archived: true
- Created: 2021-01-16T07:02:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T16:08:59.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T08:41:24.828Z (7 months ago)
- Topics: css, discord, discord-api, discord-js, discord-rich-presence, discord-rpc, electron, electron-builder, fosscord, gui, javascript, js, linux, macos, node-js, nodejs, rpc, windows
- Language: HTML
- Homepage: https://drpcm.t1c.dev
- Size: 57 MB
- Stars: 1,056
- Watchers: 23
- Forks: 115
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ Warning
This project is now archived. If you want to check out my other projects, head over to https://calckey.org
## ⬇️ Scroll down for install instructions! ⬇️
[](https://discord.gg/Z7UZPR3bbW)
[](https://github.com/thatonecalculator/discordrpcmaker)
[](https://buymeacoffee.com/that1calculator)
[](https://www.npmjs.com/discordrpcmaker)
[](https://github.com/ThatOneCalculator/DiscordRPCMaker/releases)

[](https://discord.gg/Z7UZPR3bbW)
## Features
- [x] Clickable buttons!
- [x] Make and manage multiple presences
- [x] Clean and lightweight UI
- [x] Clear instructions
- [x] Optional timer
- [x] Custom, simplified developer portal
- [x] Easy installers for Windows, macOS, and Linux
- [x] Export presences and share with friends
- [x] Multiple themes
- [x] Cross-platform system tray support
- [x] Auto-update
- [x] Pywal support
- [x] AUR Package
- [x] CLI support
- [x] Autostart
- [ ] Code signing on Windows (soon)
- [ ] Translations (soon)
- [ ] Hotkeys (soon)
- [ ] Online sharing (future)---
## Install
###### Version 2.1.1#### [Windows ](https://github.com/ThatOneCalculator/DiscordRPCMaker/releases/download/v2.1.1/discordrpcmaker-windows.exe)
- Download the exe, click More Info > Run Anyway > Open Discord RPC Maker from the desktop shortcut or start menu
#### [Winget ](https://winstall.app/apps/ThatOneCalculator.DiscordRPCMaker)
- `winget install --id=ThatOneCalculator.DiscordRPCMaker -e`
---
#### [macOS ](https://github.com/ThatOneCalculator/DiscordRPCMaker/releases/download/v2.1.1/discordrpcmaker-macos.dmg)
- Download & mount the dmg, drag Discord RPC Maker into the Applications folder > Double click on Applications folder > Right click Discord RPC Maker > Open > Open
---
#### [AppImage (all Linux distros)  ](https://github.com/ThatOneCalculator/DiscordRPCMaker/releases/download/v2.1.1/discordrpcmaker-linux.appimage)
- Download and run. Easy!
#### [AUR package (discordrpcmaker)](https://aur.archlinux.org/packages/discordrpcmaker/) 
- `yay -S discordrpcmaker` (replace `yay` with your AUR helper of choice).
#### [.deb (Ubuntu/Debian based Linux distros)  ](https://github.com/ThatOneCalculator/DiscordRPCMaker/releases/download/v2.1.1/discordrpcmaker-linux.deb)
- Download, `sudo apt install /path/to/discordrpcmaker-linux.deb` or open with GDebi/Eddy.
#### [.rpm (RedHat based Linux distros) ](https://github.com/ThatOneCalculator/DiscordRPCMaker/releases/download/v2.1.1/discordrpcmaker-linux.rpm)
- Download, `sudo rpm -i /path/to/discordrpcmaker-linux.rpm` (does not support openSUSE).
#### [Tarball (all Linux distros) ](https://github.com/ThatOneCalculator/DiscordRPCMaker/releases/download/v2.1.1/discordrpcmaker-linux.tar.gz)
- Download, `tar -xvf /path/to/discordrpcmaker-linux.tar.gz` > Run: `discordrpcmaker-2.1.1/discordrpcmaker`; To install, `mv ./discordrpcmaker-2.1.1 /bin/drpcm && ln -s /bin/drpcm/discordrpcmaker /bin/discordrpcmaker`, and run `discordrpcmaker`.
---
#### From source 
###### ⚠ Don't do this unless you intend to modify the code!
- Install NodeJS/NPM, Yarn, & Electron
- `git clone https://github.com/thatonecalculator/discordrpcmaker && cd discordrpcmaker && yarn install && npm run start`---
## Supporters
You can [](https://buymeacoffee.com/that1calculator) to get your name here!- [**JusticeServ**](https://github.com/justiceserv)
- [**KingParity**](https://twitter.com/KingParity)
- [**Dylan Stone**](https://twitter.com/notDylanstone)
- [**Lil Fox YT**](https://twitter.com/TMBF_YT)
- [**Jorc0**](https://twitter.com/Jorcus334)
- [**Funnion**](https://nion.fun/)
- [**TheKFCBandit**](https://thekfcbandit.ca/)
- [**EmiIy**](https://www.kawaiilista.com/)---
## Still need help, or just want to chat?
[Open a new issue here](https://github.com/ThatOneCalculator/DiscordRPCMaker/issues) or [join the Discord!](https://discord.gg/Z7UZPR3bbW)Made by [ThatOneCalculator](https://t1c.dev) and [KraXen72](https://github.com/kraxen72). Not officially affiliated with Discord. Thank you [discord.js](https://github.com/discordjs/rpc/), [electron-builder](https://electron.build), [fosscord-ui](https://github.com/fosscord/fosscord-ui), and all our lovely stargazers, helpers, translators, and users for making this project possible. Full credits are in the Instructions & Info menu in the program.