Desktop music player built with Tauri, React, and Rust.
Website | Issues | Installation
- Lyric View: Immersive, beautiful lyric display.
- Discover Tab: Download music directly within the app using
yt-dlp. - Server Integration: Integration is available for gs-music-server to allow remote library access.
- Local Playback: Support for local directory scanning and audio playback.
Building from source requires:
- Node.js (v18+)
- Rust (stable)
libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
C++ Build Tools and WebView2.
Download the installer from music.strikes.cloud or from the GitHub Releases.
git clone https://github.com/GS-Music-Software/desktop-recode.git cd desktop-recode npm install