A robust, open-source music streaming client for Desktop
Ad-free experience, offline capabilities, and advanced music discovery.
Echo Music Desktop brings the premium listening experience to your computer. Built with Flutter, it streams from YouTube Music without advertisements and adds powerful desktop-centric features across Windows, macOS, and Linux.
- Ad-Free Streaming — Uninterrupted music playback.
- High Quality Audio — Stream in the best available quality.
- Offline Mode — Download tracks and playlists for offline listening.
- Synchronized Lyrics — Real-time synced lyrics with AI-powered multilingual translation.
- Cross-Platform — Supports Windows, macOS, and Linux.
- Smart Recommendations — Personalized suggestions based on your listening history.
- Sleep Timer — Set automatic playback stop after a chosen duration.
- Download the latest
.exeinstaller from the Releases Page. - Run the installer and follow the on-screen prompts.
- Download the
.dmgfile from the Releases Page. - Open the disk image and drag Echo Music to your Applications folder.
- If you see a security warning, go to System Settings → Privacy & Security and allow the app.
Echo Music is available as an AppImage, DEB, and RPM package.
- Download the appropriate package from the Releases Page.
- AppImage — Make it executable and run it:
chmod +x Echo-Music-*.AppImage && ./Echo-Music-*.AppImage
- DEB/RPM — Install via your package manager:
sudo dpkg -i package.deb # or sudo rpm -i package.rpm
Ensure Flutter is installed and configured for desktop development.
-
Clone the repository
git clone https://github.com/iad1tya/Echo-Music.git cd Echo-Music -
Enable desktop support
flutter config --enable-windows-desktop flutter config --enable-macos-desktop flutter config --enable-linux-desktop
-
Install dependencies
flutter pub get
-
Run the app
flutter run -d [windows|macos|linux]
-
Build for release
flutter build [windows|macos|linux]
Join the community for updates, discussions, and help.
If Echo Music Desktop has been useful to you, consider supporting its development.
| Network | Address |
|---|---|
| Bitcoin | bc1qcvyr7eekha8uytmffcvgzf4h7xy7shqzke35fy |
| Ethereum | 0x51bc91022E2dCef9974D5db2A0e22d57B360e700 |
| Solana | 9wjca3EQnEiqzqgy7N5iqS1JGXJiknMQv6zHgL96t94S |
Echo Music Desktop is built with inspiration and help from these excellent open-source projects:
| Project | Description |
|---|---|
| Gyawun Music | Desktop architecture and UI reference |