# alot mit Homebrew, apt, dnf, MacPorts, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für alot in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install alot
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install alot
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: Fedora Rawhide package metadata: alot 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#alot
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:alot
- **Paketmanager:** Homebrew
- **Version:** 0.12
- **Quellzusammenfassung:** Text mode MUA using notmuch mail
- **Homepage:** <https://github.com/pazz/alot>
- **Repository:** <https://github.com/pazz/alot>
- **Zuletzt aktualisiert:** 2026-06-22T14:02:42-07:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- alot (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.12
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

Für alot wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## 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
## Andere Paketmanager-Einträge

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## Combined YAML source

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


## Quellen

- 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
