macOS
brew install icecreamlocal Homebrew formula metadata
brew
icecream のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install icecreamlocal Homebrew formula metadata
sudo apt install icecreamDebian stable package indexes · icecream · ソース: deb.debian.org
sudo dnf install icecreamFedora Rawhide package metadata · icecream · ソース: dl.fedoraproject.org
nix profile install nixpkgs#icecreamnixpkgs package indexes · pkgs/by-name/ic/icecream/package.nix · ソース: api.github.com
sudo zypper install icecreamopenSUSE Tumbleweed package metadata · icecream · ソース: download.opensuse.org
概要
Distributed compiler with a central scheduler to share build load
履歴
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.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
icecc | cli | グローバル実行可能ファイル | |
icecc-create-env | cli | グローバル実行可能ファイル | |
icecc-scheduler | cli | グローバル実行可能ファイル | |
icecc-test-env | cli | グローバル実行可能ファイル | |
iceccd | cli | グローバル実行可能ファイル | |
icerun | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/icecc/icecream
インストールメタデータ
| パッケージキー | brew:icecream |
|---|---|
| バージョン | 1.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/icecream |
| ホームページ | 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 |
| Pulse | updated |
| 依存関係 | libarchive, lzo, zstd |
| ビルド依存関係 | autoconf, automake, docbook2x, libtool, pkgconf |
| Bottle | 利用可能 (対象 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 | 未定義 |
| サービス | declared |
| 注意点 | To override the toolset with icecc, add to your path: $HOMEBREW_PREFIX/opt/icecream/libexec/icecc/bin |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-devソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.