macOS
brew install icelocal Homebrew formula metadata
安装
brew install icelocal Homebrew formula metadata
概览
Comprehensive RPC framework
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
dsnode | cli | 全局可执行文件 | |
glacier2router | cli | 全局可执行文件 | |
ice2slice | cli | 全局可执行文件 | |
icebox | cli | 全局可执行文件 | |
iceboxadmin | cli | 全局可执行文件 | |
icebridge | cli | 全局可执行文件 | |
icegridadmin | cli | 全局可执行文件 | |
icegriddb | cli | 全局可执行文件 | |
icegridnode | cli | 全局可执行文件 | |
icegridregistry | cli | 全局可执行文件 | |
icestormadmin | cli | 全局可执行文件 | |
icestormdb | cli | 全局可执行文件 | |
slice2cpp | cli | 全局可执行文件 | |
slice2php | cli | 全局可执行文件 | |
slice2py | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/zeroc-ice/ice
安装元数据
| 软件包键 | 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 |
| Pulse | updated |
| 依赖 | lmdb, mcpp |
| macOS 提供的库 | bzip2, expat, libedit, libxcrypt |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ice |
| 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 软件包链接分开显示。
Ice
sudo port install Ice来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.