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

EXE download • 74.1 MB
One-click installer. SmartScreen may warn once — see the steps below.
No native Linux build yet, but you can still inspect the source code or run it via Node/Electron from the GitHub repository.
DMG • 91.2 MB
Apple Silicon (arm64). Signed, but not notarized — see the install steps below.
sha256 55296e5ce93976c015b13cc0f10fb12257b44383cbebd4ea1c29c30b9924d310
DMG • 98.8 MB
Intel Macs (x64). Signed, but not notarized — see the install steps below.
sha256 3e4320ac9494f6e134e44efd7c8367844a3b5b990d2a9c53ce1ff7a34f488b6d
EXE • 74.1 MB
One-click installer. SmartScreen may warn once — see the steps below.
sha256 ae9ee0612ad3745412527dfa55504f272448c7617dbe69448b649244970e1a3c
EXE • 69.2 MB
Only for older 32-bit Windows. If unsure, take the 64-bit build.
sha256 fac81030f606d77cabd3e5bd9bdcc10f61590789c592be1c8469508a7a3da61e
AppImage • 103 MB
Runs anywhere. chmod +x it, then launch — no install needed.
sha256 fadc0e0e31475e6e26f09c25d9c703b2be74b58521dc4fbdc13d743b323b6fdb
DEB • 71 MB
sudo apt install ./Aura-linux-amd64.deb
sha256 1abac21d9be1abfcb7dbf627ee797477680e1d69f9b8271714ec4cf91a7c1cb4
EXE • 143 MB
Bundles the 32- and 64-bit installers in one file. Larger; only useful for redistribution.
sha256 f26afb2a63958d1c8d36831515cbfe2cf90c37777b7b0e2868b8db49d73abf7b
ZIP • 87.9 MB
The .app without the disk image. Prefer the DMG unless you need this.
sha256 1634d91c1a3154c322506741b2f14f8a6a0517b957b52d369d92313463fa8a7d
ZIP • 95.5 MB
The .app without the disk image. Prefer the DMG unless you need this.
sha256 b941f31cdf4dda58ed3f8de352f93227bf97fce48735a3be4bfda2adbc615874
ZIP • 97.4 MB
Unpacked build. Prefer the AppImage unless you need this.
sha256 600f778328b669d178568d5f8f7abe32ad4a8d217d9355398bfcb93ef11abd52
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.
$ curl -fsSL https://unreleased.world/install.sh | shNever 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.
.exe.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.
.deb is available instead.chmod +x Aura-linux-x86_64.AppImagesudo apt install ./Aura-linux-amd64.debIf 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
Rich Presence updates in real time as you play, pause, or skip tracks on unreleased.world.
Shows the track name, artist, album context, and progress bar directly in your Discord profile.
Runs quietly in your tray, only syncing playback metadata needed for Discord Rich Presence. All code is public and auditable.
Download the exact source the current release was built from, as a ZIP archive.
Prefer tarballs? Grab the same source as a compressed tar.gz.
View all artifacts for this version (macOS, Windows, source code) on GitHub's release page.
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.