# Installer zyre avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de zyre pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install zyre
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:zyre
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.0.1
- **Résumé source:** Local Area Clustering for Peer-to-Peer Applications
- **Page d'accueil:** <https://github.com/zeromq/zyre>
- **Dépôt:** <https://github.com/zeromq/zyre>
- **Dernière mise à jour:** 2026-07-10T09:36:50-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- zpinger (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.0.1
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal


## Combined YAML source

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


## Sources

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