Skip to content
/ ronix Public

All linux music players suck, so I am making my own

License

Notifications You must be signed in to change notification settings

ronanru/ronix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7567940 · Oct 7, 2023

History

26 Commits
Jul 6, 2023
Oct 7, 2023
Oct 7, 2023
Aug 7, 2023
Jul 6, 2023
Jul 6, 2023
Aug 5, 2023
Aug 11, 2023
Jul 9, 2023
Jul 9, 2023
Jul 8, 2023
Aug 7, 2023
Aug 6, 2023
Jul 6, 2023
Jul 6, 2023
Aug 5, 2023
Jul 9, 2023
Aug 6, 2023
Jul 8, 2023
Jul 6, 2023

Repository files navigation

Ronix Music Player

All linux music players suck, so I am making my own

Screenshot

Installing

On Arch Linux

Install from the AUR

paru -S ronix
# yay -S ronix
# Or install ronix with your favorite AUR helper

Not on Arch Linux

Get the AppImage here

Features Roadmap

  • Plays music (All traditional music player features)
  • Fuzzy search
  • Multiple themes
  • Song manager (Ability to edit song tags, delete songs)
  • Song downloader with yt-dlp
  • Publish on the AUR
  • Publish on flathub
  • MacOS, Windows support

How to start

  • Install pnpm
  • Install dependencies with pnpm i
  • Start in development mode with pnpm tauri dev
  • Compile with pnpm tauri build (AppImage builds only on Ubuntu)