All linux music players suck, so I am making my own
Install from the AUR
paru -S ronix
# yay -S ronix
# Or install ronix with your favorite AUR helper
Get the AppImage here
- 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
- 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)