# 使用 Homebrew, apt, dnf, Nix, zypper 安装 icecream

查看 icecream 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:icecream
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install icecream
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install icecream
```

  证据: Debian stable package indexes: icecream from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install icecream
```

  证据: Fedora Rawhide package metadata: icecream from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#icecream
```

  证据: nixpkgs package indexes: pkgs/by-name/ic/icecream/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install icecream
```

  证据: openSUSE Tumbleweed package metadata: icecream from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## 软件包事实

- **软件包键:** brew:icecream
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/icecream>
- **版本:** 1.4
- **来源摘要:** Distributed compiler with a central scheduler to share build load
- **主页:** <https://en.opensuse.org/Icecream>
- **仓库:** <https://github.com/icecc/icecream>
- **上游文档:** <https://github.com/icecc/icecream>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://github.com/icecc/icecream/archive/refs/tags/1.4.tar.gz>
- **最后更新:** 2026-06-13T23:34:59+02:00
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- icecc (cli)
- icecc-create-env (cli)
- icecc-scheduler (cli)
- icecc-test-env (cli)
- iceccd (cli)
- icerun (cli)
- icecc (别名)
- icecc-create-env (别名)
- icecc-scheduler (别名)
- icecc-test-env (别名)
- iceccd (别名)
- icerun (别名)

## 依赖

- libarchive
- lzo
- zstd

## 构建依赖

- autoconf
- automake
- docbook2x
- libtool
- pkgconf

## 安装行为

- post-install 钩子: 未定义
- 服务: declared
- 注意事项: To override the toolset with icecc, add to your path: $HOMEBREW_PREFIX/opt/icecream/libexec/icecc/bin
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.4
- 管理器更新时间: 2026-06-13
- 本地数据: OK
- 上游仓库: https://github.com/icecc/icecream
- 检测到的最新版本: 1.4 (当前)
## 项目历史与用法

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.

### 时间线

- 2013: The openSUSE wiki page recorded SUSE origins and distcc lineage.
- 2010s: Documentation moved from the openSUSE wiki into the GitHub README.
- 2019: Icecream 1.2 and 1.3 tags appear in the public repository history.
- 2020s: Distribution packages continue to ship Icecream with scheduler, daemon, wrapper, and environment tools.

### Related projects

- distcc is the earlier distributed compilation project that inspired Icecream's basic model.
- icemon and icecream-sundae are monitor tools recommended by the Icecream README.
- ccache can be combined with Icecream by using `CCACHE_PREFIX=icecc`.

### 来源

- <https://en.opensuse.org/Icecream>
- <https://formulae.brew.sh/formula/icecream>
- <https://github.com/icecc/icecream>
- <https://packages.debian.org/sid/icecc>


## 安全说明

formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- formula declares a Homebrew service

## 源数据库详情

- **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:** stable

## 其他软件包管理器记录

- Debian apt - icecream - 1.3-6: normalized package name match | Debian stable package indexes: icecream from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | lightweight stream download utility | http://icecream.sourceforge.net
- Nix - icecream: normalized package name match | nixpkgs package indexes: pkgs/by-name/ic/icecream/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - icecream - 1.3-5: normalized package name match | Ubuntu 24.04 LTS package indexes: icecream from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | lightweight stream download utility | http://icecream.sourceforge.net
- dnf - icecream - 1.4-0.18.rc1.fc44: normalized package name match | Fedora Rawhide package metadata: icecream from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Distributed compiler | https://github.com/icecc/icecream
- dnf - icecream-devel - 1.4-0.18.rc1.fc44: normalized package name match | Fedora Rawhide package metadata: icecream-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for icecream | https://github.com/icecc/icecream
- zypper - icecream - 1.4.0-4.3: normalized package name match | openSUSE Tumbleweed package metadata: icecream from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Distributed Compilation in the Network | https://github.com/icecc/icecream
- zypper - icecream-clang-wrappers - 1.4.0-4.3: normalized package name match | openSUSE Tumbleweed package metadata: icecream-clang-wrappers from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Distributed Compile Wrappers for Clang | https://github.com/icecc/icecream
- zypper - libicecream-devel - 1.4.0-4.3: normalized package name match | openSUSE Tumbleweed package metadata: libicecream-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | For Distributed Compile in the Network | https://github.com/icecc/icecream
- Debian apt - icecc - 1.4-1+b3: installed executable or alias match | Debian stable package indexes: icecc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | distributed compiler (client and server) | https://github.com/icecc/icecream
- Debian apt - libicecc-dev - 1.4-1+b3: installed executable or alias match | Debian stable package indexes: libicecc-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for icecc (distributed compiler) | https://github.com/icecc/icecream
- Ubuntu apt - icecc - 1.4-1build2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: icecc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | distributed compiler (client and server) | https://github.com/icecc/icecream
- Ubuntu apt - libicecc-dev - 1.4-1build2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libicecc-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | development files for icecc (distributed compiler) | https://github.com/icecc/icecream


## 相关链接

- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [libarchive](https://www.automicvault.com/zh-hans/pkg/brew/libarchive/) - Runtime dependency declared by Homebrew.
- [zstd](https://www.automicvault.com/zh-hans/pkg/brew/zstd/) - Runtime dependency declared by Homebrew.
- [autoconf](https://www.automicvault.com/zh-hans/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/zh-hans/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [docbook2x](https://www.automicvault.com/zh-hans/pkg/brew/docbook2x/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/zh-hans/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [icemon](https://www.automicvault.com/zh-hans/pkg/brew/icemon/) - Popular package that depends on this formula.
- [cargo-chef](https://www.automicvault.com/zh-hans/pkg/brew/cargo-chef/) - Shares av.db curated category or tags: build, cli, developer-tools.
- [distcc](https://www.automicvault.com/zh-hans/pkg/brew/distcc/) - Shares av.db curated category or tags: cli, compiler, developer-tools, distributed-compilation.
- [docker-buildx](https://www.automicvault.com/zh-hans/pkg/brew/docker-buildx/) - Shares av.db curated category or tags: build, cli, developer-tools.
- [make](https://www.automicvault.com/zh-hans/pkg/brew/make/) - Shares av.db curated category or tags: build, cli, developer-tools.
- [makedepend](https://www.automicvault.com/zh-hans/pkg/brew/makedepend/) - Shares av.db curated category or tags: build, cli, developer-tools.
- [makefile2graph](https://www.automicvault.com/zh-hans/pkg/brew/makefile2graph/) - Shares av.db curated category or tags: build, cli, developer-tools.
- [aarch64-elf-gcc](https://www.automicvault.com/zh-hans/pkg/brew/aarch64-elf-gcc/) - Shares av.db curated category or tags: cli, compiler, developer-tools.
- [adaptivecpp](https://www.automicvault.com/zh-hans/pkg/brew/adaptivecpp/) - Shares av.db curated category or tags: cli, compiler, developer-tools.
- [llvm](https://www.automicvault.com/zh-hans/pkg/brew/llvm/) - Local metadata places this package in an adjacent workflow. Shared terms: build, cli, compiler, developer, developer-tools.
- [alive2](https://www.automicvault.com/zh-hans/pkg/brew/alive2/) - Local package facts share a topical domain. Shared terms: cli, compiler, developer, developer-tools, zstd.

## Combined YAML source

View the package source record on GitHub. [combined/icecream.yml](https://github.com/automic-vault/db/blob/main/combined/icecream.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
