https://github.com/shnwazdeveloper/laya-music
Laya Music desktop player
https://github.com/shnwazdeveloper/laya-music
Last synced: 2 days ago
JSON representation
Laya Music desktop player
- Host: GitHub
- URL: https://github.com/shnwazdeveloper/laya-music
- Owner: shnwazdeveloper
- License: agpl-3.0
- Created: 2026-06-09T03:55:50.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2026-06-09T06:55:54.000Z (9 days ago)
- Last Synced: 2026-06-09T07:25:46.060Z (9 days ago)
- Language: TypeScript
- Homepage:
- Size: 24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Laya Music
Laya Music is a desktop music player for Windows, macOS, and Linux. It is powered by YouTube Music search for song data and uses YouTube audio streams for playback.
This project is a rebranded and simplified fork of Nuclear, focused on a built-in YouTube Music experience instead of user-installed music provider plugins.
## Features
- Search songs with the YouTube Music API
- Stream audio from YouTube through the built-in playback engine
- View YouTube Music track titles, artists, albums, artwork, and duration
- Built-in YouTube Music dashboard content
- Import YouTube and YouTube Music playlists by URL
- Queue management with shuffle, repeat, and drag-and-drop reordering
- Favorites for albums, artists, and tracks
- Local playlists with JSON import and export
- Themes, logs, keyboard shortcuts, and desktop settings
- Default language: English
## Download
Windows builds are created with Tauri. After building, the installer and executable artifacts are written under:
```text
packages/player/src-tauri/target/release/bundle/
```
## Development
### Prerequisites
- Node.js 22 or newer
- pnpm
- Rust stable
- Tauri platform dependencies
### Install
```bash
pnpm install
```
### Run in development
```bash
pnpm dev
```
### Build the Windows app
```bash
pnpm --filter @nuclearplayer/player tauri build
```
## Repository
- GitHub: [shnwazdeveloper/laya-music](https://github.com/shnwazdeveloper/laya-music)
- Developer: [shnwazdeveloper](https://github.com/shnwazdeveloper)
## License
AGPL-3.0-only. See [LICENSE](LICENSE).