Automic VaultAutomic Vault

brew

zeromq を Homebrew, apk, dnf, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install zeromq

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add zeromq

Alpine Linux edge package indexes · zeromq · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install zeromq

Fedora Rawhide package metadata · zeromq · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#zeromq

nixpkgs package indexes · pkgs/by-name/ze/zeromq/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S zeromq

Arch Linux sync databases · zeromq · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install libzmq5

openSUSE Tumbleweed package metadata · libzmq5 · ソース: download.opensuse.org

概要

パッケージ概要

High-performance, asynchronous messaging library

コマンドとエイリアス

  • curve_keygen

履歴

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

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.

タイムライン

  • 2007: Pieter Hintjens and the ZeroMQ community frame the project around both a better messaging system and an intentional open source community model.
  • 2010: Hintjens describes ZeroMQ as still little-known and begins the guide effort with Martin Sustrik to make the library easier to learn.
  • 2010s: libzmq becomes the core of a larger ecosystem of bindings, reimplementations, RFCs, and higher-level projects.
  • 2010s onward: ZMTP and CURVE-related RFCs document interoperable wire-level behavior and security mechanisms for ZeroMQ-style stacks.

Related projects

  • CZMQ provides a higher-level C binding and convenience layer around libzmq.
  • PyZMQ is one of the long-standing, influential language bindings named in the ZeroMQ Guide.
  • JeroMQ and NetMQ are native Java and C# implementations in the ZeroMQ family.
  • nanomsg and NNG are related messaging-library descendants/rethinks often discussed alongside ZeroMQ.
  • Malamute, Zyre, and Majordomo are examples of higher-level ZeroMQ community patterns or projects.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:sync

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
curve_keygencliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-10
マネージャ版4.3.5
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/zeromq/libzmq

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報No cached GitHub release or tag data was available.https://github.com/zeromq/libzmq信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキー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 DatabaseHomebrew formula API
Taphomebrew/core
Full Namezeromq
Aliases
  • 0mq
  • zmq
Version Scheme0
Revision2
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

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

Nix95%

zeromq

nix profile install nixpkgs#zeromq
  • normalized package name match
  • 一致条件: Zeromq
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ze/zeromq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

libzmq 4.3.5-r2

The ZeroMQ messaging library and tools (libraries)

https://zeromq.org/

sudo apk add libzmq
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: zeromq
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zeromq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libzmq from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

libzmq-static 4.3.5-r2

The ZeroMQ messaging library and tools (static library)

https://zeromq.org/

sudo apk add libzmq-static
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: zeromq
  • normalized package name match
  • 一致条件: Zeromq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libzmq-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

zeromq 4.3.5-r2

The ZeroMQ messaging library and tools

https://zeromq.org/

sudo apk add zeromq
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: zeromq
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zeromq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zeromq from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

zeromq-dev 4.3.5-r2

The ZeroMQ messaging library and tools (development files)

https://zeromq.org/

sudo apk add zeromq-dev
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: zeromq
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zeromq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zeromq-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

zeromq 4.3.5-23.fc45

Software library for fast, message-based applications

https://zeromq.org

sudo dnf install zeromq
  • License: MPL-2.0 AND BSD-3-Clause AND MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zeromq
  • 9 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Zeromq
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zeromq from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

zeromq-devel 4.3.5-23.fc45

Development files for zeromq

https://zeromq.org

sudo dnf install zeromq-devel
  • License: MPL-2.0 AND BSD-3-Clause AND MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zeromq
  • 4 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Zeromq
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zeromq-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

zeromq 4.3.5-3

Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, ZMQ.

http://www.zeromq.org

sudo pacman -S zeromq
  • License: MPL-2.0
  • Architecture: x86_64
  • 7 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Zeromq
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: zeromq from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libzmq5 4.3.5-1.9

Shared Library for ZeroMQ

http://www.zeromq.org/

sudo zypper install libzmq5
  • License: MPL-2.0
  • Category: Productivity/Networking/Web/Servers
  • Architecture: x86_64
  • Source Package: zeromq
  • 7 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Zeromq
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libzmq5 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libzmq5-32bit 4.3.5-1.9

Shared Library for ZeroMQ

http://www.zeromq.org/

sudo zypper install libzmq5-32bit
  • License: MPL-2.0
  • Category: Productivity/Networking/Web/Servers
  • Architecture: x86_64
  • Source Package: zeromq
  • 7 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Zeromq
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libzmq5-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

zeromq-devel 4.3.5-1.9

Development files for ZeroMQ

http://www.zeromq.org/

sudo zypper install zeromq-devel
  • License: MPL-2.0
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: zeromq
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Zeromq
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: zeromq-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

zeromq-tools 4.3.5-1.9

Tools to work with ZeroMQ

http://www.zeromq.org/

sudo zypper install zeromq-tools
  • License: MPL-2.0
  • Category: Productivity/Networking/Web/Servers
  • Architecture: x86_64
  • Source Package: zeromq
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zeromq
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: zeromq-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

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

このページは 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