Skip to main content
Version: v2.33.1

Installation

Muorg works in two modes:

  • Local — music files live on your own machine; no remote server needed.
  • Online — connect to a remote muorg-server (e.g. on a NAS) where your music files are stored.

Desktop App

Download the latest installer from the Releases page:

PlatformFile
macOS (Apple Silicon)Muorg_*_aarch64.dmg
macOS (Intel)Muorg_*_x86_64.dmg
WindowsMuorg_*_x64-setup.exe
Linux (Debian/Ubuntu)muorg_*_amd64.deb
Linux (AppImage)Muorg_*_amd64.AppImage

Android App

Download the APK from the Android release — it's published as a separate "Muorg Android" release (muorg-<version>.apk):

  • On your phone, open the Muorg Android release and download the .apk file.
  • Allow installation from unknown sources when prompted (the APK is not on Google Play).
  • Open the downloaded file to install, then connect to your server or start streaming.

Server (Docker)

curl -O https://raw.githubusercontent.com/Nergy101/Muorg/main/server/docker-compose.yml
curl -O https://raw.githubusercontent.com/Nergy101/Muorg/main/server/muorg-server.example.toml
cp muorg-server.example.toml muorg-server.toml
# Edit muorg-server.toml — set api_key and content_paths
docker compose up -d