A music player inspired by Winamp.
- Supports Plex, Jellyfin, Emby, Navidrome and Subsonic (and variants)
- Additional support for Apple Music, TIDAL (via Plex), YouTube and Spotify
- Built-in visualizers: Milkdrop (Butterchurn) and others
- Scrobbling for last.fm and ListenBrainz
Available at https://ampcast.app
Windows, Mac and Linux builds available.
Download from https://github.com/rekkyrosso/ampcast/releases/latest
Docker images are hosted on ghcr.io
and are available to view here.
Run the container:
# Run the latest version
docker run --name ampcast -p 8000:8000 ghcr.io/rekkyrosso/ampcast:latest
Requires Node >= 20.
git clone https://github.com/rekkyrosso/ampcast.git
cd ./ampcast
# install deps
npm i
# build the web view
npm run build:dev
# start the web server
npm run start:dev
Navigate to http://localhost:8000 to run the app.
Start the server with a different host/port:
npm run start:dev -- --host 0.0.0.0 --port 8001
You may get CORS errors using anything other than localhost
but you have the option anyway.
You can optionally create a .env
file (example) to store API keys and other config options.
I request that you only open an issue for submitting bug reports.
Please use the Discussions section on GitHub to send feature requests, questions, suggestions or any other feedback.
There is also a general discussion forum on reddit.