Skip to content

rekkyrosso/ampcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 21, 2025
b906eff · Feb 21, 2025
Feb 19, 2025
Feb 16, 2025
Feb 21, 2025
Feb 21, 2025
Feb 12, 2025
Nov 12, 2022
Feb 14, 2023
Jun 22, 2024
Feb 21, 2025
Apr 18, 2024
Feb 17, 2025
Feb 12, 2025
Feb 21, 2025
Feb 21, 2025
Nov 20, 2022
Nov 12, 2022
Feb 14, 2025
Feb 14, 2025
Feb 4, 2025
Feb 19, 2025

Repository files navigation

Ampcast

A music player inspired by Winamp.

Features

  • Supports Plex, Jellyfin, Emby, Navidrome and Subsonic (and variants)
  • Additional support for Apple Music, Spotify and YouTube
  • Built-in visualizers: Milkdrop (Butterchurn) and others
  • Scrobbling for last.fm and ListenBrainz
  • Playback from last.fm/ListenBrainz (via search of logged in services)

Web app / PWA

Available at https://ampcast.app

Desktop app

Windows, Mac and Linux builds available.

Download from https://github.com/rekkyrosso/ampcast/releases/latest

Self-hosting

Docker

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

Or with docker-compose:

docker-compose up -d

Use this docker-compose.yml file as a template.

From source code

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.

Contributing

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.

License

GNU General Public License v3.0 ©