JasonWei512
code-radio-cli
Rust

🎡 A command line music radio client for https://coderadio.freecodecamp.org, written in Rust.

Last updated Jul 7, 2026
388
Stars
25
Forks
4
Issues
+1
Stars/day
Attention Score
81
Language breakdown
Rust 100.0%
β–Έ Files click to expand
README

Code Radio CLI

Crate GitHub release (latest by date)

🎡 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.

Screenshot

Install

  • πŸͺŸ On Windows, install with WinGet:
winget install code-radio-cli
  • πŸ¦€ Install with Cargo:
cargo install code-radio-cli

After installation, run code-radio in 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-dev on Debian / Ubuntu
  • alsa-lib-devel on 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

πŸ”— More in this category

Β© 2026 GitRepoTrend Β· JasonWei512/code-radio-cli Β· Updated daily from GitHub