icecc/icecream
Distributed compiler with a central scheduler to share build load observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 70
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5062
- days_rel: n/a
- days_push: 182
- n_releases_24m: 0
Adoption not part of the score
1817 stars · 265 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Icecream is a distributed compiler system, created by SUSE and based on distcc, that spreads C/C++ compile jobs across remote machines for parallel builds. Unlike distcc, it uses a central scheduler that dynamically routes compile jobs to the fastest available machine.
Use cases
- speed up large C++ builds by using idle machines on the network
- distribute compile jobs across a shared compute cluster
- replace distcc with a scheduler that picks the fastest free node
- set up cross-compilation across heterogeneous machines
- combine distributed builds with ccache
When to choose
- you have multiple networked machines and slow C/C++ builds
- you want dynamic job scheduling instead of distcc's static setup
- you need cross-compilation support in a distributed build
When to avoid
- you build on a single machine with no spare network nodes
- your build is not C/C++ compiler based
- you cannot open the required network ports due to firewall restrictions
Facets
cli-tool · maturity stable
compiler build-tool developer-tools developer-tools performance bsd cross-platform cli distributed-compilation distcc-alternative build-acceleration scheduler c-cpp command-line linux macos
1 source
- readme: https://github.com/icecc/icecream · fetched 2026-08-28 · b56362b9ae95
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| icecc/icecream | main | 54 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem