A cross-platform desktop music player built with Electron, React, Node.js, and MongoDB.
Designed to provide a smooth, minimal, and offline-first music experience across Windows, Linux, and Mac.
- 🎵 Cross-platform — runs on Windows, Linux, and Mac.
- 📂 Offline-first support — play local music seamlessly.
- 🔄 Real-time playlist sync (WebSockets).
- ⚡ Optimized for large libraries — metadata parsing + caching.
- 🎨 Minimal responsive UI — TailwindCSS powered.
- 📦 Packaged with Electron — desktop-native experience.
Get the latest release from the GitHub Releases.
# Clone the repository
git clone https://github.com/iamsaura8h/Saung-Player.git
# Navigate into the folder
cd Saung-Player
# Install dependencies
npm install
# Start the app
npm start