macOS
brew install icecreamlocal Homebrew formula metadata
brew
Distributed compiler with a central scheduler to share build load. Version 1.4 via Homebrew; verified 2026-06-13.
install
brew install icecreamlocal Homebrew formula metadata
sudo apt install icecreamDebian stable package indexes · icecream · source: deb.debian.org
sudo dnf install icecreamFedora Rawhide package metadata · icecream · source: dl.fedoraproject.org
nix profile install nixpkgs#icecreamnixpkgs package indexes · pkgs/by-name/ic/icecream/package.nix · source: api.github.com
sudo zypper install icecreamopenSUSE Tumbleweed package metadata · icecream · source: download.opensuse.org
overview
Distributed compiler with a central scheduler to share build load
history
Icecream is a distributed C and C++ compilation system built around a central scheduler, client wrapper, and worker daemons. It grew from SUSE's build-farm needs and from distcc ideas, then became a common package for developers who want local-network compile acceleration without hand-managing host lists.
The upstream README and openSUSE wiki both state that Icecream was created by SUSE based on distcc. Like distcc, it distributes compile jobs among remote machines, but its scheduler dynamically chooses the fastest free server, which is especially useful on shared build networks.
The project matured around a small set of Unix-style tools: `icecc` as the compiler wrapper, `iceccd` as the daemon, `icecc-scheduler` as the coordinator, environment packaging helpers for heterogeneous builds, and optional monitors. Its documentation moved from the openSUSE wiki to the GitHub README, while distro packages remained the recommended installation path.
Icecream's natural adopters are Linux distribution builders, KDE/openSUSE developers, embedded teams, and anyone compiling large C or C++ trees on multiple machines. The upstream README explicitly recommends using distribution-maintained packages because startup scripts and integration vary by system.
The input package metadata shows the reason it fits package managers well: Homebrew, Debian, Fedora, Nix, Ubuntu, and openSUSE all package it, often alongside the `icemon` graphical monitor or other status tools.
A minimal Icecream network runs one scheduler and one or more daemons. Developers put the Icecream compiler wrapper directory early in PATH or use integration with ccache, then normal builds send eligible compile jobs to workers.
The project also supports heterogeneous and cross-compilation setups by packaging compiler environments, which is one of the key differences from a simple remote-shell build farm.
Icecream is package-nerd significant because it turns spare machines into build capacity using ordinary distro packages and shell environment changes. It is a classic example of build tooling whose most valuable feature is not a new compiler, but coordination around existing compilers.
It also sits in the same mental category as distcc, ccache, and sccache, which makes it a recurring comparison point for developers optimizing package builds.
security posture
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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
icecc | cli | global executable | |
icecc-create-env | cli | global executable | |
icecc-scheduler | cli | global executable | |
icecc-test-env | cli | global executable | |
iceccd | cli | global executable | |
icerun | 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/icecc/icecream
install metadata
| Package key | brew:icecream |
|---|---|
| Version | 1.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/icecream |
| Homepage | https://en.opensuse.org/Icecream |
| Repository | https://github.com/icecc/icecream |
| Upstream docs | https://github.com/icecc/icecream |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/icecc/icecream/archive/refs/tags/1.4.tar.gz |
| Last updated | 2026-06-13T23:34:59+02:00 |
| Pulse | updated |
| Dependencies | libarchive, lzo, zstd |
| Build dependencies | autoconf, automake, docbook2x, libtool, pkgconf |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | To override the toolset with icecc, add to your path: $HOMEBREW_PREFIX/opt/icecream/libexec/icecc/bin |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | icecream |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
icecream 1.3-6
lightweight stream download utility
http://icecream.sourceforge.net
sudo apt install icecreamicecream
nix profile install nixpkgs#icecreamicecream 1.3-5
lightweight stream download utility
http://icecream.sourceforge.net
sudo apt install icecreamicecream 1.4-0.18.rc1.fc44
Distributed compiler
https://github.com/icecc/icecream
sudo dnf install icecreamicecream-devel 1.4-0.18.rc1.fc44
Development files for icecream
https://github.com/icecc/icecream
sudo dnf install icecream-develicecream 1.4.0-4.3
Distributed Compilation in the Network
https://github.com/icecc/icecream
sudo zypper install icecreamicecream-clang-wrappers 1.4.0-4.3
Distributed Compile Wrappers for Clang
https://github.com/icecc/icecream
sudo zypper install icecream-clang-wrapperslibicecream-devel 1.4.0-4.3
For Distributed Compile in the Network
https://github.com/icecc/icecream
sudo zypper install libicecream-develicecc 1.4-1+b3
distributed compiler (client and server)
https://github.com/icecc/icecream
sudo apt install icecclibicecc-dev 1.4-1+b3
development files for icecc (distributed compiler)
https://github.com/icecc/icecream
sudo apt install libicecc-devicecc 1.4-1build2
distributed compiler (client and server)
https://github.com/icecc/icecream
sudo apt install icecclibicecc-dev 1.4-1build2
development files for icecc (distributed compiler)
https://github.com/icecc/icecream
sudo apt install libicecc-devsource 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.