Skip to content

ronanru/ronix

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)