# zurl を Homebrew, apt でインストール

zurl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install zurl
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install zurl
```

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

## パッケージ情報

- **パッケージキー:** brew:zurl
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.12.0
- **ソース概要:** HTTP and WebSocket client worker with ZeroMQ interface
- **ホームページ:** <https://github.com/fanout/zurl>
- **リポジトリ:** <https://github.com/fanout/zurl>
- **最終更新:** 2026-08-02T11:49:45-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- zurl (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.12.0
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 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.

### ソース

- <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>


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## 他のパッケージマネージャ記録

- 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)


## ソース

- 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
