Skip to content

iamsaura8h/saung-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎶 Saung Player

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.

image

✨ Features

  • 🎵 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.

🚀 Installation

📥 Download

Get the latest release from the GitHub Releases.

🖥️ Run Locally (Dev Mode)

# 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

More features are on the way