Automic VaultAutomic Vault

brew

Install ddcutil with Homebrew, apk, apt, dnf, Nix, pacman, zypper

Control monitor settings using DDC/CI and USB. Version 2.2.7 via Homebrew; verified 2026-05-11.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install ddcutil

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add ddcutil

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

Debian aptverified · 92%
sudo apt install ddcutil

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

Fedora dnfverified · 92%
sudo dnf install ddcutil

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

Nixverified · 92%
nix profile install nixpkgs#ddcutil

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

Arch Linux pacmanverified · 92%
sudo pacman -S ddcutil

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

openSUSE zypperverified · 92%
sudo zypper install ddcutil

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

overview

Package summary

Control monitor settings using DDC/CI and USB

Commands and aliases

  • ddcutil

history

Project history and usage

ddcutil is a Linux command-line utility and C library for reading and changing external monitor settings through DDC/CI over I2C, with USB support for some monitor classes. In package-manager culture it fills the practical gap between desktop display settings panels and scriptable monitor control.

Project history

The project was created and maintained by Sanford Rockowitz, and its official documentation says the use case that inspired development was color profile management: saving monitor color settings during calibration and restoring them when the profile is applied. The public GitHub release history goes back to 0.5.0 in 2016 and the project has continued through the 2.x series with both the ddcutil CLI and libddcutil shared library.

Adoption history

ddcutil became a distribution-facing tool because Linux desktops and automation scripts needed a standard way to address monitor controls exposed through /dev/i2c devices. Its documentation maintains package-status material and maintainer notes, and recent release notes call out KDE PowerDevil integration work around display connection handling and transient I2C permission loss.

How it is used

Typical package usage is small but powerful: detect attached displays, query VCP capabilities, get and set values such as brightness or input source, and integrate those commands into desktop power, color-management, or hotkey workflows. The same project also exposes libddcutil for applications that need monitor control without shelling out.

Why package nerds care

ddcutil matters to package nerds because it wraps a hardware-adjacent protocol in a scriptable Unix tool while still needing udev, kernel module, I2C permission, and monitor quirk handling. It is the sort of package where a formula is only half the story; post-install configuration and distro integration determine whether it works.

Timeline

  • 2015: Public GitHub repository created.
  • 2016: Release 0.5.0 published.
  • 2025: Release 2.2.0 published in the modern libddcutil series.
  • 2026: Release 2.2.7 published with fixes relevant to KDE PowerDevil and display connection handling.

Related projects

  • ddcui provides a Qt graphical interface built around ddcutil.
  • KDE PowerDevil is a desktop power-management consumer called out by the ddcutil release notes.
  • The Monitor Control Command Set and DDC/CI standards define much of the monitor-control surface ddcutil exposes.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for ddcutil. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 2 platform targets.
  • Installs with 12 runtime dependencies.
  • Build metadata lists 1 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/ddcutil/ddcutilrc~/.config/ddcutil/ddcutilrc

executables

Installed executables

CommandKindExposureNote
ddcutilcliglobal 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 version2.2.7
manager updated2026-05-11
local dataok
upstreamnot checked
latest detectednot detected

https://www.ddcutil.com

install metadata

Package metadata

Package keybrew:ddcutil
Version2.2.7
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/ddcutil
Homepagehttps://www.ddcutil.com
Repositoryhttps://github.com/rockowitz/ddcutil
Upstream docshttps://www.ddcutil.com/
LicenseGPL-2.0-or-later
Source archivehttps://www.ddcutil.com/tarballs/ddcutil-2.2.7.tar.gz
Last updated2026-05-11T19:19:42Z
Pulseupdated
Dependenciesacl, dbus, glib, i2c-tools, jansson, kmod, libdrm, libusb, libx11, libxext, libxrandr, systemd
Build dependenciespkgconf
Bottleavailable (on arm64_linux, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameddcutil
Version Scheme0
Revision0
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • 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%

ddcutil 2.2.0-2

Control monitor settings - Standalone command line application

https://www.ddcutil.com

sudo apt install ddcutil
  • Section: utils
  • Architecture: amd64
  • 12 dependencies
  • normalized package name match
  • Matched by: Ddcutil
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ddcutil from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libddcutil-dev 2.2.0-2

Control monitor settings - development files

https://www.ddcutil.com

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

libddcutil5 2.2.0-2

Control monitor settings - shared library

https://www.ddcutil.com

sudo apt install libddcutil5
  • Section: libs
  • Architecture: amd64
  • Source Package: ddcutil
  • 12 dependencies
  • normalized package name match
  • Matched by: Ddcutil
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libddcutil5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

ddcutil

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

ddcutil 1.4.1-1build2

Control monitor settings - Standalone command line application

https://www.ddcutil.com

sudo apt install ddcutil
  • Section: universe/utils
  • Architecture: amd64
  • 11 dependencies
  • normalized package name match
  • Matched by: Ddcutil
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ddcutil from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libddcutil-dev 1.4.1-1build2

Control monitor settings - development files

https://www.ddcutil.com

sudo apt install libddcutil-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: ddcutil
  • 1 dependencies
  • normalized package name match
  • Matched by: Ddcutil
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libddcutil-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libddcutil4 1.4.1-1build2

Control monitor settings - shared library

https://www.ddcutil.com

sudo apt install libddcutil4
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: ddcutil
  • 9 dependencies
  • normalized package name match
  • Matched by: Ddcutil
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libddcutil4 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ddcutil 2.2.7-r1

Query and change Linux monitor settings using DDC/CI and USB

https://github.com/rockowitz/ddcutil

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

ddcutil-dev 2.2.7-r1

Query and change Linux monitor settings using DDC/CI and USB (development files)

https://github.com/rockowitz/ddcutil

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

ddcutil-doc 2.2.7-r1

Query and change Linux monitor settings using DDC/CI and USB (documentation)

https://github.com/rockowitz/ddcutil

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

ddcutil-udev 2.2.7-r1

Query and change Linux monitor settings using DDC/CI and USB (udev rules)

https://github.com/rockowitz/ddcutil

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

ddcutil 2.2.1-3.fc44

Query and update monitor settings

http://www.ddcutil.com

sudo dnf install ddcutil
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ddcutil
  • 12 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ddcutil
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ddcutil from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libddcutil 2.2.1-3.fc44

Shared library to query and update monitor settings

http://www.ddcutil.com

sudo dnf install libddcutil
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: ddcutil
  • 13 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ddcutil
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libddcutil from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libddcutil-devel 2.2.1-3.fc44

Development files for libddcutil

http://www.ddcutil.com

sudo dnf install libddcutil-devel
  • License: GPL-2.0-or-later AND BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: ddcutil
  • 4 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ddcutil
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libddcutil-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

ddcutil 2.2.7-1

Query and change Linux monitor settings using DDC/CI and USB.

http://ddcutil.com/

sudo pacman -S ddcutil
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 13 dependencies
  • normalized package name match
  • Matched by: Ddcutil
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ddcutil from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

ddcutil 2.2.5-2.2

Utility to query and update monitor settings

https://github.com/rockowitz/ddcutil

sudo zypper install ddcutil
  • License: GPL-2.0-or-later
  • Category: System/GUI/Other
  • Architecture: x86_64
  • Source Package: ddcutil
  • 8 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ddcutil
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ddcutil from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

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