Skip to content

divpreeet/harp-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84ce269 · · Apr 28, 2026

History

20 Commits
Apr 27, 2026
Apr 28, 2026
Apr 27, 2026
Apr 25, 2026
Apr 28, 2026
Apr 24, 2026
Apr 23, 2026
Apr 28, 2026

Repository files navigation

harp-rs

a music player which uses deezer and youtube to play your songs in rust!

released for the kernel sidequest for flavortown

rick is awesome

installation

currently, harp is only compatible with macos and linux!

make sure you have mpv installed -

macos

install mpv using brew

brew install mpv

then, just extract the appropriate release, wether intel or arm, and run -

chmod +x hifi-cli
./hifi-clii

have fun!

linux

install mpv using your package manager

sudo apt install mpv # debian, ubuntu, mint
sudo pacman -S mpv  # arch btw
sudo dnf install mpv  # fedora

then just install the linux release and run -

chmod +x hifi-cli
./hifi-clii

roadmap

currently, the project is at a very simple mvp, but there are a few features that i want to add, which would make it more like a music player!

features to add -

  • option to choose metadata provider
  • lyrics
  • better UI, with colors and different views
  • windows binary

About

a tui music app based on monochrome and hifi made in rust!

Resources

Stars

Watchers

Forks

Packages

No packages published