Download mStream Server

Version 6.25.0 · released 30 Aug 2026

Download for your platformPick it from the list

All platforms

PlatformInstallerPortable
Windowsx64 · Windows 10 or later.exe46 MB.zip72 MB
macOSApple Silicon (M1 and later).pkg86 MB.zip86 MB
macOSIntel.pkg80 MB.zip80 MB
Linuxx64.deb71 MB.rpm71 MB.zip83 MBmusl .zip64 MB
LinuxARM64 · Raspberry Pi 4/5 and other 64-bit boards.deb53 MB.rpm53 MB.zip65 MBmusl .zip49 MB

Every zip contains the desktop launcher and the headless mstream-server. The musl builds are fully static.

Other ways in

Dockerlinuxserver.io image · x86 & ARM
docker run -d \
  --name=mstream \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 3000:3000 \
  -v /path/to/mstream/data:/config \
  -v /path/to/music:/music \
  --restart unless-stopped \
  lscr.io/linuxserver/mstream:latest