# zurl mit Homebrew, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für zurl in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:zurl
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install zurl
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install zurl
```

  Evidenz: Debian stable package indexes: zurl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:zurl
- **Paketmanager:** Homebrew
- **Version:** 1.12.0
- **Quellzusammenfassung:** HTTP and WebSocket client worker with ZeroMQ interface
- **Homepage:** <https://github.com/fanout/zurl>
- **Repository:** <https://github.com/fanout/zurl>
- **Zuletzt aktualisiert:** 2026-08-02T11:49:45-07:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- zurl (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.12.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 2012: Initial public git history begins for fanout/zurl.
- 2014: Fanout publishes 'Fun with Zurl', framing it as a ZeroMQ gateway for outbound HTTP requests and WebSocket connections.
- 2025: The repository still receives maintenance fixes, showing that the daemon remains buildable for its niche users.

### Related projects

- Pushpin: Fanout/Fastly's realtime reverse proxy from the same ecosystem.
- ZeroMQ and ZHTTP: the messaging layer and protocol abstraction that shape Zurl's interface.
- libcurl: the HTTP implementation Zurl uses underneath.

### Quellen

- <https://blog.fanout.io/2014/02/18/fun-with-zurl-the-http-websocket-client-daemon/>
- <https://github.com/fanout/zurl>
- <https://github.com/fastly/pushpin>


## Sicherheitshinweise

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

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

- Debian apt - zurl - 1.12.0-3: normalized package name match | Debian stable package indexes: zurl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HTTP client worker with ZeroMQ interface | https://github.com/fanout/zurl/
- Ubuntu apt - zurl - 1.12.0-1ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: zurl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | HTTP client worker with ZeroMQ interface | https://github.com/fanout/zurl/


## Combined YAML source

View the package source record on GitHub. [combined/zurl.yml](https://github.com/mxcl/pkgdb/blob/main/combined/zurl.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
