dbus
brew install dbus
v1.16.2_1
AFL-2.1 OR GPL-2.0-or-later
IPC message bus system enabling inter-process communication on desktop and embedded systems.
Why you might care
D-Bus is the de facto standard for privileged and unprivileged inter-process communication on Linux desktops and many embedded systems. If you're building desktop applications, system daemons, or anything that needs to coordinate with other processes (notifications, power management, hardware events), D-Bus provides a standardized, session/system-wide message bus. It's a build/runtime dependency for most Linux GUI frameworks and many system services.
42.9k
30-day installs · #151
145.0k
90-day · #144
570.6k
365-day · #126
Build dependencies
Links
- https://wiki.freedesktop.org/www/Software/dbus
- Brew formula source: Formula/d/dbus.rb
Caveats
To 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
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"systemd user bus",
"AF_UNIX sockets"
],
"build_dependencies": [
"docbook",
"docbook-xsl",
"meson",
"ninja",
"pkgconf",
"xmlto"
],
"categories": [
"messaging",
"ipc",
"sysadmin"
],
"caveats": "To start the session bus now and at login:\n\n brew services start dbus\n\nTo start the system bus now and on boot, install and activate the included daemon:\n\n sudo cp -f $(brew --prefix dbus)/org.freedesktop.dbus-system.plist /Library/LaunchDaemons\n sudo launchctl bootstrap system /Library/LaunchDaemons/org.freedesktop.dbus-system.plist\n\nIf the daemon is already installed and running, restart it:\n\n sudo launchctl kickstart -k system/org.freedesktop.dbus-system\n",
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Message bus system, providing inter-application communication",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:52+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "dbus",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://wiki.freedesktop.org/www/Software/dbus",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "dbus",
"installs_30d": 42913,
"installs_365d": 570562,
"installs_90d": 144998,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "AFL-2.1 OR GPL-2.0-or-later",
"llm_generated_at": "2026-06-20T23:43:02+00:00",
"llm_model": "claude-haiku-4-5",
"name": "dbus",
"oldnames": [],
"one_liner": "IPC message bus system enabling inter-process communication on desktop and embedded systems.",
"optional_dependencies": [],
"rank_30d": 151,
"rank_365d": 126,
"rank_90d": 144,
"raw_hash": "ca527ecaf36021b2",
"recommended_dependencies": [],
"revision": 1,
"ruby_source_path": "Formula/d/dbus.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
{
"libxslt": "build"
},
{
"python": "build"
},
"expat"
],
"version_head": "HEAD",
"version_stable": "1.16.2",
"versioned_formulae": [],
"why_use_this": "D-Bus is the de facto standard for privileged and unprivileged inter-process communication on Linux desktops and many embedded systems. If you\u0027re building desktop applications, system daemons, or anything that needs to coordinate with other processes (notifications, power management, hardware events), D-Bus provides a standardized, session/system-wide message bus. It\u0027s a build/runtime dependency for most Linux GUI frameworks and many system services."
}