macOS
brew install distcclocal Homebrew formula metadata
sudo port install distccMacPorts ports tree · devel/distcc/Portfile · source: api.github.com
brew
Distributed compiler client and server. Version 3.4 via Homebrew; verified from local package data.
install
brew install distcclocal Homebrew formula metadata
sudo port install distccMacPorts ports tree · devel/distcc/Portfile · source: api.github.com
sudo apk add distccAlpine Linux edge package indexes · distcc · source: dl-cdn.alpinelinux.org
sudo apt install distccDebian stable package indexes · distcc · source: deb.debian.org
sudo dnf install distccFedora Rawhide package metadata · distcc · source: dl.fedoraproject.org
nix profile install nixpkgs#distccnixpkgs package indexes · distcc · source: raw.githubusercontent.com
sudo pacman -S distccArch Linux sync databases · distcc · source: geo.mirror.pkgbuild.com
sudo zypper install distccopenSUSE Tumbleweed package metadata · distcc · source: download.opensuse.org
overview
Distributed compiler client and server
history
distcc is a distributed C, C++, and Objective-C compilation front end originally written by Martin Pool. It matters to package and ports maintainers because it attacks one of the classic pain points of source-based packaging: repeated local compiler work during large builds.
The project presents itself as a free distributed C/C++ compiler system that can run builds across several networked machines without requiring a shared filesystem, synchronized clocks, or matching installed headers and libraries on every host. Its 3.0 series added pump mode, a Google-contributed path that distributes preprocessing as well as compilation when client and server systems are compatible enough.
distcc's own documentation describes use at scales ranging from a few build hosts to environments with hundreds of distcc servers supporting many simultaneous compiles. The project also records later maintainer transitions and continued releases, including 3.2 in 2011, 3.3 in 2018, 3.4 in 2021, and ongoing 3.x development.
Users typically export a host list through DISTCC_HOSTS or place host configuration under the distcc directory, then invoke parallel builds through make -j with CC=distcc or compiler masquerading. The server side is handled by distccd, while monitoring and helper commands support day-to-day build-farm operation.
distcc is a long-running example of Unix build acceleration that works with ordinary compiler invocations instead of replacing the whole build system. That makes it especially attractive in package-manager culture, where maintainers often need to build large C and C++ dependency graphs while preserving normal toolchain semantics.
security posture
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
$DISTCC_DIR/hosts~/.distcc/hostsexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
distcc | cli | global executable | |
distccd | cli | global executable | |
distccmon-text | cli | global executable | |
lsdistcc | cli | global executable | |
pump | cli | global executable | |
update-distcc-symlinks | cli | global executable |
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.
https://github.com/distcc/distcc
install metadata
| Package key | brew:distcc |
|---|---|
| Version | 3.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/distcc |
| Homepage | https://github.com/distcc/distcc/ |
| Repository | https://github.com/distcc/distcc |
| Upstream docs | https://github.com/distcc/distcc#readme |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/distcc/distcc/releases/download/v3.4/distcc-3.4.tar.gz |
| Dependencies | python@3.14 |
| Build dependencies | python-setuptools |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | distcc |
| Version Scheme | 0 |
| Revision | 3 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
distcc 3.4+really3.4-12
simple distributed compiler client and server
sudo apt install distccdistcc-pump 3.4+really3.4-12
pump mode for distcc a distributed compiler client and server
sudo apt install distcc-pumpdistccmon-gnome 3.4+really3.4-12
GTK+ monitor for distcc a distributed client and server
sudo apt install distccmon-gnomedistcc
nix profile install nixpkgs#distccdistcc 3.4+really3.4-4build3
simple distributed compiler client and server
sudo apt install distccdistcc-pump 3.4+really3.4-4build3
pump mode for distcc a distributed compiler client and server
sudo apt install distcc-pumpdistccmon-gnome 3.4+really3.4-4build3
GTK+ monitor for distcc a distributed client and server
sudo apt install distccmon-gnomedistcc 3.4-r10
Ddistributed C, C++, Obj C compiler
https://github.com/distcc/distcc
sudo apk add distccdistcc-doc 3.4-r10
Ddistributed C, C++, Obj C compiler (documentation)
https://github.com/distcc/distcc
sudo apk add distcc-docdistcc-openrc 3.4-r10
Ddistributed C, C++, Obj C compiler (OpenRC init scripts)
https://github.com/distcc/distcc
sudo apk add distcc-openrcdistcc-pump 3.4-r10
pump mode for distcc a distributed compiler client and server
https://github.com/distcc/distcc
sudo apk add distcc-pumpdistcc-pump-pyc 3.4-r10
Precompiled Python bytecode for distcc-pump
https://github.com/distcc/distcc
sudo apk add distcc-pump-pycdistcc 3.4-15.fc45
Distributed C/C++ compilation
https://github.com/distcc/distcc
sudo dnf install distccdistcc-gnome 3.4-15.fc45
Gnome frontend of distcc monitoring tool
https://github.com/distcc/distcc
sudo dnf install distcc-gnomedistcc-server 3.4-15.fc45
Server for distributed C/C++ compilation
https://github.com/distcc/distcc
sudo dnf install distcc-serverdistcc 3.4-15
Distributed compilation service for C, C++ and Objective-C
https://github.com/distcc/distcc
sudo pacman -S distccsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.