Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, Nix, pacman, zypper 安装 zeromq

查看 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/libzmqnone 置信度

安装元数据

软件包元数据

软件包键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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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