# mu を Homebrew, apk, MacPorts, Nix, winget でインストール

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

## インストール

```sh
sudo av install brew:mu
```

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

### macOS

- Homebrew (100%):

```sh
brew install mu
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mu
```

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

### Linux

- apk (92%):

```sh
sudo apk add mu
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#mu
```

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

### Windows

- winget (92%):

```sh
winget install --id Mu.Mu -e
```

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

## パッケージ情報

- **パッケージキー:** brew:mu
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/mu>
- **バージョン:** 1.14.2
- **ソース概要:** Tool for searching e-mail messages stored in the maildir-format
- **ホームページ:** <https://www.djcbsoftware.nl/code/mu/>
- **リポジトリ:** <https://github.com/djcb/mu>
- **上流ドキュメント:** <https://www.djcbsoftware.nl/code/mu/>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/djcb/mu/releases/download/v1.14.2/mu-1.14.2.tar.xz>
- **最終更新:** 2026-06-21T16:45:17-04:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## 依存関係

- fmt
- gettext
- glib
- gmime
- guile
- xapian

## ビルド依存関係

- cli11
- emacs
- libgpg-error
- libtool
- meson
- ninja
- pkgconf
- texinfo

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.14.2
- マネージャ更新日: 2026-06-21
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/djcb/mu
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

mu is Dirk-Jan C. Binnema's Maildir search and indexing toolkit for Unix-like systems. The project site says the first mu versions date to 2008, and presents the package as a response to large personal mail stores: index the Maildir once, then find, view, extract attachments from, and organize messages through command-line tools.

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

Its technical niche is the combination of fast Maildir indexing, a Xapian-backed query database, and package-shipped companion interfaces. The best-known companion is mu4e, a GNU Emacs mail client built on top of mu; the package also exposes Guile/Scheme bindings. In practice, users initialize a database for a Maildir, run `mu index` after mail is delivered by tools such as mbsync, offlineimap, or fetchmail, and query it from the `mu` CLI or from mu4e inside Emacs.

### 使われ方

In package-manager terms, mu sits at the intersection of mail tooling, desktop productivity, and Emacs workflows. It is packaged by several Unix-like distributions, sometimes under the name `maildir-utils`, while Homebrew and similar managers expose it as `mu`.

### ソース

- <https://api.github.com/repos/djcb/mu>
- <https://formulae.brew.sh/formula/mu>
- <https://github.com/djcb/mu>
- <https://www.djcbsoftware.nl/code/mu/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

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

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

- Nix - mu: normalized package name match | nixpkgs package indexes: pkgs/by-name/mu/mu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - mu - 1.14.2-r0: normalized package name match | Alpine Linux edge package indexes: mu from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Utilities for indexing and searching Maildirs | https://www.djcbsoftware.nl/code/mu/
- apk - mu-doc - 1.14.2-r0: normalized package name match | Alpine Linux edge package indexes: mu-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Utilities for indexing and searching Maildirs (documentation) | https://www.djcbsoftware.nl/code/mu/
- apk - mu4e - 1.14.2-r0: normalized package name match | Alpine Linux edge package indexes: mu4e from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Emacs-based e-mail client which uses mu as its back-end | https://www.djcbsoftware.nl/code/mu/
- MacPorts - mu: normalized package name match | MacPorts ports tree: mail/mu/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - Mu.Mu: normalized package name match | Windows Package Manager source index: Mu.Mu from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://pkg.so/ja/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [glib](https://pkg.so/ja/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/ja/brew/gettext/) - Runtime dependency declared by Homebrew.
- [guile](https://pkg.so/ja/brew/guile/) - Runtime dependency declared by Homebrew.
- [xapian](https://pkg.so/ja/brew/xapian/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libgpg-error](https://pkg.so/ja/brew/libgpg-error/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/ja/brew/libtool/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/ja/brew/ninja/) - Build dependency declared by Homebrew.
- [mairix](https://pkg.so/ja/brew/mairix/) - Shares pkgdb curated category or tags: cli, email, maildir, productivity, search.
- [aerc](https://pkg.so/ja/brew/aerc/) - Shares pkgdb curated category or tags: cli, email, maildir, productivity.
- [offlineimap](https://pkg.so/ja/brew/offlineimap/) - Shares pkgdb curated category or tags: cli, email, maildir, productivity.
- [meli](https://pkg.so/ja/brew/meli/) - Shares pkgdb curated category or tags: cli, email, maildir, productivity.
- [mail-deduplicate](https://pkg.so/ja/brew/mail-deduplicate/) - Shares pkgdb curated category or tags: cli, email, maildir, productivity.
- [mailcheck](https://pkg.so/ja/brew/mailcheck/) - Shares pkgdb curated category or tags: cli, email, maildir, productivity.
- [neomutt](https://pkg.so/ja/brew/neomutt/) - Shares pkgdb curated category or tags: cli, email, productivity.
- [claws-mail](https://pkg.so/ja/brew/claws-mail/) - Shares pkgdb curated category or tags: cli, email, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/mu.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mu.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
