Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install zurl

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install zurl

Debian stable package indexes · zurl · ソース: deb.debian.org

概要

パッケージ概要

HTTP and WebSocket client worker with ZeroMQ interface

コマンドとエイリアス

  • zurl

履歴

プロジェクトの歴史と使われ方

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.

セキュリティ状態

リスクレベル: blue

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

リスク分類器

リスク blue · 信頼度 中 · tool

理由

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

信号

  • text:http,client

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
zurlcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版1.12.0
マネージャ更新日2026-06-22
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/fanout/zurl

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:zurl
バージョン1.12.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/zurl
ホームページhttps://github.com/fanout/zurl
リポジトリhttps://github.com/fanout/zurl
上流ドキュメントhttps://github.com/fanout/zurl#readme
ライセンスGPL-3.0-or-later AND LGPL-2.1-or-later AND curl AND MIT
ソースアーカイブhttps://github.com/fanout/zurl/releases/download/v1.12.0/zurl-1.12.0.tar.bz2
最終更新2026-06-22T14:06:46-07:00
Pulseupdated
依存関係qtbase, zeromq
ビルド依存関係pkgconf
macOS 提供ライブラリcurl
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namezurl
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

zurl 1.12.0-3

HTTP client worker with ZeroMQ interface

https://github.com/fanout/zurl/

sudo apt install zurl
  • Section: net
  • Architecture: amd64
  • 10 依存関係
  • normalized package name match
  • 一致条件: Zurl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zurl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

zurl 1.12.0-1ubuntu2

HTTP client worker with ZeroMQ interface

https://github.com/fanout/zurl/

sudo apt install zurl
  • Section: universe/net
  • Architecture: amd64
  • 10 依存関係
  • normalized package name match
  • 一致条件: Zurl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: zurl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment