macOS
brew install distcclocal Homebrew formula metadata
sudo port install distccMacPorts ports tree · devel/distcc/Portfile · ソース: api.github.com
brew
distcc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install distcclocal Homebrew formula metadata
sudo port install distccMacPorts ports tree · devel/distcc/Portfile · ソース: api.github.com
sudo apk add distccAlpine Linux edge package indexes · distcc · ソース: dl-cdn.alpinelinux.org
sudo apt install distccDebian stable package indexes · distcc · ソース: deb.debian.org
sudo dnf install distccFedora Rawhide package metadata · distcc · ソース: dl.fedoraproject.org
nix profile install nixpkgs#distccnixpkgs package indexes · distcc · ソース: raw.githubusercontent.com
sudo pacman -S distccArch Linux sync databases · distcc · ソース: geo.mirror.pkgbuild.com
sudo zypper install distccopenSUSE Tumbleweed package metadata · distcc · ソース: download.opensuse.org
概要
Distributed compiler client and server
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal. formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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/hosts実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
distcc | cli | グローバル実行可能ファイル | |
distccd | cli | グローバル実行可能ファイル | |
distccmon-text | cli | グローバル実行可能ファイル | |
lsdistcc | cli | グローバル実行可能ファイル | |
pump | cli | グローバル実行可能ファイル | |
update-distcc-symlinks | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/distcc/distcc
インストールメタデータ
| パッケージキー | brew:distcc |
|---|---|
| バージョン | 3.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/distcc |
| ホームページ | https://github.com/distcc/distcc/ |
| リポジトリ | https://github.com/distcc/distcc |
| 上流ドキュメント | https://github.com/distcc/distcc#readme |
| ライセンス | GPL-2.0-or-later |
| ソースアーカイブ | https://github.com/distcc/distcc/releases/download/v3.4/distcc-3.4.tar.gz |
| 最終更新 | 2026-07-10T19:03:07-04:00 |
| Pulse | updated |
| 依存関係 | python@3.14 |
| ビルド依存関係 | python-setuptools |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 distccソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.