Categories: Ubuntu

Euphonica MPD Client added official Flatpak package for Linux

Euphonica, the modern GTK4 based MPD client, finally added official package for Linux. Here’s how to install it in Ubuntu desktop.

For those who never heard of Euphonica, it’s a client app for Music Player Daemon (MPD) that provides a modern user interface for managing large local music collection (tens of thousands of songs).

It uses GTK4 + LibAdwaita for a modern UI designed for GNOME (though also works in other desktops), and support basic MPD features, such as playback control, queue reordering, ReplayGain, crossfade and MixRamp configuration.

It can automatically fetch album arts, artist avatars from Last.fm and Music Brainz, and use the current album art for the app window background.

There are also synced song lyrics support through either the 2 external sources alongwith LRCLIB or local files, as well as MPRIS integration, allowing to control you MPD instance via keyboard shortcuts and shell applets without having to keep the app window open.

As you see in the screenshot, the client also has a built-in visualiser, which can read from either FIFO output (not work for Flatpak so far due to sandboxing) or PipeWire output. And, it provides few basic options to switch between and configure them.

Other features include:

  • Playlist browser and editor.
  • Album, artist, and folder view.
  • Asynchronous search for large collections.
  • Volume knob with dBFS readout support.
  • Laze init for smoother performance.
  • Manage MPD sound output.

As a young application, it’ll keep updating with new features and improvements. See it in Github page for more details.

See more screenshots about Euphonica:

Install Euphonica via the new Flatpak package

The app added official Flatpak package, a few days ago, for running the MPD client in sandbox on most Linux (amd64 and arm64).

Linux Mint 21+ and Fedora Workstation (with third party repository enabled) may search & install it from either Software Manager or GNOME Software.

Euphonica in Mint software manager

Tips: the Flatpak package is NOT verified at the moment, though officially maintained by software developers, so you may need to configure your Software Manager first before being able to install it.

For Debian, Ubuntu, and other Linux, do the steps below one by one to install the package:

  • First, run command in terminal (Ctrl+Alt+T) to install the Flatpak daemon package:
    sudo apt install flatpak

    Other Linux may follow the official setup guide for Flatpak support

  • Next, use the command to install the Flatpak app package:
    flatpak install https://dl.flathub.org/repo/appstream/io.github.htkhiem.Euphonica.flatpakref
  • For future updates, run the command to check & install:
    flatpak update io.github.htkhiem.Euphonica

NOTE: After enabled Flatpak support, you need a log out and back in to apply environment variable changes, or you won’t see the app icon from menu.

And for beginners, you need to install & setup MPD daemon before being able to play & manage your local music collection.

Uninstall:

To uninstall Euphonica MPD client, use command:

flatpak uninstall --delete-data io.github.htkhiem.Euphonica

Here skip --delete-data if you want to keep local app data, and run flatpak uninstall --unused to remove useless run-times (e.g., Gnome platform which was also installed in sandbox).

The post Euphonica MPD Client added official Flatpak package for Linux appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

🚀 How to Deploy Django 6 on Ubuntu VPS

Below is a detailed, production-ready guide for How to Deploy Django 6 on Ubuntu VPS.…

9 hours ago

Why you should retire your Microsoft Azure Consumption Commitment (MACC) with Ubuntu Pro

When your organization first signed its Microsoft Azure Consumption Commitment (MACC), it was a strategic…

2 days ago

Java 25 now available on Google Cloud Serverless

[December 11, 2025] Today Canonical, the publisher of Ubuntu, announced the immediate availability of Java…

3 days ago

How to launch a Deep Learning VM on Google Cloud

Setting up a local Deep Learning environment can be a headache. Between managing CUDA drivers,…

3 days ago

Harnessing the potential of 5G with Kubernetes: a cloud-native telco transformation perspective

Telecommunications networks are undergoing a cloud-native revolution. 5G promises ultra-fast connectivity and real-time services, but…

4 days ago