Automic VaultAutomic Vault

brew

Install duc with Homebrew, apk, apt, dnf, Nix, zypper

Suite of tools for inspecting disk usage. Version 1.4.6 via Homebrew; verified 2026-04-18.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install duc

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add duc

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

Debian aptverified · 92%
sudo apt install duc

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

Fedora dnfverified · 92%
sudo dnf install duc

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

Nixverified · 92%
nix profile install nixpkgs#duc

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

openSUSE zypperverified · 92%
sudo zypper install duc

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

overview

Package summary

Suite of tools for inspecting disk usage

Commands and aliases

  • duc

history

Project history and usage

duc is a disk-usage indexer and visualizer built for large Unix filesystems. Its niche is the middle ground between simple du-style scans and heavier monitoring systems: it indexes once, stores accumulated directory sizes, then lets users inspect the database through CLI, ncurses, X/OpenGL, or CGI views.

Project history

The project documentation presents duc as a collection of tools for indexing, inspecting, and visualizing disk usage. Its homepage emphasizes scale, saying it has been tested on filesystems with hundreds of millions of files and petabytes of storage.

The public GitHub release history shows a 1.0 release candidate in 2015 followed by 1.x releases, which matches its role as a mature small Unix utility rather than a fast-moving platform.

Adoption history

duc entered conventional Unix packaging channels: its homepage documents Debian and derivative installation, and the package metadata here shows availability across Homebrew, Debian, Fedora, Nix, Ubuntu, Alpine, and openSUSE-family packaging.

Adoption is mostly sysadmin and storage-operator oriented. It is useful where repeated recursive du scans are too expensive and where visual inspection is more useful than a single sorted list.

How it is used

The typical workflow is to run duc index over a filesystem subtree, then use commands such as duc ls, text UI, GUI, or web views to inspect where space is going. Its default database workflow makes it valuable on machines where disk usage analysis is repeated.

Because it keeps a database of accumulated sizes, duc is better suited to repeated exploration of large trees than one-shot disk usage commands.

Why package nerds care

duc is package-nerd-interesting as a classic small C/Unix utility: one executable name, man-page style documentation, broad distro packaging, and a stable purpose that has not accreted a large platform around itself.

It also represents a family of disk-usage tools that compete by data structure and UI rather than by cloud integration: ncdu, dust, gdu, and duc all solve the same operator itch with different tradeoffs.

Timeline

  • 2015: duc 1.0 release candidate appears in the GitHub release history.
  • 2015: duc 1.1, 1.2, and 1.3 releases follow.
  • 2016: duc 1.4 release line begins.
  • 2017: duc 1.4.3 is published in the GitHub release history.

Related projects

  • duc is related in usage to ncdu, gdu, dust, and graphical disk usage viewers, but its distinguishing feature is the persistent indexed database used by several front ends.
  • It also belongs to the same operational toolbox as du, df, find, and filesystem inventory scripts used by Unix administrators.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 7 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
/etc/ducrc~/.config/duc/ducrc~/.ducrc./.ducrc

executables

Installed executables

CommandKindExposureNote
duccliglobal 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.4.6
manager updated2026-04-18
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/zevv/duc

install metadata

Package metadata

Package keybrew:duc
Version1.4.6
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/duc
Homepagehttps://github.com/zevv/duc
Repositoryhttps://github.com/zevv/duc
Upstream docshttps://github.com/zevv/duc#readme
LicenseLGPL-3.0-only
Source archivehttps://github.com/zevv/duc/releases/download/1.4.6/duc-1.4.6.tar.gz
Last updated2026-04-18T19:16:54-04:00
Pulseupdated
Dependenciescairo, gettext, glfw, glib, harfbuzz, pango, tokyo-cabinet
Build dependenciespkgconf
Uses from macOSncurses
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameduc
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%

duc 1.4.5-1+b1

high-performance disk usage analyzer

https://duc.zevv.nl/

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

duc-nox 1.4.5-1+b1

high-performance disk usage analyzer (without X support)

https://duc.zevv.nl/

sudo apt install duc-nox
  • Section: utils
  • Architecture: amd64
  • Source Package: duc
  • 4 dependencies
  • normalized package name match
  • Matched by: Duc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: duc-nox from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

duc

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

duc 1.4.5-1build2

high-performance disk usage analyzer

https://duc.zevv.nl/

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

duc-nox 1.4.5-1build2

high-performance disk usage analyzer (without X support)

https://duc.zevv.nl/

sudo apt install duc-nox
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: duc
  • 4 dependencies
  • normalized package name match
  • Matched by: Duc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: duc-nox from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

duc 1.4.5-r0

Tool for inspecting disk usage

http://duc.zevv.nl/

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

duc-doc 1.4.5-r0

Tool for inspecting disk usage (documentation)

http://duc.zevv.nl/

sudo apk add duc-doc
  • License: LGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: duc
  • normalized package name match
  • Matched by: Duc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: duc-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

duc 1.4.6-2.fc44

Disk usage tools

https://duc.zevv.nl/

sudo dnf install duc
  • License: LGPL-3.0-or-later AND MIT-Khronos-old
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: duc
  • 11 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Duc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: duc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

duc 1.4.6-1.3

Collection of tools for inspecting and visualizing disk usage

https://github.com/zevv/duc

sudo zypper install duc
  • License: LGPL-3.0-only
  • Category: System/Filesystems
  • Architecture: x86_64
  • Source Package: duc
  • 10 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Duc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: duc 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