Download Latest Version 0.23.0 source code.tar.gz (23.7 MB)
Email in envelope

Get an email when there's a new version of Museeks

Home / 0.23.0
Name Modified Size InfoDownloads / Week
Parent folder
Museeks_0.23.0_x64-setup.exe 2025-08-11 3.2 MB
museeks-x86_64.flatpak.sha256 2025-08-11 97 Bytes
Museeks_0.23.0_arm64-setup.exe 2025-08-11 2.9 MB
museeks-aarch64.flatpak.sha256 2025-08-11 98 Bytes
museeks-x86_64.flatpak 2025-08-11 3.7 MB
Museeks-0.23.0-1.x86_64.rpm.sha256 2025-08-11 102 Bytes
museeks-aarch64.flatpak 2025-08-11 3.3 MB
Museeks-0.23.0-1.aarch64.rpm.sha256 2025-08-11 103 Bytes
Museeks-0.23.0-1.x86_64.rpm 2025-08-11 4.9 MB
Museeks-0.23.0-1.aarch64.rpm 2025-08-11 4.7 MB
Museeks_0.23.0_arm64.deb.sha256 2025-08-11 99 Bytes
Museeks_0.23.0_universal.dmg.sha256 2025-08-11 103 Bytes
Museeks_0.23.0_x64-setup.exe.sha256 2025-08-11 103 Bytes
Museeks_0.23.0_arm64-setup.exe.sha256 2025-08-11 105 Bytes
Museeks_0.23.0_arm64.deb 2025-08-11 4.7 MB
Museeks_0.23.0_amd64.deb.sha256 2025-08-11 99 Bytes
Museeks_0.23.0_amd64.AppImage.sha256 2025-08-11 104 Bytes
Museeks_0.23.0_amd64.deb 2025-08-11 4.9 MB
Museeks_0.23.0_aarch64.AppImage.sha256 2025-08-11 106 Bytes
Museeks_0.23.0_amd64.AppImage 2025-08-11 101.0 MB
Museeks_0.23.0_aarch64.AppImage 2025-08-11 99.7 MB
Museeks_0.23.0_universal.dmg 2025-08-11 8.7 MB
0.23.0 source code.tar.gz 2025-08-11 23.7 MB
0.23.0 source code.zip 2025-08-11 23.9 MB
README.md 2025-08-11 5.0 kB
Totals: 25 Items   289.4 MB 5

Hello there 👋

File Associations

I know it took too long! It is now possible to open the files supported by Museeks directly from the File Explorer/Finder.

  • Files opened this way won't be added to the library
  • Only the selected file(s) will be added to the player queue, not the whole content directly, so if you need to play an entire folder, open all the files at once.

note: there is an uncovered edgecase on macOS where Museeks needs to be already opened to open files. Things should work fine on Windows and Linux.

Screenshot 2025-08-11 at 14 22 27

Accent Color Customization

For those of you who like matching colors for your setups or DEs, it is now possible to define a custom accent color for Museeks via Settings > UI > Accent Color:

Screenshot 2025-08-11 at 13 32 03

Screenshot 2025-08-11 at 13 31 58

Artist View Improvements

The artist view now shows the year next to each album and the albums are sorted by release date, for you music purists.

Screenshot 2025-08-11 at 13 50 20

Side-Navigation Improvements

To help with large lists of artists and playlists, the side navigation will now visually group artists/playlists by their first character. Hopefully this will may things easier to "visually" parse when scrolling large number or artists/playlists.

Screenshot 2025-08-11 at 13 53 11

Copy Track Title/Album/Artist

It is now possible to copy track information from the content menu on the Library or Artist view:

Screenshot 2025-08-11 at 13 40 38

ARM binaries for Linux and Windows

In case you use a Raspberry Pi or a Windows notebook with an ARM chip, Museeks now targets x86/arm64 on all three major platforms. Which should make the app more snappy and energy-efficient on those chips.

This was really only achievable with GitHub actions providing action runners for those platform, so thank you GitHub ❤️!

Opt-in compatibility mode for Wayland

! if you don't have any issues with Museeks on Wayland, do not use this !

In case you are facing issues with Wayland (context menus not showing, black screens, etc), you can now enable a temporary compatibility mode for Wayland, available in Settings > UI. This will force the app to run via xwayland, which may be a more stable experience.

In case you are stuck with a non-starting app or black screen after or before changing this setting, you can update the Museeks config by going to ~/.config/museeks/config.toml, and update wayland_compat to true/false.

Screenshot 2025-08-11 at 14 18 02

Dropped support for Ubuntu < 24.04 / GLIBC < 2.39

Due to Flatpak requirements, upstream issues and my own sanity, Museeks is now built using GLIBC 2.39, so all distros using a previous version may not be able to run Museeks.

An Update on FlatHub

I am kind of giving up trying to create a build-from-source flatpak manifest that would allow the publication of Museeks to FlatHub. The tooling is too fragmented and complex to use, especially when using two languages (Rust + Node).

Flatpak will still be published, but on GitHub, not FlatHub.

In case you are interested in helping sorting that out, please reach out to me :)

Translations

Added Simplified Chinese 🇨🇳 translation (thank you @tangsj-hub!)

Misc Improvements and Fixes

  • Improved README for easier onboarding/presentation of the project
  • Improved positioning of traffic lights on macOS
  • Fixed redirect to first Playlist/Artist broken after second navigation
  • Fixed checkboxes background on Light theme
  • Fixed an infinite loop on the artist view that would occur in case an artist name was empty
  • Fixed a weird background-color over scrollabar on macOS in side-navigation
  • Fixed sleepblocker option sometimes not updating on Windows

Internals

  • Moved back to npm from bun
  • Started adding E2E tests to ensure the UI works as intended and no regressions are introduced
  • DB Migrations are not embedded within Museeks' binary directly
  • All theme colors use HSL
Source: README.md, updated 2025-08-11