A Discord RPC for showing the music you're listening to on Deezer (like the Spotify integration).
RPC doesn't show?- Updates instantly
- Shows the song title, the song artist(s), the album name and cover, and the song duration
- Add links to the song, the artist and the album, on the RPC
- Shows a "Listen on Deezer" button that opens the song on Deezer, if supported. You cannot see this button on your own profile due to Discord restrictions.
- Includes an in-app updater
- Hides the activity if no song is playing
- Includes an ad-blocker, so it can block Deezer ads, Google Analytics, Sentry requests...
- Supports songs, radios, personal songs (MP3s), podcasts
![]() RPC on profile |
![]() Tray menu. See below for options explanations |
You can install the deezer-discord-rpc-bin package from the AUR using your favorite AUR helper, such as yay or paru:
yay -S deezer-discord-rpc-binYou can install the app using Homebrew on macOS:
brew install --cask cutetenshii/stuff/deezer-discord-rpc| Platform | Download |
|---|---|
| Windows | |
| Debian/Ubuntu | |
| Fedora | |
.snap |
|
.AppImage |
|
| macOS (arm64, Apple Silicon) | |
| macOS (x64, Intel) |
- Clone the repository:
git clone https://github.com/CuteTenshii/deezer-discord-rpc - Install the dependencies with bun (package manager):
bun install - To build the app for release, run:
bun run build - If you want to run it in development mode, run:
bun run start
- Status name: The status that will show on Discord. For comparison, Spotify integration uses the artists.


- Tooltip text: The text that will show when you hover the Deezer tray icon.


- Don't close to tray: when closing the app, should it be completely closed (enabled) or kept running in the background? (default, disabled)
This project is licensed under the MIT License - see the LICENSE file for details.

