KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
lowfi
โ 50
Open GitHub โ
๐ป A SomaFM client for your terminal.
Download README (.md)
Explore Similar Repositories
SomaFM-miniplayer
:
Unofficial player that gives you minimal, background playback of SomaFM channels.
mopidy-somafm
:
Provides a backend for playing music from somafm
huxleyfm
:
An unofficial desktop app for listening to SomaFM, built with Electron.
somafm-webplayer
:
A modern web player to stream soma fm radio stations.
somascrobbler
:
Scrobble SomaFM radio stations to last.fm
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lowfi
?
Download (.md)
<div align="center"> <h2>Lowfi</h2> <p>A SomaFM client for your terminal.</p> </div> ## Installation ```bash npm install -g lowfi ``` ## Version 1.0 Update Lowfi v1.0 is now a dedicated SomaFM client. Previous versions used SoundCloud playlists, but SoundCloud stream behavior changed in ways that made long-term CLI playback unreliable. To keep Lowfi stable and simple, the project moved to SomaFM-only streaming. ## Usage ```bash lowfi --help ``` ### List Stations ```bash lowfi list ``` ### Play a Station Interactive picker: ```bash lowfi play ``` Play by station ID: ```bash lowfi play groovesalad ``` Play with options: ```bash lowfi play groovesalad --quality highest --volume 0.7 ``` `--quality` supports: `highest`, `high`, `slow` `--volume` is between `0` and `1` ## Prerequisites - [**mpv**](https://mpv.io/): playback engine ## License MIT