ronix icon indicating copy to clipboard operation
ronix copied to clipboard

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

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

  • [x] Plays music (All traditional music player features)
  • [x] Fuzzy search
  • [x] Multiple themes
  • [x] Song manager (Ability to edit song tags, delete songs)
  • [x] Song downloader with yt-dlp
  • [x] 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)