Latest downloads
Get the latest stable version of Clementine for your operating system.
Version 1.4.1-191-gd7abc7ae1
Debian
Debian Bookworm
64-bit
Debian Bookworm (ARM64)
64-bit
Debian Trixie
64-bit
Debian Trixie (ARM64)
64-bit
Fedora
Fedora 43
64-bit
Fedora 43 (ARM64)
64-bit
Fedora 44
64-bit
Fedora 44 (ARM64)
64-bit
Mac
Mac
64-bit
Source Code
Source Code
Ubuntu
Ubuntu Jammy
64-bit
Ubuntu Jammy (ARM64)
64-bit
Ubuntu Noble
64-bit
Ubuntu Noble (ARM64)
64-bit
Ubuntu Resolute
64-bit
Ubuntu Resolute (ARM64)
64-bit
Windows
Windows
64-bit
Ubuntu PPA
You can download the latest version of Clementine on Ubuntu from the official PPA:
sudo add-apt-repository ppa:me-davidsansome/clementine sudo apt-get update sudo apt-get install clementine
Dependencies for Ubuntu Precise (12.04)
New versions of Clementine require GStreamer 1.0 which wasn't included in Ubuntu 12.04. If you get errors installing Clementine you should add the GStreamer PPA as well:
sudo add-apt-repository ppa:gstreamer-developers/ppa
Other Downloads
Clementine Remote for Android
Unofficial packages
If you don't see your distribution listed above then someone else might have created an unofficial package for you.
Compiling from source
Compiling Clementine from source is easy on Linux. Download the source code package from the list above, and in a terminal window:
cd bin cmake .. make sudo make install
