SkillAgentSearch skills...

Strawberry

:strawberry: Strawberry Music Player

Install / Use

/learn @strawberrymusicplayer/Strawberry

README

:strawberry: Strawberry Music Player Build Status

Sponsor Patreon PayPal

Strawberry is a music player and music collection organizer, originally forked from Clementine in 2018. It’s written in C++ using the Qt framework, designed for audiophiles and music collectors.

Screenshot of Strawberry Music Player


:globe_with_meridians: Resources

  • Website: https://www.strawberrymusicplayer.org
  • Wiki: https://wiki.strawberrymusicplayer.org
  • Forum: https://forum.strawberrymusicplayer.org
  • GitHub: https://github.com/strawberrymusicplayer/strawberry
  • Latest builds: https://builds.strawberrymusicplayer.org
  • openSUSE Build Service:
    • Stable: https://build.opensuse.org/package/show/home:jonaski:strawberry/strawberry
    • Unstable: https://build.opensuse.org/package/show/home:jonaski:strawberry-dev/strawberry
  • Ubuntu PPAs:
    • Stable: https://launchpad.net/~jonaski/+archive/ubuntu/strawberry
    • Unstable: https://launchpad.net/~jonaski/+archive/ubuntu/strawberry-unstable
  • Translations: https://crowdin.com/project/strawberrymusicplayer

:warning: Opening an Issue

Before creating a new GitHub issue:

  1. Read the FAQ.
  2. Search existing issues to avoid duplicates. If one already exists, comment there with any additional information.
  3. Use the forum for technical problems, discussions or feature suggestions — it’s better suited for back-and-forth conversation.
  4. Feature requests are not accepted on GitHub. Issues created for feature requests will be closed. You can still discuss ideas on the forum.
  5. Flatpak users: We do not maintain the Flatpak package. Report Flatpak-specific issues via Flatpak support.

:moneybag: Sponsoring

Strawberry is free software released under the GPL. If you enjoy using it, please consider supporting development through sponsorship or donation.

Sponsorship options:

  1. Patreon
  2. GitHub
  3. Ko-fi
  4. PayPal

Supporting open-source developers helps ensure continued maintenance and improvements.


:white_check_mark: Features


:white_check_mark: Tested on Linux, OpenBSD, FreeBSD, macOS, and Windows.

Note: macOS and Windows releases are currently available to sponsors only. A monthly sponsorship via Patreon grants direct access to new releases.


:gear: Requirements

To build Strawberry from source, you’ll need:

Dependencies:

Dependencies for optional features:

Also install GStreamer plugins base, good, and optionally bad, ugly and libav for full codec support.


:wrench: Build from Source

Get the code:

git clone --recursive https://github.com/strawberrymusicplayer/strawberry

Build and install:

cd strawberry
cmake -S . -B build
cmake --build build --parallel $(nproc)
sudo cmake --install build

For building on Windows with Visual Studio 2022, see: :point_right: https://github.com/strawberrymusicplayer/strawberry-msvc-build-tools


:package: Packaging status

Packaging status

View on GitHub
GitHub Stars3.6k
CategoryContent
Updated4h ago
Forks289

Languages

C++

Security Score

100/100

Audited on Mar 20, 2026

No findings