Sonerezh alternatives and similar software solutions
Based on the "Audio Streaming" category.
Alternatively, view Sonerezh alternatives based on common mentions on social networks and blogs.
-
musikcube
a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++ -
Ampache
A web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device. -
AzuraCast
A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations. -
Airsonic
DISCONTINUED. :satellite: :cloud: :notes:Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic) -
cloudtunes
Web-based music player for the cloud :cloud: :notes: Play music from YouTube, Dropbox, etc. -
Polaris
Polaris is a music streaming application, designed to let you enjoy your music collection from any computer or mobile device. -
Libresonic
DISCONTINUED. Open-source web-based media streamer and jukebox. A fork of Subsonic's last open-source release, before it switched licenses. -
CherryMusic
Stream your own music collection to all your devices! The easy to use free and open-source music streaming server. -
Airtime
Airtime is Sourcefabric’s open source radio software for scheduling and remote station management. Airtime provides a reliable audio playout with sub-second precision, an improved interface with modern usability features, advanced user management supporting roles and a Google-style calendar to schedule and move shows and playlists. -
Icecast
Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues -
Audioserve
Simple personal server to serve audiofiles files from folders. Intended primarily for audio books, but anything with decent folder structure will do. -
Music Browser
Music Browser is a light-weight web-based browser and streamer for your music collection. It is runs on most operating systems, and is light enough to run flawlessly on NAS devices. -
ThRadio
A simple and self-hosted web radio management, inspired by AzuraCast. Developed with Typescript -
Icecast 2
streaming audio server which can be used to create an Internet radio station or a privately running jukebox and many things in between.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Sonerezh or a related project?
README
Sonerezh
Sonerezh is a self-hosted web application which allows you to listen to your music, from anywhere.
All you have to do is to specify where your music is stored, and Sonerezh will build its database based on the audio file's metadata. Then you can browse your music library through a simple and intuitive Web UI.
:arrow_right: Let's try the latest version on sonerezh.bzh/demo!
Follow us on Twitter if you like the project, and don't forget to support it making a donation.
The standard installation instruction are available in the documentation on sonerezh.bzh. If you want to contribute to the project or if you prefer to use Git and Composer you can follow the steps below.
Installation using Git and Composer (for developers)
You must have Composer installed and ready to download the Sonerezh's
dependencies. You will also need PHP (obviously) and at least php-mysql
or
php-pgsql
and php-gd
.
Download the sources:
$ git clone https://github.com/Sonerezh/sonerezh.git
Download the dependencies:
$ cd sonerezh $ composer install
You should be good to run Sonerezh using:
$ cd app/webroot $ CAKEPHP_DEBUG=1 php -S localhost:8080
Note: you may have some issues to display the cover arts using the built-in PHP server.