Reverbic

All-in-one terminal player — Radio, Spotify & YouTube, for Windows, macOS and Linux.

Build CodeQL Version Platform Built with Rust License

English | Español

Reverbic preview

--- ## Installation ```powershell # Quick install (Windows) irm https://raw.githubusercontent.com/sewandev/Reverbic/main/install.ps1 | iex # Package managers scoop bucket add reverbic https://github.com/sewandev/scoop-reverbic; scoop install reverbic # Windows (Scoop) cargo install --git https://github.com/sewandev/Reverbic.git --locked # Any OS (Rust) # Build from source git clone https://github.com/sewandev/Reverbic.git cd Reverbic cargo build --release .\target\release\reverbic.exe ``` > [!TIP] > Recommended: run Reverbic in [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl) with [PowerShell 7+](https://apps.microsoft.com/detail/9mz1snwt0n5d?hl) for the best visual experience. > [!WARNING] > **Windows SmartScreen** may show a warning for unsigned binaries. Click "More info" → "Run anyway". --- ## Features - **Radio** — Search and play thousands of internet radio stations by name, genre, or country - **Spotify** — Remote control: search, play, pause, seek, volume, and device transfer (Premium required) - **YouTube** — Search and stream audio directly from YouTube - **Lightweight** — ~25 MB RAM and < 1% CPU at idle, starts in under a second - **Floating overlay** — always on top, with automatic game detection - **Discord Rich Presence** — shows your current station and track on your profile - **Favorites & crossfade** — save your favorite stations with smooth crossfade between them - **Screensaver mode** — clock, station info, and track metadata when idle > [!NOTE] > Spotify's 2026 policy changes could restrict native playback (librespot) at any time. Remote Control mode (search and playback control via the official Spotify API) does not depend on librespot and is a reasonable fallback for that risk, though it has its own requirements (your own Spotify Premium account and Developer app). See [LEGAL.md](LEGAL.md) for details. --- ## Documentation - **[Spotify guide](docs/spotify.md)** — playback modes, Client ID setup, shortcuts, and known limitations - **[YouTube guide](docs/youtube.md)** — features (Mix, chapters, SponsorBlock), cookies setup, and known limitations - **[Legal notes](LEGAL.md)** — third-party services, terms of service, and risk disclosures > [!WARNING] > If you configure YouTube cookies, **use a secondary ("burner") account** — never your main Google account. Full instructions in the [YouTube guide](docs/youtube.md). --- ## Screenshots
Spotify remote control
Spotify remote control
YouTube search
YouTube search
Gaming overlay
Gaming overlay
Screensaver mode
Screensaver mode
Settings
Settings
Discord Rich Presence
Discord Rich Presence
--- ## Changelog See [CHANGELOG.md](CHANGELOG.md) for release notes and version history. ([Español](CHANGELOG.es.md)) --- ## Contributors