An offline desktop music player built with Electron, following the Material 3 design language.
This application was built with AI assistance.
- Material 3 design with dark and light themes
- Plays a wide range of audio formats (MP3, FLAC, AAC, OGG, WAV, AIFF and more)
- Album artwork from embedded tags or folder images
- Sortable, searchable library
- Node.js 18 or later
- npm
npm install
npm startOn first launch, open Settings and choose your music folder, then save. The library will scan and cache automatically. Subsequent launches load from the cache instantly.
npm run buildOutput is placed in the dist/ directory.
- Electron
- music-metadata
- electron-store
- Material Symbols (Google Fonts)
- Roboto (Google Fonts)