macOS
brew install zeromqlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für zeromq in AI-Agent-Workflows.
Installation
brew install zeromqlocal Homebrew formula metadata
sudo apk add zeromqAlpine Linux edge package indexes · zeromq · Quelle: dl-cdn.alpinelinux.org
sudo dnf install zeromqFedora Rawhide package metadata · zeromq · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#zeromqnixpkgs package indexes · pkgs/by-name/ze/zeromq/package.nix · Quelle: api.github.com
sudo pacman -S zeromqArch Linux sync databases · zeromq · Quelle: geo.mirror.pkgbuild.com
sudo zypper install libzmq5openSUSE Tumbleweed package metadata · libzmq5 · Quelle: download.opensuse.org
Überblick
High-performance, asynchronous messaging library
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
curve_keygen | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/zeromq/libzmq
Installationsmetadaten
| Paketschlüssel | brew:zeromq |
|---|---|
| Version | 4.3.5 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/zeromq |
| Homepage | https://zeromq.org/ |
| Repository | https://github.com/zeromq/libzmq |
| Upstream-Dokumentation | https://zeromq.org/get-started |
| Lizenz | MPL-2.0 |
| Quellarchiv | https://github.com/zeromq/libzmq/releases/download/v4.3.5/zeromq-4.3.5.tar.gz |
| Abhängigkeiten | libsodium |
| Build-Abhängigkeiten | asciidoc, pkgconf, xmlto |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-toolsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.