dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
209da80f69 📦 build(deps-dev): bump electron from 42.4.0 to 43.1.0 (#10)
Bumps [electron](https://github.com/electron/electron) from 42.4.0 to 43.1.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v42.4.0...v43.1.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-12 17:48:05 +07:00
2026-06-16 03:44:02 +07:00
2026-06-15 13:54:48 +07:00
2026-06-15 13:39:41 +07:00
2026-06-15 13:39:41 +07:00
2026-06-15 13:39:41 +07:00
2026-06-15 13:39:41 +07:00
2026-06-15 13:39:41 +07:00
2026-06-15 13:39:41 +07:00
2026-06-16 01:20:17 +07:00
2026-06-15 13:39:41 +07:00
2026-06-16 03:50:18 +07:00
2026-06-16 03:26:24 +07:00
2026-06-15 13:39:41 +07:00
2026-06-15 13:39:41 +07:00
2026-06-15 13:39:41 +07:00

Discord RPC Relay

Screenshot

Mirrors Discord Rich Presence (RPC) activity to every running Discord instance (stable, PTB, Canary, ...), so apps that only connect to the primary discord-ipc-0 socket show their presence everywhere.

It works by taking over discord-ipc-0, passing all traffic through to the real primary instance unchanged, and forwarding the handshake and SET_ACTIVITY frames to the other detected instances.

Linux and macOS only.

Install

Download the latest build for your platform from the Releases page.

Linux (AppImage)

  1. Download discord-rpc-relay-<version>.AppImage.

  2. Make it executable and run it:

    chmod +x discord-rpc-relay-*.AppImage
    ./discord-rpc-relay-*.AppImage
    

The app runs from the tray. To launch it automatically and have it appear in your application menu, move it somewhere permanent (e.g. ~/Applications/) and create a desktop entry, or enable "Start on login" from the app's settings once it's running.

Linux (.deb)

  1. Download discord-rpc-relay-<version>.deb.

  2. Install it:

    sudo apt install ./discord-rpc-relay-*.deb
    
  3. Launch it from your application menu ("Discord RPC Relay"), or from a terminal:

    discord-rpc-relay
    

macOS

  1. Download discord-rpc-relay-<version>.dmg and open it.
  2. Drag Discord RPC Relay into the Applications folder.
  3. Clear the Gatekeeper quarantine attribute before first launch (see below), then open the app from Applications/Launchpad/Spotlight as usual.

The app runs in the menu bar. Subsequent launches don't need the Gatekeeper step again.

macOS Gatekeeper

The macOS build isn't signed/notarized, so Gatekeeper will quarantine it and refuse to open it ("app is damaged and can't be opened" / "unidentified developer"). After installing, clear the quarantine attribute from the Terminal:

xattr -cr /Applications/Discord\ RPC\ Relay.app

Then open the app normally.

Development

pnpm install
pnpm dev

Build

pnpm build:linux
pnpm build:mac
pnpm build:win
S
Description
🪩 Mirrors Discord Rich Presence activity to every running Discord instance
Readme MIT
680 KiB
1.2.0
Latest
2026-07-25 06:42:39 +00:00
Languages
TypeScript 95.6%
JavaScript 2.2%
Ruby 1.4%
HTML 0.7%