A music player inspired by Winamp.
- Supports Plex, Jellyfin, Emby, Navidrome and Subsonic
- 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.
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.
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.