macOS
brew install zeromqlocal Homebrew formula metadata
brew
zeromq のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install zeromqlocal Homebrew formula metadata
sudo apk add zeromqAlpine Linux edge package indexes · zeromq · ソース: dl-cdn.alpinelinux.org
sudo dnf install zeromqFedora Rawhide package metadata · zeromq · ソース: dl.fedoraproject.org
nix profile install nixpkgs#zeromqnixpkgs package indexes · pkgs/by-name/ze/zeromq/package.nix · ソース: api.github.com
sudo pacman -S zeromqArch Linux sync databases · zeromq · ソース: geo.mirror.pkgbuild.com
sudo zypper install libzmq5openSUSE Tumbleweed package metadata · libzmq5 · ソース: download.opensuse.org
概要
High-performance, asynchronous messaging library
履歴
ZeroMQ is the classic brokerless messaging library for distributed and concurrent programs. It gives applications socket-like APIs for request/reply, publish/subscribe, pipeline, and related patterns while avoiding the always-central broker model of traditional message queues.
ZeroMQ grew out of iMatix and Pieter Hintjens work on messaging systems. Hintjens later wrote that the original 2007 ZeroMQ white paper had two goals: build a better messaging system and build a community that could carry it to broad success. FOSDEM material credits Hintjens with founding the project in 2007, while the ZeroMQ Guide credits Martin Sustrik with writing the bulk of the early libzmq code.
By summer 2010, ZeroMQ was still a niche library with a terse reference manual and sparse wiki. Hintjens and Sustrik responded by planning a simpler website and beginner guide; that guide became one of the project artifacts that made ZeroMQ unusually approachable for a systems messaging library.
The project evolved into a small core plus a wide surrounding ecosystem. The Guide describes libzmq as the C++ core with a low-level C API, surrounded by roughly 50 language bindings, native reimplementations such as JeroMQ and NetMQ, and higher-level projects including CZMQ, Zyre, Malamute, and Majordomo-style brokers.
ZeroMQ adoption followed from a practical promise: applications could get high-performance asynchronous messaging and common distributed-systems patterns without deploying a separate broker. The official site emphasizes use from many languages and platforms, multiple transports, and a large open source community.
Its ecosystem also spread through protocol compatibility. ZMTP gave ZeroMQ a documented wire protocol, while JeroMQ, NetMQ, and other native stacks could offer similar APIs without binding directly to libzmq. That matters for package users because the installed core library is only one piece of a larger protocol-and-bindings family.
In practice, developers use ZeroMQ when they want messaging patterns inside an application: REQ/REP for service calls, PUB/SUB for data distribution, PUSH/PULL for work pipelines, ROUTER/DEALER for asynchronous routing, and inproc, IPC, TCP, UDP, multicast, WebSocket, or related transports depending on deployment shape.
The library is often embedded as infrastructure inside larger tools rather than run as a standalone daemon. Packaging libzmq gives downstream language bindings and applications a shared native engine, while protocol specs and reimplementations let some ecosystems speak ZeroMQ without linking to that engine.
ZeroMQ is package-nerd infrastructure: one small native library changes the dependency graph of many higher-level packages because Python, Node, C++, Java, C#, Rust, and other ecosystems can build bindings or compatible implementations around the same messaging patterns.
It is also a useful counterexample to queue-server assumptions. The package installs a library and a small utility surface, but the operational effect is architectural: message routing, fan-out, fan-in, and service topologies move into application code rather than a separately managed broker.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
curve_keygen | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/zeromq/libzmq
インストールメタデータ
| パッケージキー | brew:zeromq |
|---|---|
| バージョン | 4.3.5 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/zeromq |
| ホームページ | https://zeromq.org/ |
| リポジトリ | https://github.com/zeromq/libzmq |
| 上流ドキュメント | https://zeromq.org/get-started |
| ライセンス | MPL-2.0 |
| ソースアーカイブ | https://github.com/zeromq/libzmq/releases/download/v4.3.5/zeromq-4.3.5.tar.gz |
| 依存関係 | libsodium |
| ビルド依存関係 | asciidoc, pkgconf, xmlto |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zeromq |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 2 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
zeromq
nix profile install nixpkgs#zeromqlibzmq 4.3.5-r2
The ZeroMQ messaging library and tools (libraries)
sudo apk add libzmqlibzmq-static 4.3.5-r2
The ZeroMQ messaging library and tools (static library)
sudo apk add libzmq-staticzeromq 4.3.5-r2
The ZeroMQ messaging library and tools
sudo apk add zeromqzeromq-dev 4.3.5-r2
The ZeroMQ messaging library and tools (development files)
sudo apk add zeromq-devzeromq 4.3.5-23.fc45
Software library for fast, message-based applications
sudo dnf install zeromqzeromq-devel 4.3.5-23.fc45
Development files for zeromq
sudo dnf install zeromq-develzeromq 4.3.5-3
Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, ZMQ.
sudo pacman -S zeromqlibzmq5 4.3.5-1.9
Shared Library for ZeroMQ
sudo zypper install libzmq5libzmq5-32bit 4.3.5-1.9
Shared Library for ZeroMQ
sudo zypper install libzmq5-32bitzeromq-devel 4.3.5-1.9
Development files for ZeroMQ
sudo zypper install zeromq-develzeromq-tools 4.3.5-1.9
Tools to work with ZeroMQ
sudo zypper install zeromq-toolsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.