Automic VaultAutomic Vault

brew

ice を Homebrew, MacPorts でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install ice

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install Ice

MacPorts ports tree · aqua/Ice/Portfile · ソース: api.github.com

概要

パッケージ概要

Comprehensive RPC framework

コマンドとエイリアス

  • dsnode
  • glacier2router
  • ice2slice
  • icebox
  • iceboxadmin
  • icebridge
  • icegridadmin
  • icegriddb
  • icegridnode
  • icegridregistry
  • icestormadmin
  • icestormdb
  • slice2cpp
  • slice2php
  • slice2py

履歴

プロジェクトの歴史と使われ方

Ice, short for Internet Communications Engine, is ZeroC's distributed-systems framework for RPC, typed interfaces, object adapters, service deployment, and pub/sub. The Homebrew package is package-nerd interesting because it installs a large family of command-line tools and Slice compilers, making a substantial middleware stack available from a Unix package manager.

プロジェクトの歴史

ZeroC documentation from the 3.1 era already describes Ice as the Internet Communications Engine, with Slice, language mappings, services, and a comparison with CORBA. That lineage matters: Ice came from the same problem space as CORBA and DCOM, but packaged an IDL-driven RPC system with a smaller, implementation-centered developer workflow.

The project evolved into a multi-language framework with a uniform API, compact binary RPC protocol, generated language bindings, and bundled services such as IceGrid, Glacier2, IceBridge, and IceStorm. ZeroC distributes the same source under GPLv2 or commercial licensing, which helped it occupy both open-source package repositories and proprietary distributed-application deployments.

採用の歴史

Ice appears across language ecosystems and system package managers because it is not only a library: it ships compilers such as slice2cpp, slice2py, and slice2php, plus service daemons and administration tools. ZeroC's downloads page lists C++, C#, Java, JavaScript, MATLAB, Objective-C, PHP, Python, Ruby, and Swift entry points, which explains why a single package can serve heterogeneous client/server deployments.

The Homebrew formula sits alongside MacPorts and other packages as a convenient way for developers to install the middleware tools locally, especially when they need Slice compilation or to run IceGrid and IceStorm utilities during development.

使われ方

Users generally install Ice to compile Slice definitions, generate stubs, run service components, or test distributed applications locally. The installed executables include administrative tools for IceGrid and IceStorm, service daemons, database helpers, and language-specific Slice compilers.

In package-manager culture, Ice is one of the heavier RPC formulae: it is closer to installing a complete distributed-object environment than adding a single CLI.

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

Ice is significant because it preserves the classic IDL-plus-runtime model in a package-manager-friendly form. Installing it with Homebrew gives developers an immediately usable cross-language RPC toolchain, including compilers and service processes that would otherwise require a larger manual SDK setup.

It is also easy to confuse ZeroC Ice's IceStorm service with Project IceStorm for iCE40 FPGAs; the shared name makes the package namespace around `ice*` tools unusually dense.

タイムライン

  • 2003: ZeroC documentation describes the Internet Communications Engine as a distributed programming system.
  • 2006: Ice 3.1-era manuals document Ruby preview support and the broader Ice architecture.
  • 2015: ZeroC source history moved to the public GitHub repository era.
  • 2026: ZeroC download metadata lists Ice 3.7.11 and links official source from GitHub.

Related projects

  • IceStorm is ZeroC Ice's pub/sub service and ships with tools such as icestormadmin and icestormdb.
  • IceGrid, Glacier2, IceBridge, and DataStorm are related ZeroC services or frameworks in the same distributed-systems family.
  • IceRPC is ZeroC's newer RPC framework, but the Homebrew `ice` formula refers to the classic Ice framework.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
dsnodecliグローバル実行可能ファイル
glacier2routercliグローバル実行可能ファイル
ice2slicecliグローバル実行可能ファイル
iceboxcliグローバル実行可能ファイル
iceboxadmincliグローバル実行可能ファイル
icebridgecliグローバル実行可能ファイル
icegridadmincliグローバル実行可能ファイル
icegriddbcliグローバル実行可能ファイル
icegridnodecliグローバル実行可能ファイル
icegridregistrycliグローバル実行可能ファイル
icestormadmincliグローバル実行可能ファイル
icestormdbcliグローバル実行可能ファイル
slice2cppcliグローバル実行可能ファイル
slice2phpcliグローバル実行可能ファイル
slice2pycliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版3.8.2
マネージャ更新日2026-06-22
ローカルデータOK
上流最新
検出された最新v3.8.2

https://github.com/zeroc-ice/ice

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:ice
バージョン3.8.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/ice
ホームページhttps://zeroc.com
リポジトリhttps://github.com/zeroc-ice/ice
上流ドキュメントhttps://docs.zeroc.com/ice/latest
ライセンスGPL-2.0-only
ソースアーカイブhttps://github.com/zeroc-ice/ice/archive/refs/tags/v3.8.2.tar.gz
最終更新2026-06-22T14:03:45-07:00
Pulseupdated
依存関係lmdb, mcpp
macOS 提供ライブラリbzip2, expat, libedit, libxcrypt
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameice
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

MacPorts95%

Ice

sudo port install Ice
  • normalized package name match
  • 一致条件: Ice
MacPorts ports tree · api.github.com · MacPorts ports tree: aqua/Ice/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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