# alot を Homebrew, apt, dnf, MacPorts, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:alot
```

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

### macOS

- Homebrew (100%):

```sh
brew install alot
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install alot
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install alot
```

  証拠: Debian stable package indexes: alot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install alot
```

  証拠: Fedora Rawhide package metadata: alot from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#alot
```

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

- pacman (92%):

```sh
sudo pacman -S alot
```

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

## パッケージ情報

- **パッケージキー:** brew:alot
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/alot>
- **バージョン:** 0.12
- **ソース概要:** Text mode MUA using notmuch mail
- **ホームページ:** <https://github.com/pazz/alot>
- **リポジトリ:** <https://github.com/pazz/alot>
- **ライセンス:** GPL-3.0-only
- **ソースアーカイブ:** <https://github.com/pazz/alot.git>
- **最終更新:** 2026-06-22T14:02:42-07:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## 依存関係

- gpgmepy
- libmagic
- notmuch
- python@3.14

## ビルド依存関係

- sphinx-doc
- swig

## インストール挙動

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

## バージョンと鮮度

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

alot is a terminal-based mail user agent for the notmuch mail system. It provides a full MUA experience with a modular, command-prompt-driven interface built in Python with urwid.

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

The official README defines alot as an alternative to the Emacs mode shipped with notmuch. Its manual is copyright 2012-24 Patrick Totzke, and the repository has a long 0.x release line, making it one of the durable terminal clients in the notmuch ecosystem.

Rather than replacing mail delivery, synchronization, or indexing, alot focuses on the user-agent layer: browsing notmuch-indexed mail, composing replies, managing accounts for sending through sendmail, invoking external editors, and exposing hooks, theming, and key bindings.

### 採用の歴史

alot's adoption has been strongest among users who already chose the notmuch model: mail is synchronized and indexed outside the client, then a specialized frontend provides interaction. The README points users to the manual, a wiki for contributed hooks and hacks, GitHub issues and pull requests, and an IRC channel for developer/community discussion.

Its package-manager spread across Homebrew, Debian, Fedora, MacPorts, Nix, Arch, and Ubuntu reflects the Unix-mail niche: not huge by desktop-client standards, but visible wherever terminal mail clients and notmuch workflows are packaged.

### 使われ方

Users run `alot` to open a terminal UI with buffers and modes. Movement works with arrow keys, page keys, `j`, `k`, and Space; `:` opens the command prompt; `?` shows key bindings for the current mode.

Configuration is an INI-style file at `~/.config/alot/config`. The docs say all config is optional, but sending mail requires at least one account entry. Features include configurable keyboard maps, colors and layout themes, contact completion commands, Python hooks, PGP/MIME signing and encryption, and notmuch database write-queue management.

### パッケージ好きにとっての重要性

alot is significant as a small, composable Unix mail package: it assumes notmuch for indexing and lets other tools handle sync, sendmail, editors, contacts, and crypto. That makes dependency and integration metadata more important than a single monolithic app description.

It is also a good example of a lowercase command/package name that intentionally belongs to a larger toolchain. Package users rarely install `alot` alone; they install it as part of a notmuch-centered terminal mail setup.

### タイムライン

- 2012-2024: Official manual copyright range for Patrick Totzke.
- 0.x era: Git tags show a long 0.x release series through v0.12.
- Current: README and Read the Docs manual describe alot as a notmuch-based terminal MUA with modular command-prompt UI.

### Related projects

- notmuch is the mail indexer that alot builds on.
- urwid is the Python terminal UI toolkit used by alot.
- sendmail-compatible tools, external editors, and PGP/MIME tooling are part of common alot deployments.

### ソース

- <https://alot.readthedocs.io/en/latest/configuration/index.html>
- <https://alot.readthedocs.io/en/latest/index.html>
- <https://raw.githubusercontent.com/pazz/alot/master/README.md>


## セキュリティノート

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



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

- Unix: ~/.config/alot/config
## ソースデータベース詳細

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

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

- Debian apt - alot - 0.11-2: normalized package name match | Debian stable package indexes: alot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Text mode MUA using notmuch mail | https://github.com/pazz/alot/
- Debian apt - alot-doc - 0.11-2: normalized package name match | Debian stable package indexes: alot-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Text mode MUA using notmuch mail - documentation | https://github.com/pazz/alot/
- Nix - alot: normalized package name match | nixpkgs package indexes: pkgs/by-name/al/alot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - alot - 0.10-2: normalized package name match | Ubuntu 24.04 LTS package indexes: alot from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Text mode MUA using notmuch mail | https://github.com/pazz/alot/
- Ubuntu apt - alot-doc - 0.10-2: normalized package name match | Ubuntu 24.04 LTS package indexes: alot-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Text mode MUA using notmuch mail - documentation | https://github.com/pazz/alot/
- dnf - alot - 0.12-7.fc45: normalized package name match | Fedora Rawhide package metadata: alot from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Experimental terminal MUA based on notmuch mail | https://github.com/pazz/alot
- pacman - alot - 0.12-1: normalized package name match | Arch Linux sync databases: alot from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Terminal-based MUA for the notmuch mail system | https://github.com/pazz/alot
- MacPorts - alot: normalized package name match | MacPorts ports tree: mail/alot/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.
- [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.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [notmuch](https://pkg.so/ja/brew/notmuch/) - Runtime dependency declared by Homebrew.
- [swig](https://pkg.so/ja/brew/swig/) - Build dependency declared by Homebrew.
- [sphinx-doc](https://pkg.so/ja/brew/sphinx-doc/) - Build dependency declared by Homebrew.
- [neomutt](https://pkg.so/ja/brew/neomutt/) - Shares pkgdb curated category or tags: cli, email, mail-client, notmuch, productivity.
- [aerc](https://pkg.so/ja/brew/aerc/) - Shares pkgdb curated category or tags: cli, email, notmuch, productivity, terminal.
- [alpine](https://pkg.so/ja/brew/alpine/) - Shares pkgdb curated category or tags: cli, email, mail-client, productivity, terminal.
- [claws-mail](https://pkg.so/ja/brew/claws-mail/) - Shares pkgdb curated category or tags: cli, email, mail-client, productivity.
- [pop](https://pkg.so/ja/brew/pop/) - Shares pkgdb curated category or tags: cli, email, productivity, terminal.
- [mu](https://pkg.so/ja/brew/mu/) - Shares pkgdb curated category or tags: cli, email, productivity.
- [offlineimap](https://pkg.so/ja/brew/offlineimap/) - Shares pkgdb curated category or tags: cli, email, productivity.
- [nmail](https://pkg.so/ja/brew/nmail/) - Shares pkgdb curated category or tags: cli, email, productivity, terminal.

## Combined YAML source

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


## ソース

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