# Installer mosquitto avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

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

## installation

```sh
sudo av install brew:mosquitto
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mosquitto
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mosquitto
```

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

### Linux

- apk (92%):

```sh
sudo apk add mosquitto
```

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

- Debian apt (92%):

```sh
sudo apt install mosquitto
```

  Preuve: Debian stable package indexes: mosquitto from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mosquitto
```

  Preuve: Fedora Rawhide package metadata: mosquitto 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#mosquitto
```

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

- pacman (92%):

```sh
sudo pacman -S mosquitto
```

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

- zypper (92%):

```sh
sudo zypper install mosquitto
```

  Preuve: openSUSE Tumbleweed package metadata: mosquitto from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/mosquitto
```

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

- winget (92%):

```sh
winget install --id EclipseFoundation.Mosquitto -e
```

  Preuve: Windows Package Manager source index: EclipseFoundation.Mosquitto from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:mosquitto
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.1.2
- **Résumé source:** Message broker implementing the MQTT protocol
- **Page d'accueil:** <https://mosquitto.org/>
- **Dernière mise à jour:** 2026-07-27T08:04:08Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mosquitto (alias)
- mosquitto_ctrl (alias)
- mosquitto_db_dump (alias)
- mosquitto_passwd (alias)
- mosquitto_pub (alias)
- mosquitto_rr (alias)
- mosquitto_signal (alias)
- mosquitto_sub (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Eclipse Mosquitto is an open-source MQTT broker and client-tool project written by Roger A. Light. The project implements server support for MQTT 5.0, 3.1.1, and 3.1, and also ships C and C++ client libraries plus command-line utilities such as mosquitto_pub, mosquitto_sub, mosquitto_rr, mosquitto_ctrl, mosquitto_signal, and mosquitto_passwd.

### Historique du projet

Mosquitto's software-paper milestone is Roger A. Light's 2017 Journal of Open Source Software article, "Mosquitto: server and client implementation of the MQTT protocol." The JOSS metadata places the project in the Internet of Things, MQTT, pub/sub, and messaging categories. The project homepage explains the broader use case: MQTT is a lightweight publish/subscribe protocol suited to IoT messaging for low-power sensors, mobile devices, embedded computers, and microcontrollers.

### Modes d'utilisation

The broker is used as a small, easily deployed MQTT server for development, testing, gateways, and production IoT systems; the bundled clients are widely used for smoke tests, scripts, and examples. Within package managers, Mosquitto is the default lightweight MQTT broker option and complements Eclipse Paho, which focuses on MQTT client libraries. The project is part of the Eclipse Foundation's IoT ecosystem, with development driven by Cedalo.

### Sources

- <https://formulae.brew.sh/formula/mosquitto>
- <https://github.com/eclipse-mosquitto/mosquitto>
- <https://joss.theoj.org/papers/10.21105/joss.00265>
- <https://mosquitto.org/>


## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- formula declares a Homebrew service


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

- Linux: /etc/mosquitto/mosquitto.conf
- Unix: mosquitto.conf, path passed with --config-file/-c

## Credential files

- Unix: password_file path configured in mosquitto.conf
## Autres enregistrements de gestionnaires de paquets

- Debian apt - libmosquitto-dev - 2.0.21-1: normalized package name match | Debian stable package indexes: libmosquitto-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MQTT version 5.0/3.1.1/3.1 client library, development files | https://mosquitto.org/
- Debian apt - libmosquitto1 - 2.0.21-1: normalized package name match | Debian stable package indexes: libmosquitto1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MQTT version 5.0/3.1.1/3.1 client library | https://mosquitto.org/
- Debian apt - libmosquittopp-dev - 2.0.21-1: normalized package name match | Debian stable package indexes: libmosquittopp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MQTT version 3.1 client C++ library, development files | https://mosquitto.org/
- Debian apt - libmosquittopp1 - 2.0.21-1: normalized package name match | Debian stable package indexes: libmosquittopp1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MQTT version 5.0/3.1.1/3.1 client C++ library | https://mosquitto.org/
- Debian apt - mosquitto - 2.0.21-1: normalized package name match | Debian stable package indexes: mosquitto from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MQTT version 5.0/3.1.1/3.1 compatible message broker | https://mosquitto.org/
- Debian apt - mosquitto-clients - 2.0.21-1: normalized package name match | Debian stable package indexes: mosquitto-clients from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Mosquitto command line MQTT clients | https://mosquitto.org/
- Debian apt - mosquitto-dev - 2.0.21-1: normalized package name match | Debian stable package indexes: mosquitto-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for Mosquitto | https://mosquitto.org/
- Nix - mosquitto: normalized package name match | nixpkgs package indexes: pkgs/by-name/mo/mosquitto/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libmosquitto-dev - 2.0.18-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmosquitto-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | MQTT version 5.0/3.1.1/3.1 client library, development files | https://mosquitto.org/
- Ubuntu apt - libmosquitto1 - 2.0.18-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmosquitto1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | MQTT version 5.0/3.1.1/3.1 client library | https://mosquitto.org/
- Ubuntu apt - libmosquittopp-dev - 2.0.18-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmosquittopp-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | MQTT version 3.1 client C++ library, development files | https://mosquitto.org/
- Ubuntu apt - libmosquittopp1 - 2.0.18-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmosquittopp1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | MQTT version 5.0/3.1.1/3.1 client C++ library | https://mosquitto.org/
- Ubuntu apt - mosquitto - 2.0.18-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: mosquitto from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | MQTT version 5.0/3.1.1/3.1 compatible message broker | https://mosquitto.org/
- Ubuntu apt - mosquitto-clients - 2.0.18-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: mosquitto-clients from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Mosquitto command line MQTT clients | https://mosquitto.org/
- Ubuntu apt - mosquitto-dev - 2.0.18-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: mosquitto-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development files for Mosquitto | https://mosquitto.org/
- apk - mosquitto - 2.1.2-r1: normalized package name match | Alpine Linux edge package indexes: mosquitto from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | open source MQTT broker | https://mosquitto.org/


## Combined YAML source

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


## Sources

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