| Platform | Installer | Portable |
|---|---|---|
| Windowsx64 · Windows 10 or laterthis device | .exe42 MB | .zip63 MB |
| macOSApple Silicon (M1 and later)this device | .pkg47 MB | .zip47 MB |
| macOSIntelthis device | .pkg40 MB | .zip40 MB |
| Linuxx64this device | .deb63 MB.rpm63 MB | .zip73 MBmusl .zip65 MB |
| LinuxARM64 · Raspberry Pi 4/5 and other 64-bit boardsthis device | .deb46 MB.rpm46 MB | .zip56 MBmusl .zip50 MB |
Every zip contains the desktop launcher and the headless mstream-server. The musl builds are fully static.
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:latestcurl -fsSL https://raw.githubusercontent.com/IrosTheBeggar/mStream/master/install.sh | shirm https://raw.githubusercontent.com/IrosTheBeggar/mStream/master/install.ps1 | iexgit clone https://github.com/IrosTheBeggar/mStream
cd mStream
npm run wizard