David Helkowski 2cd7d6026e
Some checks failed
Build / Build openSUSE (leap:15.6) (push) Has been cancelled
Build / Build openSUSE (leap:16.0) (push) Has been cancelled
Build / Build openSUSE (tumbleweed) (push) Has been cancelled
Build / Build Fedora (42) (push) Has been cancelled
Build / Build Fedora (43) (push) Has been cancelled
Build / Build Fedora (44) (push) Has been cancelled
Build / Build OpenMandriva (cooker) (push) Has been cancelled
Build / Build Mageia (9) (push) Has been cancelled
Build / Build Debian (bookworm) (push) Has been cancelled
Build / Build Debian (forky) (push) Has been cancelled
Build / Build Debian (trixie) (push) Has been cancelled
Build / Build Ubuntu (noble) (push) Has been cancelled
Build / Build Ubuntu (questing) (push) Has been cancelled
Build / Build Ubuntu (resolute) (push) Has been cancelled
Build / Upload Ubuntu PPA (noble) (push) Has been cancelled
Build / Upload Ubuntu PPA (questing) (push) Has been cancelled
Build / Upload Ubuntu PPA (resolute) (push) Has been cancelled
Build / Build FreeBSD (push) Has been cancelled
Build / Build OpenBSD (push) Has been cancelled
Build / Build macOS Public (release, macos-15) (push) Has been cancelled
Build / Build macOS Public (release, macos-15-intel) (push) Has been cancelled
Build / Build macOS Private (release, macos-arm64) (push) Has been cancelled
Build / Build Windows MinGW (i686, debug) (push) Has been cancelled
Build / Build Windows MinGW (i686, release) (push) Has been cancelled
Build / Build Windows MinGW (x86_64, debug) (push) Has been cancelled
Build / Build Windows MinGW (x86_64, release) (push) Has been cancelled
Build / Build Windows MSVC (arm64, debug, arm64 debug, windows-11-arm) (push) Has been cancelled
Build / Build Windows MSVC (arm64, release, arm64 release, windows-11-arm) (push) Has been cancelled
Build / Build Windows MSVC (x86, debug, x86 debug, windows-2022) (push) Has been cancelled
Build / Build Windows MSVC (x86, release, x86 release, windows-2022) (push) Has been cancelled
Build / Build Windows MSVC (x86_64, debug, x86_64 debug, windows-2022) (push) Has been cancelled
Build / Build Windows MSVC (x86_64, release, x86_64 release, windows-2022) (push) Has been cancelled
Build / Upload (push) Has been cancelled
Build / Attach to release (push) Has been cancelled
Remove macOS build scripts and README from the build directory. These scripts included installation, building, signing, and notarization processes for the Strawberry application, which are no longer needed.
2026-01-22 15:55:15 +09:00
2026-01-17 16:23:08 +01:00
2025-12-09 18:45:57 +01:00
2025-12-09 01:16:41 +01:00
2026-01-18 02:10:44 +01:00
2018-02-27 18:06:05 +01:00
2018-05-01 02:54:16 +02:00
2024-10-20 00:06:42 +02:00
2025-12-09 18:45:57 +01:00

🍓 Strawberry Music Player Build Status

Sponsor Patreon PayPal

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

Screenshot of Strawberry Music Player


🌐 Resources


⚠️ 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 — its 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.

💰 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.


Features


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.


⚙️ Requirements

To build Strawberry from source, youll need:

Dependencies:

Dependencies for optional features:

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


🔧 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: 👉 https://github.com/strawberrymusicplayer/strawberry-msvc


📦 Packaging status

Packaging status

Description
🍓 Strawberry Music Player
Readme 67 MiB
Languages
C++ 95.6%
CMake 1.4%
Objective-C++ 1.3%
Shell 0.7%
Objective-C 0.4%
Other 0.5%