Automic VaultAutomic Vault

brew

Install dbus with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Message bus system, providing inter-application communication. Version 1.16.2 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install dbus

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install dbus

MacPorts ports tree · devel/dbus/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add dbus

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

Debian aptverified · 92%
sudo apt install dbus

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

Fedora dnfverified · 92%
sudo dnf install dbus

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

Nixverified · 92%
nix profile install nixpkgs#dbus

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

Arch Linux pacmanverified · 92%
sudo pacman -S dbus

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

openSUSE zypperverified · 92%
sudo zypper install dbus-1-daemon

openSUSE Tumbleweed package metadata · dbus-1-daemon · source: download.opensuse.org

overview

Package summary

Message bus system, providing inter-application communication

Commands and aliases

  • dbus-cleanup-sockets
  • dbus-daemon
  • dbus-launch
  • dbus-monitor
  • dbus-run-session
  • dbus-send
  • dbus-test-tool
  • dbus-update-activation-environment
  • dbus-uuidgen

history

Project history and usage

D-Bus is the freedesktop.org message bus system and reference implementation for low-overhead local IPC, providing both a protocol and the dbus-daemon used by Unix desktop and system services.

Project history

The D-Bus specification credits authors from Red Hat, CodeFactory, Imendio, Collabora, and others, and its first released document was revision 0.8 in September 2003. The protocol was declared frozen for compatible extension in November 2006, making later changes conservative and versioned.

Adoption history

freedesktop.org describes dbus as the reference implementation and says released versions are available in all major Linux distributions. The project page also notes that D-Bus was heavily tested in real-world use over several years before being treated as set in stone.

How it is used

D-Bus supplies a system bus for events such as hardware or printer changes and a per-login-session bus for desktop IPC. The package also ships tools such as dbus-daemon, dbus-send, dbus-monitor, dbus-run-session, and dbus-uuidgen for debugging and service integration.

Why package nerds care

As a package, dbus sits near the base of the modern Linux desktop graph: many GUI, service, policy, and session components do not expose D-Bus directly to users, but they rely on its daemon, activation files, bus names, and language bindings.

Timeline

  • 2003: D-Bus specification revision 0.8 is the first released document.
  • 2006: D-Bus protocol is frozen for compatible extensions.
  • 2024: Specification revision 0.43 documents more modern interfaces and service-loading guidance.
  • 2026: freedesktop.org lists dbus 1.16.x as the stable branch and 1.14.x as a legacy branch supported for security fixes until mid-2026.

Related projects

  • Related projects include libdbus, dbus-daemon, dbus-glib, GDBus, QtDBus, sd-bus, and language bindings for Python, Ruby, Go, Rust, and other ecosystems.

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

  • Homebrew declares a post-install hook for this formula.
  • Formula metadata declares a service or daemon block.
  • Homebrew bottle metadata is available for 8 platform targets.
  • Build metadata lists 6 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
/usr/share/dbus-1/system.conf/usr/share/dbus-1/session.conf/etc/dbus-1/system.d/etc/dbus-1/session.d

executables

Installed executables

CommandKindExposureNote
dbus-cleanup-socketscliglobal executable
dbus-daemoncliglobal executable
dbus-launchcliglobal executable
dbus-monitorcliglobal executable
dbus-run-sessioncliglobal executable
dbus-sendcliglobal executable
dbus-test-toolcliglobal executable
dbus-update-activation-environmentcliglobal executable
dbus-uuidgencliglobal 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 version1.16.2
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://wiki.freedesktop.org/www/Software/dbus

install metadata

Package metadata

Package keybrew:dbus
Version1.16.2
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/dbus
Homepagehttps://wiki.freedesktop.org/www/Software/dbus
Repositoryhttps://gitlab.freedesktop.org/dbus/dbus
Upstream docshttps://dbus.freedesktop.org/doc/api/html
LicenseAFL-2.1 OR GPL-2.0-or-later
Source archivehttps://dbus.freedesktop.org/releases/dbus/dbus-1.16.2.tar.xz
Build dependenciesdocbook, docbook-xsl, meson, ninja, pkgconf, xmlto
Uses from macOSexpat
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installdefined
Servicedeclared
CaveatsTo start the session bus now and at login: brew services start dbus To start the system bus now and on boot, install and activate the included daemon: sudo cp -f $(brew --prefix dbus)/org.freedesktop.dbus-system.plist /Library/LaunchDaemons sudo launchctl bootstrap system /Library/LaunchDaemons/org.freedesktop.dbus-system.plist If the daemon is already installed and running, restart it: sudo launchctl kickstart -k system/org.freedesktop.dbus-system

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namedbus
Version Scheme0
Revision1
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%

dbus 1.16.2-2

simple interprocess messaging system (system message bus)

https://dbus.freedesktop.org/

sudo apt install dbus
  • Section: admin
  • Architecture: amd64
  • 8 dependencies
  • 2 provides
  • 2 optional deps
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-1-doc 1.16.2-2

simple interprocess messaging system (documentation)

https://dbus.freedesktop.org/

sudo apt install dbus-1-doc
  • Section: doc
  • Architecture: all
  • Source Package: dbus
  • 1 optional deps
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-1-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-bin 1.16.2-2

simple interprocess messaging system (command line utilities)

https://dbus.freedesktop.org/

sudo apt install dbus-bin
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 2 dependencies
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-daemon 1.16.2-2

simple interprocess messaging system (reference message bus)

https://dbus.freedesktop.org/

sudo apt install dbus-daemon
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 10 dependencies
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-daemon from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-session-bus-common 1.16.2-2

simple interprocess messaging system (session bus configuration)

https://dbus.freedesktop.org/

sudo apt install dbus-session-bus-common
  • Section: admin
  • Architecture: all
  • Source Package: dbus
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-session-bus-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-system-bus-common 1.16.2-2

simple interprocess messaging system (system bus configuration)

https://dbus.freedesktop.org/

sudo apt install dbus-system-bus-common
  • Section: admin
  • Architecture: all
  • Source Package: dbus
  • 2 dependencies
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-system-bus-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-tests 1.16.2-2

simple interprocess messaging system (test infrastructure)

https://dbus.freedesktop.org/

sudo apt install dbus-tests
  • Section: misc
  • Architecture: amd64
  • Source Package: dbus
  • 11 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-user-session 1.16.2-2

simple interprocess messaging system (systemd --user integration)

https://dbus.freedesktop.org/

sudo apt install dbus-user-session
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 5 dependencies
  • 2 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-user-session from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-x11 1.16.2-2

simple interprocess messaging system (X11 deps)

https://dbus.freedesktop.org/

sudo apt install dbus-x11
  • Section: x11
  • Architecture: amd64
  • Source Package: dbus
  • 6 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-x11 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libdbus-1-3 1.16.2-2

simple interprocess messaging system (library)

https://dbus.freedesktop.org/

sudo apt install libdbus-1-3
  • Section: libs
  • Architecture: amd64
  • Source Package: dbus
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libdbus-1-3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libdbus-1-dev 1.16.2-2

simple interprocess messaging system (development headers)

https://dbus.freedesktop.org/

sudo apt install libdbus-1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: dbus
  • 4 dependencies
  • normalized package name match
  • Matched by: Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libdbus-1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

dbus

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

dbus 1.14.10-4ubuntu4

simple interprocess messaging system (system message bus)

https://dbus.freedesktop.org/

sudo apt install dbus
  • Section: devel
  • Architecture: amd64
  • 7 dependencies
  • 2 provides
  • 2 optional deps
  • normalized package name match
  • Matched by: Dbus
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dbus from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

dbus-1-doc 1.14.10-4ubuntu4

simple interprocess messaging system (documentation)

https://dbus.freedesktop.org/

sudo apt install dbus-1-doc
  • Section: doc
  • Architecture: all
  • Source Package: dbus
  • 1 optional deps
  • normalized package name match
  • Matched by: Dbus
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dbus-1-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

dbus-bin 1.14.10-4ubuntu4

simple interprocess messaging system (command line utilities)

https://dbus.freedesktop.org/

sudo apt install dbus-bin
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 2 dependencies
  • normalized package name match
  • Matched by: Dbus
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dbus-bin from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

dbus-daemon 1.14.10-4ubuntu4

simple interprocess messaging system (reference message bus)

https://dbus.freedesktop.org/

sudo apt install dbus-daemon
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 10 dependencies
  • normalized package name match
  • Matched by: Dbus
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dbus-daemon from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz

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