macOS
brew install zurllocal Homebrew formula metadata
brew
HTTP and WebSocket client worker with ZeroMQ interface. Version 1.12.0 via Homebrew; verified 2026-06-22.
install
brew install zurllocal Homebrew formula metadata
sudo apt install zurlDebian stable package indexes · zurl · source: deb.debian.org
overview
HTTP and WebSocket client worker with ZeroMQ interface
history
Zurl is a small Fanout-era networking daemon that turns outbound HTTP and WebSocket work into ZeroMQ messages. Its niche is not replacing curl for humans, but giving message-oriented systems a reusable, event-driven HTTP/WebSocket worker.
The project was started by Justin Karneges in 2012 and presented publicly by Fanout in 2014 as an HTTP/WebSocket client daemon for ZeroMQ architectures. Its design combines libcurl-based protocol handling with the ZHTTP message format, exposing request/response and streaming patterns over ZeroMQ sockets.
Zurl stayed a specialist component in the Fanout/Pushpin ecosystem rather than becoming a broad CLI utility. Its continued packaging matters because it preserves an older ZeroMQ service-composition style: small daemons connected by IPC or TCP sockets, with HTTP isolated as its own worker.
Typical use is to run the daemon, connect a ZeroMQ REQ socket or the advanced PUSH/SUB streaming interface, and send JSON or TNetStrings requests describing HTTP methods, URIs, headers, body data, WebSocket messages, and policy flags. It is useful for webhook delivery, avoiding blocking outbound I/O in workers, sharing persistent connections, and allowing different processes to send requests and consume responses.
For package-nerd history, Zurl is a fossil from the moment when ZeroMQ was commonly used as application plumbing. It packages an architectural idea, HTTP as a durable message worker, that is now more often solved with language runtimes, queues, or service meshes.
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 |
|---|---|---|---|
zurl | 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/fanout/zurl
install metadata
| Package key | brew:zurl |
|---|---|
| Version | 1.12.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/zurl |
| Homepage | https://github.com/fanout/zurl |
| Repository | https://github.com/fanout/zurl |
| Upstream docs | https://github.com/fanout/zurl#readme |
| License | GPL-3.0-or-later AND LGPL-2.1-or-later AND curl AND MIT |
| Source archive | https://github.com/fanout/zurl/releases/download/v1.12.0/zurl-1.12.0.tar.bz2 |
| Last updated | 2026-06-22T14:06:46-07:00 |
| Pulse | updated |
| Dependencies | qtbase, zeromq |
| Build dependencies | pkgconf |
| Uses from macOS | curl |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zurl |
| Version Scheme | 0 |
| Revision | 1 |
| 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.
zurl 1.12.0-3
HTTP client worker with ZeroMQ interface
https://github.com/fanout/zurl/
sudo apt install zurlzurl 1.12.0-1ubuntu2
HTTP client worker with ZeroMQ interface
https://github.com/fanout/zurl/
sudo apt install zurlsource 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.