# mosquitto を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install mosquitto
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mosquitto
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:mosquitto
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.1.2
- **ソース概要:** Message broker implementing the MQTT protocol
- **ホームページ:** <https://mosquitto.org/>
- **最終更新:** 2026-07-27T08:04:08Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mosquitto (エイリアス)
- mosquitto_ctrl (エイリアス)
- mosquitto_db_dump (エイリアス)
- mosquitto_passwd (エイリアス)
- mosquitto_pub (エイリアス)
- mosquitto_rr (エイリアス)
- mosquitto_signal (エイリアス)
- mosquitto_sub (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.1.2
## プロジェクトの歴史と使われ方

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.

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

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.

### 使われ方

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.

### ソース

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


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- 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
## 他のパッケージマネージャ記録

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


## ソース

- 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
