# 使用 Homebrew, MacPorts 安装 ice

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

## 安装

```sh
sudo av install brew:ice
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ice
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install Ice
```

  证据: MacPorts ports tree: aqua/Ice/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:ice
- **软件包管理器:** Homebrew
- **版本:** 3.8.2
- **来源摘要:** Comprehensive RPC framework
- **主页:** <https://zeroc.com>
- **仓库:** <https://github.com/zeroc-ice/ice>
- **最后更新:** 2026-06-22T14:03:45-07:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- dsnode (别名)
- glacier2router (别名)
- icebox (别名)
- iceboxadmin (别名)
- icebridge (别名)
- icegridadmin (别名)
- icegriddb (别名)
- icegridnode (别名)
- icegridregistry (别名)
- icestormadmin (别名)
- icestormdb (别名)
- slice2cpp (别名)
- slice2php (别名)
- slice2py (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.8.2
## 项目历史与用法

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.

### 来源

- <https://download.zeroc.com/Ice/3.1/IceRuby-3.1.1.pdf>
- <https://formulae.brew.sh/formula/ice>
- <https://github.com/zeroc-ice/ice>
- <https://www.zeroc.com/ice>
- <https://www.zeroc.com/ice/downloads/3.7>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

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

- MacPorts - Ice: normalized package name match | MacPorts ports tree: aqua/Ice/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ice.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ice.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
