Discord Rich Presence

Show what you're listening to on unreleased.world directly on your Discord profile. Open source, built and published via GitHub.

Now Playing - Discord Rich Presence
Recommended for your desktop

Windows (64-bit)

EXE download • 74.1 MB

One-click installer. SmartScreen may warn once — see the steps below.

Built by GitHub Actions • Artifacts hosted on GitHub Releases

No native Linux build yet, but you can still inspect the source code or run it via Node/Electron from the GitHub repository.

All Downloads (GitHub hosted)

macOS (Apple Silicon · M-series)

DMG • 91.2 MB

Apple Silicon (arm64). Signed, but not notarized — see the install steps below.

sha256 55296e5ce93976c015b13cc0f10fb12257b44383cbebd4ea1c29c30b9924d310

macOS (Intel)

DMG • 98.8 MB

Intel Macs (x64). Signed, but not notarized — see the install steps below.

sha256 3e4320ac9494f6e134e44efd7c8367844a3b5b990d2a9c53ce1ff7a34f488b6d

Windows (64-bit)

EXE • 74.1 MB

One-click installer. SmartScreen may warn once — see the steps below.

sha256 ae9ee0612ad3745412527dfa55504f272448c7617dbe69448b649244970e1a3c

Windows (32-bit)

EXE • 69.2 MB

Only for older 32-bit Windows. If unsure, take the 64-bit build.

sha256 fac81030f606d77cabd3e5bd9bdcc10f61590789c592be1c8469508a7a3da61e

Linux (AppImage)

AppImage • 103 MB

Runs anywhere. chmod +x it, then launch — no install needed.

sha256 fadc0e0e31475e6e26f09c25d9c703b2be74b58521dc4fbdc13d743b323b6fdb

Linux (Debian / Ubuntu)

DEB • 71 MB

sudo apt install ./Aura-linux-amd64.deb

sha256 1abac21d9be1abfcb7dbf627ee797477680e1d69f9b8271714ec4cf91a7c1cb4

Windows (both architectures)

EXE • 143 MB

Bundles the 32- and 64-bit installers in one file. Larger; only useful for redistribution.

sha256 f26afb2a63958d1c8d36831515cbfe2cf90c37777b7b0e2868b8db49d73abf7b

macOS (Apple Silicon) — archive

ZIP • 87.9 MB

The .app without the disk image. Prefer the DMG unless you need this.

sha256 1634d91c1a3154c322506741b2f14f8a6a0517b957b52d369d92313463fa8a7d

macOS (Intel) — archive

ZIP • 95.5 MB

The .app without the disk image. Prefer the DMG unless you need this.

sha256 b941f31cdf4dda58ed3f8de352f93227bf97fce48735a3be4bfda2adbc615874

Linux — archive

ZIP • 97.4 MB

Unpacked build. Prefer the AppImage unless you need this.

sha256 600f778328b669d178568d5f8f7abe32ad4a8d217d9355398bfcb93ef11abd52

All binaries are built from this repository and published as artifacts on .

Installation

Install on macOS

Works on Apple Silicon (M1–M4) and Intel.

No security warnings with this method. It downloads, verifies the app's signature, installs it, and opens it — about ten seconds, no clicking through System Settings.

  1. 1.Open Terminal — press ⌘ Space, type “Terminal”, hit Return.
  2. 2.Paste this and press Return:
    $ curl -fsSL https://unreleased.world/install.sh | sh
  3. 3.That's it — the app installs and opens itself.

Never paste a command you can't read. Read the script first — it's short, commented, and only writes to your Applications folder. It also refuses to install if the app's signature doesn't check out.

Windows

  1. 1.Download the installer using the button above.
  2. 2.Run the downloaded .exe.
  3. 3.If SmartScreen appears, click "More info" → "Run anyway".
  4. 4.Complete the setup wizard and launch the app.

The Windows build is unsigned, so SmartScreen may warn once. Every installer is built in public from this GitHub repository — you can read the workflow and the source that produced it.

Linux

  1. 1.Take the AppImage — it runs on any distribution. On Debian or Ubuntu the .deb is available instead.
  2. 2.AppImage: mark it executable, then run it.chmod +x Aura-linux-x86_64.AppImage
  3. 3.Or install the package:sudo apt install ./Aura-linux-amd64.deb
  4. 4.Launch it with the Discord desktop app running.

If Discord itself came from Flatpak, its RPC socket lives inside the sandbox and the app cannot see it. Link it out once:ln -sf $XDG_RUNTIME_DIR/app/com.discordapp.Discord/discord-ipc-0 $XDG_RUNTIME_DIR/discord-ipc-0

Features

Live Playback

Rich Presence updates in real time as you play, pause, or skip tracks on unreleased.world.

Album Art & Context

Shows the track name, artist, album context, and progress bar directly in your Discord profile.

Lightweight & Private

Runs quietly in your tray, only syncing playback metadata needed for Discord Rich Presence. All code is public and auditable.

Source code & verification

Source (.zip)

Download the exact source the current release was built from, as a ZIP archive.

Source (.tar.gz)

Prefer tarballs? Grab the same source as a compressed tar.gz.

GitHub Releases

View all artifacts for this version (macOS, Windows, source code) on GitHub's release page.

Open Source Electron helper
Built from the electron-helper folder in this repo.

All workflows live in the .github folder, which is public like the rest of the repo. Anyone can verify how binaries are built and exactly what code is running.