# icemon を Homebrew, dnf, Nix でインストール

icemon のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:icemon
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install icemon
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install icemon
```

  証拠: Fedora Rawhide package metadata: icemon 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#icemon
```

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

## パッケージ情報

- **パッケージキー:** brew:icemon
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/icemon>
- **バージョン:** 3.3
- **ソース概要:** Icecream GUI Monitor
- **ホームページ:** <https://kfunk.org/tag/icemon/>
- **リポジトリ:** <https://github.com/icecc/icemon>
- **上流ドキュメント:** <https://github.com/icecc/icemon>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/icecc/icemon/archive/refs/tags/v3.3.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- icemon (cli)
- icemon (エイリアス)

## 依存関係

- icecream
- libarchive
- lzo
- qtbase
- zstd

## ビルド依存関係

- cmake
- extra-cmake-modules
- pkgconf
- sphinx-doc

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 3.3
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/icecc/icemon
- 検出された最新: v3.3 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Icemon is the graphical monitor for Icecream compile networks. It is a companion package rather than a compiler tool: it visualizes scheduler and daemon activity so users can see how an Icecream cluster is distributing build work.

### プロジェクトの歴史

The repository describes Icemon as an Icecream GUI monitor and lists Kevin Funk as maintainer. The project is closely tied to Icecream packaging because its build instructions require the Icecream development package and its purpose is to observe an Icecream network.

Maintainer posts show the 3.x series becoming public in 2015, followed by bug-fix and minor releases in 2016, 2017, and 2018. The GitHub repository records a 3.3 release in 2019.

### 採用の歴史

Icemon's adoption follows Icecream's adoption: users install it when they need a live visual overview of a compile cluster rather than only logs or scheduler status. The Icecream README recommends installing Icemon or icecream-sundae with Icecream.

The package is niche but useful in distribution workflows because it gives an immediate picture of which machines are compiling, idle, or unreachable.

### 使われ方

After installing the Icecream development pieces and Qt/CMake build dependencies, users run `icemon` to connect to an Icecream scheduler and display compile-network activity.

It is most useful while tuning a local network build setup, checking whether workers are discovered, or explaining why a distributed build is not using expected hosts.

### パッケージ好きにとっての重要性

Icemon is package-nerd significant as a small observability sidecar for a build accelerator. It is not essential to compile with Icecream, but it makes the invisible scheduler/daemon traffic legible.

Its separate package identity also shows a common Unix packaging pattern: keep the daemon/client tools in one package and the graphical monitor in another.

### タイムライン

- 2015: Icemon 3.0 was announced publicly by maintainer Kevin Funk.
- 2016: Icemon 3.0.1 followed as a patch release.
- 2017: Icemon 3.1.0 added bug fixes and small feature work.
- 2018: Icemon 3.2.0 addressed scheduler discovery problems with newer Icecream releases.
- 2019: The GitHub repository lists release 3.3.

### Related projects

- Icecream is the distributed compiler system that Icemon monitors.
- icecream-sundae is a command-line monitor alternative referenced by Icecream documentation.
- distcc is the older distributed-compilation project behind Icecream's lineage.

### ソース

- <https://formulae.brew.sh/formula/icemon>
- <https://github.com/icecc/icecream>
- <https://github.com/icecc/icemon>
- <https://github.com/icecc/icemon/releases>
- <https://kfunk.org/tag/icemon/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** icemon
- **Version Scheme:** 0
- **Revision:** 1
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - icemon: normalized package name match | nixpkgs package indexes: pkgs/by-name/ic/icemon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - icemon - 3.3-18.fc44: normalized package name match | Fedora Rawhide package metadata: icemon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Icecream GUI monitor | https://kfunk.org/tag/icemon/


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/ja/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [icecream](https://www.automicvault.com/ja/pkg/brew/icecream/) - Runtime dependency declared by Homebrew.
- [libarchive](https://www.automicvault.com/ja/pkg/brew/libarchive/) - Runtime dependency declared by Homebrew.
- [qtbase](https://www.automicvault.com/ja/pkg/brew/qtbase/) - Runtime dependency declared by Homebrew.
- [zstd](https://www.automicvault.com/ja/pkg/brew/zstd/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/ja/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [sphinx-doc](https://www.automicvault.com/ja/pkg/brew/sphinx-doc/) - Build dependency declared by Homebrew.
- [asitop](https://www.automicvault.com/ja/pkg/brew/asitop/) - Shares av.db curated category or tags: cli, monitoring, system.
- [collectd](https://www.automicvault.com/ja/pkg/brew/collectd/) - Shares av.db curated category or tags: cli, monitoring, system.
- [ctop](https://www.automicvault.com/ja/pkg/brew/ctop/) - Shares av.db curated category or tags: cli, monitoring, system.
- [duf](https://www.automicvault.com/ja/pkg/brew/duf/) - Shares av.db curated category or tags: cli, monitoring, system.
- [dwatch](https://www.automicvault.com/ja/pkg/brew/dwatch/) - Shares av.db curated category or tags: cli, monitoring, system.
- [gotop](https://www.automicvault.com/ja/pkg/brew/gotop/) - Shares av.db curated category or tags: cli, monitoring, system.
- [htop](https://www.automicvault.com/ja/pkg/brew/htop/) - Shares av.db curated category or tags: cli, monitoring, system.
- [hwatch](https://www.automicvault.com/ja/pkg/brew/hwatch/) - Shares av.db curated category or tags: cli, monitoring, system.
- [netdata](https://www.automicvault.com/ja/pkg/brew/netdata/) - Local package facts share a topical domain. Shared terms: cli, monitoring, system, zstd.
- [mactop](https://www.automicvault.com/ja/pkg/brew/mactop/) - Local package facts share a topical domain. Shared terms: cli, monitor, monitoring, system.

## Combined YAML source

View the package source record on GitHub. [combined/icemon.yml](https://github.com/automic-vault/db/blob/main/combined/icemon.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
