# Installer matterbridge avec Homebrew, apk, dnf, MacPorts, Nix, pacman, scoop

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

## installation

```sh
sudo av install brew:matterbridge
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install matterbridge
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install matterbridge
```

  Preuve: MacPorts ports tree: net/matterbridge/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add matterbridge
```

  Preuve: Alpine Linux edge package indexes: matterbridge from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install matterbridge
```

  Preuve: Fedora Rawhide package metadata: matterbridge from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#matterbridge
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ma/matterbridge/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S matterbridge
```

  Preuve: Arch Linux sync databases: matterbridge from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install extras/matterbridge
```

  Preuve: Scoop official bucket manifest trees: bucket/matterbridge.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:matterbridge
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.26.0
- **Résumé source:** Protocol bridge for multiple chat platforms
- **Page d'accueil:** <https://github.com/42wim/matterbridge>
- **Dépôt:** <https://github.com/42wim/matterbridge>
- **Dernière mise à jour:** 2026-07-29T17:04:51+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- matterbridge (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

matterbridge is a Go chat bridge that relays messages between many chat protocols so communities can remain split across Discord, IRC, Matrix, Mattermost, Slack, Telegram, XMPP, Zulip, and other networks while still sharing a conversation.

### Historique du projet

The README describes matterbridge as a simple chat bridge with the slogan 'Letting people be where they want to be.' It explicitly notes that Mattermost is not required, despite the name, and documents a broad native protocol list plus a basic API for third-party bridges.

By the v1.26.0 release line, the changelog shows protocol-specific maintenance across IRC, Matrix, Mattermost, Mumble, Telegram, Slack, WhatsApp, and other bridges. The project also carries operational packaging surfaces such as binaries, Docker guidance, systemd/OpenRC examples, and a sample TOML configuration.

### Historique d'adoption

matterbridge became popular in open-source community operations because projects often had users spread across legacy IRC, newer chat systems, and team chat products. The README's public development/chat links span Discord, Gitter, IRC, Keybase, Matrix, Mattermost, Rocket.Chat, Slack, Telegram, Twitch, XMPP, and Zulip.

The batch input records matterbridge in Homebrew, Alpine, Fedora, MacPorts, Nix, Arch, and Scoop. That cross-platform packaging matches a daemon-style utility that users install on servers, small VPS hosts, or personal machines to keep chat communities connected.

### Modes d'utilisation

A typical setup is a `matterbridge.toml` file with account sections for protocols and one or more gateway sections that map channels between them. The README examples show IRC-to-Mattermost and Slack-to-Discord bridges, with credentials such as passwords and tokens stored in the same TOML file.

Users usually run a downloaded binary, distro package, container, or built-from-source binary. Build tags allow excluding heavy bridges or enabling WhatsApp multidevice support, and the README notes that some WhatsApp support cannot be distributed as official binaries because of GPL-licensed dependencies.

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

matterbridge is significant because it packages social interoperability as an installable Unix service. For maintainers, it is also a dependency and policy puzzle: many network clients, fast-moving chat APIs, optional protocol support, and build tags all meet in one command-line daemon.

It is one of the practical tools that helped communities migrate gradually instead of forcing one chat platform choice. That made it valuable in package managers even for users who only needed a single bridge pair.

### Chronologie

- 2017: Git tag history includes the v1.x release era for matterbridge.
- 2023: GitHub release v1.26.0 is published.
- 2020s: README-documented native bridge list includes Discord, IRC, Matrix, Mattermost, Slack, Telegram, WhatsApp, XMPP, Zulip, and more.

### Related projects

- The README lists related projects and API users such as MatterLink, MatterCraft, MatterBukkit, pyCord, Mattereddit, fbridge, matterbabble, Vintage Story bridge, ServUO-matterbridge, ts-matterbridge, beerchat, and a Mattermost plugin.

### Sources

- <https://github.com/42wim/matterbridge>
- <https://github.com/42wim/matterbridge/releases/tag/v1.26.0>
- <https://raw.githubusercontent.com/42wim/matterbridge/master/README.md>
- <https://raw.githubusercontent.com/42wim/matterbridge/master/changelog.md>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour matterbridge. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: matterbridge.toml

## Credential files

- Unix: matterbridge.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - matterbridge: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/matterbridge/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - matterbridge - 1.26.0-r29: normalized package name match | Alpine Linux edge package indexes: matterbridge from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bridges between a growing number of chat protocols | https://github.com/42wim/matterbridge
- apk - matterbridge-openrc - 1.26.0-r29: normalized package name match | Alpine Linux edge package indexes: matterbridge-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bridges between a growing number of chat protocols (OpenRC init scripts) | https://github.com/42wim/matterbridge
- dnf - matterbridge - 1.26.0-11.fc45: normalized package name match | Fedora Rawhide package metadata: matterbridge from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Bridge between many online chat protocols | https://github.com/42wim/matterbridge
- pacman - matterbridge - 1.26.0-3: normalized package name match | Arch Linux sync databases: matterbridge from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge | https://github.com/42wim/matterbridge
- MacPorts - matterbridge: normalized package name match | MacPorts ports tree: net/matterbridge/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/matterbridge: normalized package name match | Scoop official bucket manifest trees: bucket/matterbridge.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- pkg.so package database
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
