dependabot[bot]andGitHub 3ab4fbc582 build(deps-dev): bump vite from 8.1.5 to 8.2.0
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.2.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-03 15:46:15 +00:00
2026-06-15 13:54:48 +07:00
2026-06-15 13:39:41 +07:00
2026-07-25 13:42:39 +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 03:50:18 +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-Presence-Relay

Mirrors Discord Rich Presence 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.

Screenshot

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-presence-relay-<version>.AppImage.

  2. Make it executable and run it:

    chmod +x discord-presence-relay-*.AppImage
    ./discord-presence-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-presence-relay-<version>.deb.

  2. Install it:

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

    discord-presence-relay
    

macOS (Homebrew)

brew tap yuzuzensai/discord-rpc-relay https://github.com/YuzuZensai/Discord-RPC-Relay
brew trust yuzuzensai/discord-rpc-relay
brew install --cask discord-presence-relay

brew trust is required once per tap, Homebrew blocks installing from third-party taps until you explicitly trust them.

The cask clears the Gatekeeper quarantine attribute automatically after install, so the app opens normally right away.

macOS (manual)

  1. Download discord-presence-relay-<version>.dmg and open it.
  2. Drag Discord Presence 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\ Presence\ 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%