# Installer gpg-tui avec Homebrew, apk, MacPorts, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:gpg-tui
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gpg-tui
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gpg-tui
```

  Preuve: MacPorts ports tree: security/gpg-tui/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gpg-tui
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#gpg-tui
```

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

- pacman (92%):

```sh
sudo pacman -S gpg-tui
```

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

- zypper (92%):

```sh
sudo zypper install gpg-tui
```

  Preuve: openSUSE Tumbleweed package metadata: gpg-tui from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:gpg-tui
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gpg-tui>
- **Version:** 0.11.2
- **Résumé source:** Manage your GnuPG keys with ease!
- **Page d'accueil:** <https://blog.orhun.dev/introducing-gpg-tui/>
- **Dépôt:** <https://github.com/orhun/gpg-tui>
- **Docs amont:** <https://blog.orhun.dev/introducing-gpg-tui/>
- **Licence:** MIT
- **Archive source:** <https://github.com/orhun/gpg-tui/archive/refs/tags/v0.11.2.tar.gz>
- **Dernière mise à jour:** 2026-06-15T10:20:17-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- gpg-tui (cli)
- gpg-tui (alias)

## Dépendances

- gnupg
- gpgme
- libgpg-error
- libxcb

## Dépendances de compilation

- pkgconf
- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.11.2
- gestionnaire mis à jour: 2026-06-15
- données locales: OK
- dépôt amont: https://github.com/orhun/gpg-tui
- dernière version détectée: v0.11.2 (à jour)
## Historique du projet et usages

gpg-tui is a Rust terminal user interface for GnuPG key management. It wraps common key operations in an interactive TUI while falling back to the `gpg` command for operations that are better left to GnuPG's own menus or command surface.

### Historique du projet

The project was introduced publicly by Orhun Parmaksiz in May 2021 as a terminal interface for managing GnuPG keys. Its changelog records 0.1.0 on 2021-05-28, followed immediately by packaging and documentation work.

The README defines a deliberately bounded scope: ease listing, exporting, signing, editing, importing, sending, generating, deleting, and refreshing keys, without trying to cover every GnuPG feature.

### Historique d'adoption

gpg-tui spread through Rust and Unix package channels rather than through GnuPG itself. The README documents installation through Cargo, Arch, Alpine, Gentoo overlays, Homebrew, Docker, FreeBSD, and NetBSD.

Its packaging story was part of the project from the first week: the changelog records Arch instructions on 2021-05-29 and Homebrew, FreeBSD, and NetBSD instructions on 2021-06-02.

### Modes d'utilisation

The TUI is used by pointing it at a GnuPG home directory or running it against the user's normal keyring. The README example includes launching against `/etc/pacman.d/gnupg`, which shows the tool's usefulness for inspecting package-manager keyrings as well as personal keys.

The project depends on GnuPG, GPGME, libgpg-error, and Rust. It uses GPGME where that API fits and executes `gpg` for cases such as refresh operations or menu-driven behavior.

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

For package-oriented users, gpg-tui sits in a useful gap between raw `gpg --list-keys` output and full graphical frontends. It makes trust, signing, import, export, and key inspection easier inside SSH sessions, recovery shells, and minimal desktops.

It also shows the Rust TUI wave entering security tooling: a modern terminal UI layered on top of conservative cryptographic plumbing instead of replacing the underlying OpenPGP implementation.

### Chronologie

- 2021-05-28: 0.1.0 initial release recorded in the changelog.
- 2021-05-29: Arch Linux installation instructions added.
- 2021-06-02: Homebrew, FreeBSD, and NetBSD installation instructions added.
- 2022-05-27: 0.9.0 added custom key bindings.
- 2024-03-17: 0.11.0 added a log view pane.
- 2026-04-23: 0.11.2 updated dependencies and minimum supported Rust version.

### Related projects

- Related tools include GnuPG itself, GPGME, pinentry, GPA, Kleopatra, and other terminal UI tools used to manage cryptographic workflows.

### Sources

- <https://blog.orhun.dev/introducing-gpg-tui/>
- <https://github.com/orhun/gpg-tui>
- <https://github.com/orhun/gpg-tui/blob/master/CHANGELOG.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - gpg-tui: normalized package name match | nixpkgs package indexes: pkgs/by-name/gp/gpg-tui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - gpg-tui - 0.11.2-r0: normalized package name match | Alpine Linux edge package indexes: gpg-tui from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Terminal user interface for GnuPG | https://github.com/orhun/gpg-tui
- apk - gpg-tui-bash-completion - 0.11.2-r0: normalized package name match | Alpine Linux edge package indexes: gpg-tui-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for gpg-tui | https://github.com/orhun/gpg-tui
- apk - gpg-tui-doc - 0.11.2-r0: normalized package name match | Alpine Linux edge package indexes: gpg-tui-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Terminal user interface for GnuPG (documentation) | https://github.com/orhun/gpg-tui
- apk - gpg-tui-fish-completion - 0.11.2-r0: normalized package name match | Alpine Linux edge package indexes: gpg-tui-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for gpg-tui | https://github.com/orhun/gpg-tui
- apk - gpg-tui-zsh-completion - 0.11.2-r0: normalized package name match | Alpine Linux edge package indexes: gpg-tui-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for gpg-tui | https://github.com/orhun/gpg-tui
- pacman - gpg-tui - 0.11.2-1: normalized package name match | Arch Linux sync databases: gpg-tui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A terminal user interface for GnuPG | https://github.com/orhun/gpg-tui
- zypper - gpg-tui - 0.11.2-1.3: normalized package name match | openSUSE Tumbleweed package metadata: gpg-tui from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Terminal User Interface for GnuPG | https://github.com/orhun/gpg-tui
- MacPorts - gpg-tui: normalized package name match | MacPorts ports tree: security/gpg-tui/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/fr/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [gnupg](https://pkg.so/fr/brew/gnupg/) - Runtime dependency declared by Homebrew.
- [libgpg-error](https://pkg.so/fr/brew/libgpg-error/) - Runtime dependency declared by Homebrew.
- [gpgme](https://pkg.so/fr/brew/gpgme/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [gpa](https://pkg.so/fr/brew/gpa/) - Shares pkgdb curated category or tags: cli, gnupg, key-management, openpgp, security.
- [hopenpgp-tools](https://pkg.so/fr/brew/hopenpgp-tools/) - Shares pkgdb curated category or tags: cli, key-management, openpgp, security.
- [gnupg@1.4](https://pkg.so/fr/brew/gnupg-1-4/) - Shares pkgdb curated category or tags: cli, key-management, openpgp, security.
- [flawz](https://pkg.so/fr/brew/flawz/) - Shares pkgdb curated category or tags: cli, rust, security, tui.
- [sequoia-chameleon-gnupg](https://pkg.so/fr/brew/sequoia-chameleon-gnupg/) - Shares pkgdb curated category or tags: cli, gnupg, openpgp, security.
- [paperkey](https://pkg.so/fr/brew/paperkey/) - Shares pkgdb curated category or tags: cli, gnupg, openpgp, security.
- [envio](https://pkg.so/fr/brew/envio/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, error, gpgme, libgpg, libgpg-error.
- [pinentry-mac](https://pkg.so/fr/brew/pinentry-mac/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, error, gnupg, gpg, libgpg.

## Combined YAML source

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


## Sources

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