English |
简体中文
A cross-platform minimalist style music player
- 🚢 Cross Platform. Compatible with macOS, Windows, and Linux
- 📐 Simple interface. Less is more
- 🚀 Powered by React, Vite, and Electron
$ git clone https://github.com/jinsuichen/LightMusic.git
$ npm install
$ npm run dev
# For Windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
GPL V3