# Installer alot avec Homebrew, apt, dnf, MacPorts, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de alot pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install alot
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install alot
```

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

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

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

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

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

## Faits du paquet

- **Clé du paquet:** brew:alot
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.12
- **Résumé source:** Text mode MUA using notmuch mail
- **Page d'accueil:** <https://github.com/pazz/alot>
- **Dépôt:** <https://github.com/pazz/alot>
- **Dernière mise à jour:** 2026-06-22T14:02:42-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- alot (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.12
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour alot. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
