# distcc/distcc

distributed builds for C, C++ and Objective C

Repository: https://github.com/distcc/distcc
Canonical: https://ross.abutalabs.com/products/distcc
Language: C
License: GPL-2.0
License Family: copyleft
Last push: 2026-07-08T15:29:08+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 91, release rhythm 8, longevity 100
- inputs: {"age_days": 4107, "days_push": 56, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2302, forks 316 (observed 2026-08-28T04:06:35.449246+00:00)

## What it is
distcc is a distributed compilation front-end for C, C++, and Objective C that spreads compile jobs across machines on a network. It works with gcc and GNU make's parallel builds, requires no shared filesystem, and can be significantly faster than local compilation.

## Use cases
- speed up compiling large C/C++ projects across multiple machines
- distribute Linux kernel builds over a network
- reduce build times for projects like KDE or Samba using spare machines
- set up a distributed build farm without shared filesystems
- accelerate CI builds with parallel remote compilation
- use pump mode to offload preprocessing to remote servers

## When to choose
- you build large C/C++/Objective C codebases and have multiple networked machines available
- you want faster builds without requiring shared filesystems or identical machine setups
- you already use GNU make -j and gcc-compatible toolchains

## When to avoid
- your project is not C, C++, or Objective C
- you have only a single machine or a very fast local build
- you need distributed builds for languages with their own native distributed build tools
- network bandwidth between machines is very limited and pump mode is not viable

## Facets
- artifact type: cli-tool
- maturity: stable
- function: compiler, build-tool, developer-tools
- domain: developer-tools, performance
- platform: cross-platform, cli
- tags: distributed-compilation, c, cpp, gcc, parallel-builds, build-acceleration, command-line, linux, macos

## Member repositories
- distcc/distcc (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:35.449246+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:40:09.744397+00:00, confidence not recorded.
  - readme: https://github.com/distcc/distcc (fetched 2026-08-28T04:06:35.449246+00:00, sha 081c769df178)
- Data as of 2026-08-30T08:39:29.467469+00:00.
