museeks

? A simple, clean and cross-platform music player

Github stars Tracking Chart

Museeks

Build Status
Dependencies
Github All Releases

A simple, clean and cross-platform music player. (museeks.io)

Screenshot

Features

Museeks aims to be a simple and easy to use music player with a clean UI. You will not find tons of features, as its goals is not to compete with more complete and more famous music players. Here is a little preview though:

  • ? Cross-platform music player (Linux, macOS and Windows)
  • ? Supported formats: mp3, mp4, m4a/aac, flac, wav, ogg, 3gpp
  • ✨ Clean and polished
  • ? Playlists
  • ? Queue management
  • ➰ Shuffle, loop
  • ? Covers support
  • ? Dark theme
  • ? Playback speed control
  • ? Sleep mode blocker
  • ? Minimize to tray
  • ? .m3u import/export

Want more? Open a new issue or ? an existing one so we can talk about it.

Releases notes

Over here!

Installation

Classic

Builds and installers can be found on this page.

Build (advanced)

Museeks is built upon:

Requirements:

  • node > 10
  • npm > 6

Please consider that master is unstable.

  • git clone git@github.com:martpie/museeks.git
  • cd museeks
  • npm ci
  • npm modules:rebuild
  • npm run build or npm run dev
  • npm run museeks or npm run museeks:debug

Package (advanced)

  • rm -rf node_modules dist build
  • npm ci
  • npm modules:rebuild
  • npm build
  • npm run package:lmw

Troubleshooting

Museeks is currently in development. This implies some things can break after an update (database schemes changes, config...).

If you encounter freezes or crashes when using the app, you can reset Museeks by following these steps:

  • Go to the Museeks folder directory
    • Windows: %AppData%\museeks
    • OSX: ~/Library/Application Support/museeks
    • Linux: ~/.config/museeks/ or $XDG_CONFIG_HOME/museeks
  • Delete:
    • IndexedDB folder
    • config.json file
  • Restart Museeks

If you still get problems after that, please open an issue :)

Bug report

If you want to report a bug, first, thanks a lot, that helps us a lot. Please open an issue and mention your OS, your Museeks version, and how to reproduce it. Adding a screen of the console (Menu -> View -> Toggle Developer Tools) is a big help too.

Contribute

  • Fork and clone
  • Master may be unstable, checkout to a tag to have a stable state of the app
  • npm install && npm run dev then run in a separate terminal npm run museeks:debug
  • npm run dev will watch for file changes using Webpack which will recompile JSX and CSS files.

Please respect a few rules:

  • Before making complex stuff, don't hesitate to open an issue first to discuss about it ;)
  • Make the code readable and comment if needed
  • Make sure your build pass

Then open a PR :)

Main metrics

Overview
Name With Ownermartpie/museeks
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 5)
Platform
License:MIT License
所有者活动
Created At2015-03-03 13:01:31
Pushed At2025-06-20 12:36:02
Last Commit At2025-06-19 20:00:50
Release Count49
Last Release Name0.21.1 (Posted on )
First Release Name0.1 (Posted on )
用户参与
Stargazers Count1.8k
Watchers Count49
Fork Count207
Commits Count2.1k
Has Issues Enabled
Issues Count466
Issue Open Count49
Pull Requests Count289
Pull Requests Open Count7
Pull Requests Close Count81
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private