# 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
- **バージョン:** 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>
- **最終更新:** 2026-06-21T16:45:17-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mu (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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

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

- 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


## 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
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
