Dusk Player icon
Dusk Player icon

Dusk Player

A minimalistic music player, designed for simplicity. Built on electron, uses Howler for handling music playback, Svelte for the UI, and music-metadata to retrieve ID3 tags.

Dusk Player screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Mac
  • Windows
  • Linux

Features

No features, maybe you want to suggest one?

 Tags

Dusk Player News & Activities

Highlights All activities

Recent activities

No activities found.

Dusk Player information

AlternativeTo Category

Audio & Music

GitHub repository

  •  201 Stars
  •  59 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
Dusk Player was added to AlternativeTo by Ismet Cakir on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Dusk Player?

A minimalistic music player, designed for simplicity. Built on electron, uses Howler for handling music playback, Svelte for the UI, and music-metadata to retrieve ID3 tags.

This can also serve as a starting point to implement your own front-end/UI for a music Player.

The Player

Download the build for your OS. Start the application and then click on the Folders tab on the top left corner, this will bring up a window where you can select the folder where you want to play your audio files from. Once you select a folder with songs, just click play. Building from the repo

Clone the repository, make it your working directory, and then on your terminal run npm install. Once all the dependencies have finished downloading, run npm run app-dev to test it, and npm run build to build it for your platform. Features

Supports: mp3, opus, ogg, wav, aac, m4a and webm. Reads ID3 tags and displays the artist and album art (if it exists). Quickly switch tracks from the playlist. Search for songs from the search bar. Instantly switch between Dark, Light and Disco modes. Use keyboard shortcuts to control playback.