Skip to content

Reverbic v1.5.5

Choose a tag to compare

@github-actions github-actions released this 14 Jun 21:23
· 20 commits to develop since this release

Version Platform Built with Rust License

What's new in v1.5.5

This release focuses on controlling Reverbic without keeping the interface open and on tidier file storage across operating systems.

Highlights

  • Headless CLI (Windows): control radio straight from the command line — reverbic play <station>, stop, status, volume <0-100> and toggle. Playback runs in a background process that keeps going after you close the terminal, and reverbic with no arguments still opens the full interface.
  • Standard file locations: Reverbic now stores configuration, data and cache in each operating system's standard directories instead of a single ~/.reverbic folder. Existing installs are migrated automatically on first launch, so nothing is lost.

Installation

# Quick install (Windows)
irm https://raw.githubusercontent.com/sewandev/Reverbic/main/install.ps1 | iex

# Quick install (macOS)
brew install sewandev/reverbic/reverbic

# 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)

Documentation

Make sure to check out the newly updated guides for setting up the integrations:

Full Changelog

For a detailed list of all the additions, changes, and fixes, please refer to the official changelog:


Thank you to everyone using Reverbic! Update now from the app or grab the latest installer below.