# zyre を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:zyre
```

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

### macOS

- Homebrew (100%):

```sh
brew install zyre
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:zyre
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/zyre>
- **バージョン:** 2.0.1
- **ソース概要:** Local Area Clustering for Peer-to-Peer Applications
- **ホームページ:** <https://github.com/zeromq/zyre>
- **リポジトリ:** <https://github.com/zeromq/zyre>
- **ライセンス:** MPL-2.0
- **ソースアーカイブ:** <https://github.com/zeromq/zyre/releases/download/v2.0.1/zyre-2.0.1.tar.gz>
- **最終更新:** 2026-07-10T09:36:50-04:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- zpinger (cli)
- zpinger (エイリアス)

## 依存関係

- czmq
- zeromq

## ビルド依存関係

- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.0.1
- マネージャ更新日: 2026-07-10
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/zeromq/zyre
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

Zyre is a ZeroMQ-family C framework for local-area peer discovery, presence, and reliable group messaging. It lets nearby processes find each other over a LAN, join groups, and exchange messages without a central broker.

### プロジェクトの歴史

The public zeromq/zyre repository was created on 2012-10-17 inside the broader ZeroMQ ecosystem. Its README presents Zyre as local-area clustering for peer-to-peer applications, built around UDP beacons for discovery and ZeroMQ Dealer-Router messaging for reliable peer interconnection.

Zyre is closely tied to ZeroMQ's RFC process. The README points to RFC 36, the ZeroMQ Realtime Exchange protocol, for discovery and heartbeating; that stable RFC defines how peers discover each other, organize into groups, and send events over ZMTP.

The project inherited common ZeroMQ community practices: MPL 2.0 source, C4-style contribution process, CLASS C style guidance, generated API documentation, self-tests, and example tools such as zpinger for seeing peers on a local network.

### 採用の歴史

Zyre adoption sits in the ZeroMQ niche rather than in general application networking. The README lists use cases such as local service discovery, clustering services on the same Ethernet network, smart-device control, and multi-user mobile applications, which are exactly the places where brokerless local discovery is useful.

The ZeroMQ Guide's distributed-computing chapter frames discovery, presence, and connectivity as recurring problems for room-scale, WiFi, and proximity networks. Zyre packages one opinionated answer to that problem for C and ZeroMQ users, so its significance is strongest for developers already comfortable with ZeroMQ patterns.

### 使われ方

A Zyre application creates a node, starts it, receives event messages, joins or leaves named groups, whispers to individual peers, and shouts to groups. The README describes incoming events as zmsg_t messages delivered by zyre_recv, with the first frame identifying event type.

The bundled zpinger utility is the package's practical command-line face: running it on two or more machines is the README's smoke test for local discovery. Library users build the same primitives into local clusters, device-control networks, and peer-aware services.

### パッケージ好きにとっての重要性

Zyre is package-nerd significant because it is a small leaf in a layered messaging stack: libsodium, libzmq, czmq, then Zyre. Packaging it preserves a higher-level ZeroMQ pattern that would otherwise be reimplemented badly in each local-discovery application.

It is also a good example of protocol-backed packaging. The library is not just helper code; it is an implementation of a published ZeroMQ RFC, which gives downstreams a stable conceptual contract even if their only visible executable is zpinger.

### タイムライン

- 2012-10-17: Public zeromq/zyre GitHub repository is created.
- 2010s: Zyre grows as the ZeroMQ local-area discovery and clustering layer, with tagged public releases and generated README/API documentation.
- 2014: RFC 36/ZRE carries 2009-2014 iMatix copyright text and is published as the stable ZeroMQ Realtime Exchange protocol used by Zyre.
- 2020s: The repository remains active and the README continues to document Linux, macOS, and Windows builds plus zpinger-based local-network testing.

### Related projects

- Related projects and protocols include ZeroMQ/libzmq, CZMQ, libsodium, ZMTP, RFC 36/ZRE, RFC 22/C4, RFC 21/CLASS, zmsg, zactor, zyre_event, zpinger, and other brokerless service-discovery systems such as ZeroConf-style local discovery.

### ソース

- <https://api.github.com/repos/zeromq/zyre>
- <https://github.com/zeromq/zyre>
- <https://raw.githubusercontent.com/zeromq/zyre/master/README.md>
- <https://rfc.zeromq.org/spec/36/>
- <https://zguide.zeromq.org/docs/chapter8/>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** zyre
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [zeromq](https://pkg.so/ja/brew/zeromq/) - Runtime dependency declared by Homebrew.
- [czmq](https://pkg.so/ja/brew/czmq/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [c-ares](https://pkg.so/ja/brew/c-ares/) - Shares pkgdb curated category or tags: cli, library, networking.
- [libnet](https://pkg.so/ja/brew/libnet/) - Shares pkgdb curated category or tags: cli, library, networking.
- [libproxy](https://pkg.so/ja/brew/libproxy/) - Shares pkgdb curated category or tags: cli, library, networking.
- [xmlrpc-c](https://pkg.so/ja/brew/xmlrpc-c/) - Shares pkgdb curated category or tags: cli, library, networking.
- [proxygen](https://pkg.so/ja/brew/proxygen/) - Shares pkgdb curated category or tags: cli, library, networking.
- [gupnp](https://pkg.so/ja/brew/gupnp/) - Shares pkgdb curated category or tags: cli, library, networking.
- [dumbpipe](https://pkg.so/ja/brew/dumbpipe/) - Shares pkgdb curated category or tags: cli, networking, peer-to-peer.
- [zurl](https://pkg.so/ja/brew/zurl/) - Local package facts share a topical domain. Shared terms: cli, networking, zeromq.
- [croc](https://pkg.so/ja/brew/croc/) - Local package facts share a topical domain. Shared terms: cli, networking, peer, peer-to-peer.
- [portal](https://pkg.so/ja/brew/portal/) - Local package facts share a topical domain. Shared terms: cli, networking, peer, peer-to-peer.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
