Automic VaultAutomic Vault

brew

Install mpd with Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, scoop, zypper

Music Player Daemon. Version 0.24.12 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install mpd

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install mpd

MacPorts ports tree · audio/mpd/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add mpd

Alpine Linux edge package indexes · mpd · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install mpd

Debian stable package indexes · mpd · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install mpd

Fedora Rawhide package metadata · mpd · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#mpd

nixpkgs package indexes · pkgs/by-name/mp/mpd/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S mpd

Arch Linux sync databases · mpd · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install mpd

openSUSE Tumbleweed package metadata · mpd · source: download.opensuse.org

overview

Package summary

Music Player Daemon

Commands and aliases

  • mpd

history

Project history and usage

Music Player Daemon is a free software music server that appeared in 2003 and is associated with Max Kellermann and The Music Player Daemon Project. The project describes MPD as a flexible, powerful, server-side application for playing music, controlled through its network protocol and extended through plugins and libraries for many audio formats. The project AUTHORS file credits a broad contributor base around the daemon.

Project history

MPD's defining technical milestone is its separation of playback from control. The daemon runs in the background, maintains a music database and playlist, and lets separate clients manipulate playback, browse the database, or automate it over the protocol. That model made it attractive for headless machines, remote control, hotkey scripts, terminal front ends, web clients, and embedded audio setups. The MPD documentation presents mpc as the basic CLI client, while the wider ecosystem includes richer terminal, graphical, mobile, and web clients.

Adoption history

Adoption spread beyond hobbyist Unix desktops into commercial audio hardware. The MPD project maintains a list of commercial products known to use MPD as a backend and frames that adoption through the GPL obligations attached to shipping modified GPL components. In package managers, MPD is the central server package that related packages orbit around: mpc controls it, mpdscribble and mpdas listen to its playback state for scrobbling, and client libraries expose the protocol to other programs.

How it is used

In practice, users configure mpd.conf, point MPD at a music directory or streams, choose audio outputs, and control it from clients. Its niche is not an all-in-one player interface, but a long-running playback service for people who want the player decoupled from the interface.

security posture

Risk level: orange

formula declares a Homebrew service.

Risk classifier

orange risk · medium confidence · infrastructure

Why

  • formula declares a Homebrew service

Signals

  • metadata:service

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Formula metadata declares a service or daemon block.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 26 runtime dependencies.
  • Build metadata lists 4 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
$XDG_CONFIG_HOME/mpd/mpd.conf~/.config/mpd/mpd.conf/etc/mpd.conf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
$XDG_CONFIG_HOME/mpd/mpd.conf~/.config/mpd/mpd.conf/etc/mpd.conf

executables

Installed executables

CommandKindExposureNote
mpdcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version0.24.12
manager updated2026-06-22
local dataok
upstreamcurrent
latest detectedv0.24.12

https://github.com/MusicPlayerDaemon/MPD

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:mpd
Version0.24.12
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/mpd
Homepagehttps://www.musicpd.org/
Repositoryhttps://github.com/MusicPlayerDaemon/MPD
Upstream docshttps://mpd.readthedocs.io/en/stable
LicenseGPL-2.0-or-later
Source archivehttps://github.com/MusicPlayerDaemon/MPD/archive/refs/tags/v0.24.12.tar.gz
Last updated2026-06-22T14:05:32-07:00
Pulseupdated
Dependencieschromaprint, faad2, ffmpeg, flac, fluid-synth, fmt, game-music-emu, icu4c@78, lame, libao, libid3tag, libmikmod, libmpdclient, libnfs, libnpupnp, libogg, libsamplerate, libshout, libsndfile, libsoxr, libvorbis, mpg123, opus, pcre2, sqlite, wavpack
Build dependenciesmeson, ninja, nlohmann-json, pkgconf
Uses from macOSbzip2, curl, expat
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicedeclared
CaveatsMPD requires a config file to start. Please copy it from $HOMEBREW_PREFIX/etc/mpd/mpd.conf into one of these paths: - ~/.mpd/mpd.conf - ~/.mpdconf and tailor it to your needs.

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namempd
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

mpd 0.24.4-1

Music Player Daemon

https://www.musicpd.org/

sudo apt install mpd
  • Section: sound
  • Architecture: amd64
  • 32 dependencies
  • 4 optional deps
  • normalized package name match
  • Matched by: Mpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mpd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

mpd

nix profile install nixpkgs#mpd
  • normalized package name match
  • Matched by: Mpd
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/mp/mpd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

mpd 0.23.14-2build5

Music Player Daemon

https://www.musicpd.org/

sudo apt install mpd
  • Section: universe/sound
  • Architecture: amd64
  • 32 dependencies
  • 4 optional deps
  • normalized package name match
  • Matched by: Mpd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mpd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

mpd 0.24.12-r0

Music daemon that plays MP3, FLAC, Ogg Vorbis files and Audio CDs

https://musicpd.org/

sudo apk add mpd
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mpd
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Mpd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mpd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mpd-dbg 0.24.12-r0

Music daemon that plays MP3, FLAC, Ogg Vorbis files and Audio CDs (debug symbols)

https://musicpd.org/

sudo apk add mpd-dbg
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mpd
  • 1 dependencies
  • normalized package name match
  • Matched by: Mpd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mpd-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mpd-doc 0.24.12-r0

Music daemon that plays MP3, FLAC, Ogg Vorbis files and Audio CDs (documentation)

https://musicpd.org/

sudo apk add mpd-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mpd
  • normalized package name match
  • Matched by: Mpd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mpd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mpd-openrc 0.24.12-r0

Music daemon that plays MP3, FLAC, Ogg Vorbis files and Audio CDs (OpenRC init scripts)

https://musicpd.org/

sudo apk add mpd-openrc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mpd
  • normalized package name match
  • Matched by: Mpd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mpd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

mpd 0.24.12-2.fc45

Music player daemon

https://www.musicpd.org/

sudo dnf install mpd
  • License: GPL-2.0-only AND BSD-2-Clause AND ISC AND LGPL-2.1-only AND LGPL-2.1-or-later AND BSD-2-Clause-Views
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mpd
  • 32 dependencies
  • 5 provides
  • normalized package name match
  • Matched by: Mpd
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mpd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

mpd 0.24.12-1

Flexible, powerful, server-side application for playing music

https://www.musicpd.org/

sudo pacman -S mpd
  • License: BSD-2-Clause AND GPL-2.0-or-later AND ISC AND LGPL-2.1-only
  • Architecture: x86_64
  • 32 dependencies
  • normalized package name match
  • Matched by: Mpd
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: mpd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

mpd 0.24.10-1.1

Music Player Daemon

https://musicpd.org

sudo zypper install mpd
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mpd
  • 32 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Mpd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: mpd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

mpd-doc 0.24.10-1.1

Additional Package Documentation

https://musicpd.org

sudo zypper install mpd-doc
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: mpd
  • 1 provides
  • normalized package name match
  • Matched by: Mpd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: mpd-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

mpd

sudo port install mpd
  • normalized package name match
  • Matched by: Mpd
MacPorts ports tree · api.github.com · MacPorts ports tree: audio/mpd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

mpd

choco install mpd
  • normalized package name match
  • Matched by: Mpd
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: mpd from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.756','razer-synapse-3'
Scoop95%

main/mpd

scoop install main/mpd
  • normalized package name match
  • Matched by: Mpd
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/mpd.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment