macOS
brew install zeromqlocal Homebrew formula metadata
brew
High-performance, asynchronous messaging library. Version 4.3.5 via Homebrew; verified from local package data.
install
brew install zeromqlocal Homebrew formula metadata
sudo apk add libzmqAlpine Linux edge package indexes · libzmq · source: dl-cdn.alpinelinux.org
sudo dnf install zeromqFedora Rawhide package metadata · zeromq · source: dl.fedoraproject.org
nix profile install nixpkgs#zeromqnixpkgs package indexes · pkgs/by-name/ze/zeromq/package.nix · source: api.github.com
sudo pacman -S zeromqArch Linux sync databases · zeromq · source: geo.mirror.pkgbuild.com
sudo zypper install libzmq5openSUSE Tumbleweed package metadata · libzmq5 · source: download.opensuse.org
overview
High-performance, asynchronous messaging library
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
curve_keygen | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/zeromq/libzmq
install metadata
| Package key | brew:zeromq |
|---|---|
| Version | 4.3.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/zeromq |
| Homepage | https://zeromq.org/ |
| Repository | https://github.com/zeromq/libzmq |
| Upstream docs | https://zeromq.org/get-started |
| License | MPL-2.0 |
| Source archive | https://github.com/zeromq/libzmq/releases/download/v4.3.5/zeromq-4.3.5.tar.gz |
| Dependencies | libsodium |
| Build dependencies | asciidoc, pkgconf, xmlto |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-toolssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.