18 releases (7 stable)
| 1.0.6 | Dec 18, 2025 |
|---|---|
| 1.0.5 | Jan 29, 2024 |
| 1.0.4 | Aug 18, 2023 |
| 1.0.3 | Apr 29, 2023 |
| 0.1.4 | May 31, 2022 |
#1546 in Command line utilities
265KB
728 lines
Code Radio CLI
🎵 24/7 music designed for coding, now in your terminal!
A command line music radio client for https://coderadio.freecodecamp.org (about), written in Rust.

Install
-
Download prebuilt binary from GitHub release page.
-
🪟 On Windows, install with WinGet:
winget install code-radio-cli -
🦀 Install with Cargo:
cargo install code-radio-cliAfter installation, run
code-radioin command line to start. You may need to restart your shell first.
⚠ About building and running on Linux 🐧
This program uses rustaudio/cpal lib to play audio, which requires ALSA development files on Linux.
In order to build and run this program on Linux, you need to install:
libasound2-devon Debian / Ubuntualsa-lib-develon Fedora
Usage
code-radio [OPTIONS]
OPTIONS:
-h, --help Print help information
-n, --no-logo Do not display logo
-s, --select-station Manually select a station
-v, --volume <VOLUME> Volume, between 0 and 9 [default: 9]
-V, --version Print version information
Dependencies
~20–56MB
~756K SLoC