deluan/navidrome
Navidrome Music Server 
Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It’s like your personal Spotify!
Any feedback is welcome! If you need/want a new feature, find a bug or think of any way to improve Navidrome, please file a GitHub issue or join the discussion in our Subreddit. If you want to contribute to the project in any other way (ui/backend dev, translations, themes), please join the chat in our Discord server.
Features
- Handles very large music collections
- Streams virtually any audio format available
- Reads and uses all your beautifully curated metadata (id3 tags)
- Multi-user, each user has their own play counts, playlists, favourites, etc..
- Very low resource usage: Ex: with a library of 300GB (~29000 songs), it uses less than 50MB of RAM
- Multi-platform, runs on macOS, Linux and Windows. Docker images are also provided
- Ready to use Raspberry Pi binaries and docker images available
- Automatically monitors your library for changes, importing new files and reloading new metadata
- Themeable, modern and responsive Web interface based on Material UI, to manage users and browse your library
- Compatible with all Subsonic/Madsonic/Airsonic clients. Check out the list of tested clients
- Transcoding/Downsampling on-the-fly. Can be set per user/player. Opus encoding is supported
- Integrated music player
Demo Site
To see Navidrome in action, check out our live demo
Hosting
If you plan to host Navidrome in the cloud, a great option is to get a virtual server at BuyVM. Their service is Docker-friendly and they have plans that start at $2/month! If you decide to sign up, please consider using our affliliate link, to help support the project <3
Road map
For information about upcoming features, take a look at the project’s road map
Docker usage
Docker images are available for linux/amd64, linux/arm/v7 and linux/arm64. They include everything needed
to run Navidrome. Example of usage with Compose:
# This is just an example. Customize it to your needs.
version: "3"
services:
navidrome:
image: deluan/navidrome:latest
ports:
- "4533:4533"
environment:
# Optional: put your config options customization here. Examples:
ND_SCANSCHEDULE: 1h
ND_LOGLEVEL: info
ND_BASEURL: ""
volumes:
- "./data:/data"
- "/path/to/your/music/folder:/music:ro"To get the cutting-edge, latest version from master, use the image deluan/navidrome:develop
For more details, please head to our (ever improving) documentation site.
Screenshots

Subsonic API Version Compatibility
Check the up to date compatibility table for the latest Subsonic features available.
