Museeks is a free, open source and cross-platform music player for Linux, windows and Mac OS. It is build on Node.js, electron, React.js and Flux with Redux. Museeks is very simple and clean look music player. It supports Playlists, Queue management. It also has Shuffle the playlist , loop the playback and Playback speed control. It blocks the sleep mode in you pc. Museeks supports below file formats: mp3, mp4, m4a/aac, wav, ogg, 3gpp.
Download Museeks [Linux, Windows, MacOS]
Install Museeks on Ubuntu
Go to the above Museeks download page link and download the latest Linux Museeks in AppImage file format and save it on your Downloads folder. Here the downloaded file name is “museeks-x86_64.AppImage”.
Now open the terminal app (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo chmod +x ~ museeks-x86_64.AppImage
./museeks-x86_64.AppImage
Install Museeks via DEB:
Download the Museeks in .deb package file from the above download link and save it on your downloads folder. Now run below command to install it.
sudo apt install ./Downloads/museeks-amd64.deb
Here “museeks-amd64.deb” is the downloaded file name and Downloads is the path.