# tmpmail mit Homebrew, apk, Nix installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install tmpmail
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add tmpmail
```

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

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

## Paketfakten

- **Paketschlüssel:** brew:tmpmail
- **Paketmanager:** Homebrew
- **Version:** 1.2.3
- **Quellzusammenfassung:** Temporary email right from your terminal written in POSIX sh
- **Homepage:** <https://github.com/sdushantha/tmpmail>
- **Repository:** <https://github.com/sdushantha/tmpmail>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- tmpmail (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

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

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

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


## Quellen

- 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
