# Installer tmpmail avec Homebrew, apk, Nix

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

## installation

```sh
sudo av install brew:tmpmail
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tmpmail
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add tmpmail
```

  Preuve: Alpine Linux edge package indexes: tmpmail from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#tmpmail
```

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

## Faits du paquet

- **Clé du paquet:** brew:tmpmail
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.2.3
- **Résumé source:** Temporary email right from your terminal written in POSIX sh
- **Page d'accueil:** <https://github.com/sdushantha/tmpmail>
- **Dépôt:** <https://github.com/sdushantha/tmpmail>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- tmpmail (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

tmpmail is a POSIX sh command-line utility for creating and reading temporary email addresses from the terminal.

### Historique du projet

The official README describes tmpmail as a terminal temporary-email client that uses the 1secmail API to receive mail. It credits Mitch Weaver's 1secmail script as a major inspiration, placing tmpmail in the small-script tradition of wrapping web APIs for terminal use.

The project keeps the implementation deliberately portable: the README emphasizes POSIX sh and common command-line dependencies such as curl, jq, w3m, and xclip.

### Historique d'adoption

tmpmail's own README documents AUR, Pacstall, Nixpkgs, and Docker installation paths. The supplied source facts additionally list Homebrew, Alpine, and Nix package-manager entries.

This distribution pattern fits the tool's purpose: users often want a disposable inbox while testing signups, verification flows, or mail delivery from a terminal session, so package-manager availability is part of the value.

### Modes d'utilisation

The README documents generating a random or custom temporary address, listing an inbox, opening a message by numeric ID, viewing the most recent message, copying the address to the clipboard, listing available domains, and rendering HTML email through a terminal or graphical browser.

In the package-nerd niche, tmpmail is commonly useful as a throwaway CLI dependency in testing, demos, and local scripts where setting up a real mailbox would be heavier than the task deserves.

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

tmpmail matters because it packages disposable email as a normal Unix command. Its design favors shells, pipes, text browsers, and package managers over hosted dashboards.

### Chronologie

- 2026: GitHub shows the tmpmail repository with thousands of stars and a compact POSIX sh codebase.
- 2026: The batch source facts list tmpmail packages for Homebrew, Alpine, and Nix.

### Related projects

- 1secmail is the email API named by the tmpmail README.
- Mitch Weaver's 1secmail script is credited by the README as a major inspiration.

### Sources

- <https://github.com/sdushantha/tmpmail#readme>
- input.source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - tmpmail: normalized package name match | nixpkgs package indexes: pkgs/by-name/tm/tmpmail/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - tmpmail - 1.2.3-r2: normalized package name match | Alpine Linux edge package indexes: tmpmail from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Temporary email right from your terminal written in POSIX sh | https://github.com/sdushantha/tmpmail
- apk - tmpmail-doc - 1.2.3-r2: normalized package name match | Alpine Linux edge package indexes: tmpmail-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Temporary email right from your terminal written in POSIX sh (documentation) | https://github.com/sdushantha/tmpmail


## Combined YAML source

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


## Sources

- 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
