# mqttui を Homebrew, apk, MacPorts, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:mqttui
```

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

### macOS

- Homebrew (100%):

```sh
brew install mqttui
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mqttui
```

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

### Linux

- apk (92%):

```sh
sudo apk add mqttui
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#mqttui
```

  証拠: nixpkgs package indexes: pkgs/by-name/mq/mqttui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S mqttui
```

  証拠: Arch Linux sync databases: mqttui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:mqttui
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/mqttui>
- **バージョン:** 0.23.0
- **ソース概要:** Subscribe to a MQTT Topic or publish something quickly from the terminal
- **ホームページ:** <https://github.com/EdJoPaTo/mqttui>
- **リポジトリ:** <https://github.com/EdJoPaTo/mqttui>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/EdJoPaTo/mqttui/archive/refs/tags/v0.23.0.tar.gz>
- **最終更新:** 2026-05-17T15:43:10Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.23.0
- マネージャ更新日: 2026-05-17
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/EdJoPaTo/mqttui
- 検出された最新: v0.23.0 (最新)
## プロジェクトの歴史と使われ方

mqttui is a Rust terminal client by EdJoPaTo for quick MQTT inspection and publishing. Its own README frames the project as a small, fast alternative to heavier MQTT viewers and command-line clients: the author had used MQTT Explorer for its overview, compared HiveMQ's mqtt-cli and Mosquitto's bundled mosquitto_sub/mosquitto_pub, and then built a terminal-oriented tool aimed at quickly watching or publishing MQTT traffic.

### 使われ方

In practice mqttui is used both interactively and in scripts. The README documents the default terminal UI for subscribing to all topics or a named topic, a publish subcommand with retained-message support and stdin input, a log mode for streaming multiple topics to stdout, a read-one mode for shell scripts, and helpers for clearing retained topics. Its package-manager niche is the MQTT operations/debugging corner: lighter than a desktop MQTT browser, friendlier for repeated terminal work than raw Mosquitto commands, and packaged across Homebrew, Alpine, Arch, MacPorts, Nix, and other ecosystems.

### ソース

- <https://formulae.brew.sh/formula/mqttui>
- <https://github.com/EdJoPaTo/mqttui>
- <https://github.com/EdJoPaTo/mqttui/blob/main/Cargo.toml>


## セキュリティノート

mqttui に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


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

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

## 他のパッケージマネージャ記録

- Nix - mqttui: normalized package name match | nixpkgs package indexes: pkgs/by-name/mq/mqttui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - mqttui - 0.23.0-r0: normalized package name match | Alpine Linux edge package indexes: mqttui from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Subscribe to a MQTT Topic or publish something quickly from the terminal | https://github.com/EdJoPaTo/mqttui
- apk - mqttui-bash-completion - 0.23.0-r0: normalized package name match | Alpine Linux edge package indexes: mqttui-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for mqttui | https://github.com/EdJoPaTo/mqttui
- apk - mqttui-fish-completion - 0.23.0-r0: normalized package name match | Alpine Linux edge package indexes: mqttui-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for mqttui | https://github.com/EdJoPaTo/mqttui
- apk - mqttui-zsh-completion - 0.23.0-r0: normalized package name match | Alpine Linux edge package indexes: mqttui-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for mqttui | https://github.com/EdJoPaTo/mqttui
- pacman - mqttui - 0.23.0-1: normalized package name match | Arch Linux sync databases: mqttui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Subscribe to a MQTT Topic or publish something quickly from the terminal | https://github.com/EdJoPaTo/mqttui
- MacPorts - mqttui: normalized package name match | MacPorts ports tree: net/mqttui/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [Package ecosystem packages](https://pkg.so/ja/package-ecosystem-tools/) - Matched package manager, installer, dependency, registry, or publishing metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [mosquitto](https://pkg.so/ja/brew/mosquitto/) - Shares pkgdb curated category or tags: cli, mqtt, networking, publish-subscribe.
- [libpaho-mqtt](https://pkg.so/ja/brew/libpaho-mqtt/) - Shares pkgdb curated category or tags: cli, mqtt, networking.
- [mongoose](https://pkg.so/ja/brew/mongoose/) - Shares pkgdb curated category or tags: cli, mqtt, networking.
- [emqx](https://pkg.so/ja/brew/emqx/) - Shares pkgdb curated category or tags: cli, mqtt, networking.
- [netshow](https://pkg.so/ja/brew/netshow/) - Shares pkgdb curated category or tags: cli, networking, terminal-ui.
- [lavinmq](https://pkg.so/ja/brew/lavinmq/) - Shares pkgdb curated category or tags: cli, mqtt, networking.
- [tcpstat](https://pkg.so/ja/brew/tcpstat/) - Shares pkgdb curated category or tags: cli, networking, terminal-ui.
- [c-ares](https://pkg.so/ja/brew/c-ares/) - Shares pkgdb curated category or tags: cli, networking.
- [mqtt](https://pkg.so/ja/npm/mqtt/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, mqtt, networking, publish, subscribe.

## Combined YAML source

View the package source record on GitHub. [combined/mqttui.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mqttui.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
- external package-manager database matches
- cross-ecosystem install command graph
