Ad-Free Radio

Ad-Free Radio

Internet radio, without the ads, accounts, or tracking.

Featured stations don't run commercials, so you can just hit play and listen without interruption.

Option A: Docker Compose

One container, no build step. Takes about a minute.

compose.yaml
services:
  ad-free-radio:
    image: codeberg.org/b263/ad-free-radio:latest
    ports:
      - '8080:80'
    restart: unless-stopped
Start it
docker compose up -d

Then open http://localhost:8080/ in your browser.

Option B: Deploy to an existing web server

Download the latest release, extract the archive, and serve the resulting ad-free-radio-<version>/ directory with your web server — at the domain root or any sub-path, no configuration needed. No Docker, no build step.

Download latest release