# Installer hopenpgp-tools avec Homebrew, apt, pacman

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

## installation

```sh
sudo av install brew:hopenpgp-tools
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install hopenpgp-tools
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install hopenpgp-tools
```

  Preuve: Debian stable package indexes: hopenpgp-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- pacman (92%):

```sh
sudo pacman -S hopenpgp-tools
```

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

## Faits du paquet

- **Clé du paquet:** brew:hopenpgp-tools
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/hopenpgp-tools>
- **Version:** 0.25.2
- **Résumé source:** Command-line tools for OpenPGP-related operations
- **Page d'accueil:** <https://hackage.haskell.org/package/hopenpgp-tools>
- **Docs amont:** <https://hackage.haskell.org/package/hopenpgp-tools>
- **Licence:** AGPL-3.0-or-later
- **Archive source:** <https://hackage.haskell.org/package/hopenpgp-tools-0.25.2/hopenpgp-tools-0.25.2.tar.gz>
- **Dernière mise à jour:** 2026-07-31T10:00:44Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- hkt (cli)
- hokey (cli)
- hop (cli)
- hot (cli)
- hkt (alias)
- hokey (alias)
- hop (alias)
- hot (alias)

## Dépendances

- gmp
- nettle

## Dépendances de compilation

- cabal-install
- ghc
- pkgconf

## Bibliothèques fournies par macOS

- libffi

## 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.25.2
- gestionnaire mis à jour: 2026-07-31
- données locales: OK
- dépôt amont: https://hackage.haskell.org/package/hopenpgp-tools
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

hopenpgp-tools is a set of Haskell command-line utilities built on hOpenPGP for OpenPGP-related operations. The package exposes focused executables such as `hot`, `hokey`, `hkt`, and later `hop`, making it a toolbox for inspecting, transforming, and working with OpenPGP data rather than a full mail client or keyring manager.

### Historique du projet

Hackage records the package as authored and maintained by Clint Adams, with copyright beginning in 2012 and the first Hackage upload, version 0.0, on 2013-08-25. Early package metadata described the same core purpose: hOpenPGP-based command-line tools for OpenPGP-related operations.

The first Hackage package exposed three executables: `hkt`, `hokey`, and `hot`. By version 0.23.11, the Cabal file lists four executables: `hot`, `hokey`, `hkt`, and `hop`. The package remained tied to the hOpenPGP library while updating dependencies such as `crypton`, `optparse-applicative`, `prettyprinter`, and `yaml`.

The upstream repository lives on Debian Salsa under Clint Adams' namespace. Salsa metadata records the project creation on 2017-12-31, which lines up with the package's migration from the earlier `floss.scru.org` homepage shown in older Hackage RSS entries to Salsa-hosted source metadata shown in later package records.

### Historique d'adoption

hopenpgp-tools has a stronger distribution footprint than its niche size suggests. It appears in Homebrew, Debian, Ubuntu-derived repositories, Arch Linux, and Hackage. Debian's package tracker lists it as source package `haskell-hopenpgp-tools`, maintained by the Debian Haskell Group with Clint Adams as uploader.

Hackage's release RSS shows a long sequence of uploads from 2013 through 2025, including a dense early series in 2013-2014 and continued maintenance across later GHC and dependency changes. Debian and Arch packaging make the tools available outside the Haskell-only ecosystem.

### Modes d'utilisation

The utilities are for command-line OpenPGP work. Debian's package page describes `hot`, `hokey`, and `hkt` as works in progress that provide some OpenPGP-related functionality, while the Cabal file shows executable-specific modules for ASCII armor parsing, HKP/keyserver functionality, key utilities, graph-related key analysis, and OpenPGP packet handling.

`hokey` depends on HTTP client libraries and HKP-related modules, indicating keyserver-oriented operations. `hot` and `hkt` share parser/lexer and ASCII armor support, while `hop` combines armor, parser, TK utilities, cryptographic primitives, and vector/time/container dependencies. For package users, the important point is the split: install one package and get several small OpenPGP CLI tools.

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

This is a package-nerd package because it sits at the intersection of cryptography, Haskell packaging, and distro packaging. It is not a glossy end-user OpenPGP app; it is a collection of small executables whose value is highest for people debugging, inspecting, or automating OpenPGP data flows.

The package also illustrates how Haskell command-line tools propagate: Hackage is the language-origin registry, Salsa carries Debian-friendly source control, Debian/Ubuntu expose binary packages to Unix users, Arch packages it in a rolling distro, and Homebrew makes it reachable from macOS. That multi-registry path is exactly the kind of long-lived packaging trail enrichment should preserve.

### Chronologie

- 2012: Cabal metadata records copyright beginning with Clint Adams.
- 2013: Version 0.0 is uploaded to Hackage with executables `hkt`, `hokey`, and `hot`.
- 2014: Rapid Hackage release series continues through versions 0.1 to 0.14.
- 2017: Salsa project for `hopenpgp-tools` is created under Clint Adams' namespace.
- 2019: Hackage records version 0.23 with homepage metadata pointing at Salsa-hosted hOpenPGP resources.
- 2021: Version 0.23.6 appears in both Hackage and Debian-era package pools.
- 2025: Version 0.23.11 is uploaded to Hackage and appears in Debian source package metadata.

### Related projects

- hOpenPGP is the Haskell OpenPGP library dependency and conceptual base.
- OpenPGP is the protocol and data format family the tools operate on.
- Debian Haskell Group packaging is related through the Debian source package `haskell-hopenpgp-tools`.
- Arch Linux and Homebrew packages are related distribution surfaces for users outside Hackage.

### Sources

- Arch package page: additional distro adoption and upstream URL.
- Cabal file: executable names, module/dependency split, license, source repository, and copyright years.
- Debian package pages and tracker: distro package name, maintainers, version, description, source package, and VCS packaging metadata.
- Hackage package page and RSS: package purpose, versions, upload dates, author, maintainer, homepage changes, dependencies, and executable list.
- Salsa GitLab API/page: official repository and project creation metadata.


## Notes de sécurité

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


## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - hopenpgp-tools - 0.23.11-1: normalized package name match | Debian stable package indexes: hopenpgp-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | hOpenPGP-based command-line tools | https://salsa.debian.org/clint/hOpenPGP-tools
- Ubuntu apt - hopenpgp-tools - 0.23.7-1: normalized package name match | Ubuntu 24.04 LTS package indexes: hopenpgp-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | hOpenPGP-based command-line tools | https://salsa.debian.org/clint/hOpenPGP-tools
- pacman - hopenpgp-tools - 0.23.11-111: normalized package name match | Arch Linux sync databases: hopenpgp-tools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | hOpenPGP-based command-line tools | https://salsa.debian.org/clint/hopenpgp-tools


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow 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.
- [Package ecosystem packages](https://pkg.so/fr/package-ecosystem-tools/) - Matched package manager, installer, dependency, registry, or publishing metadata.
- [nettle](https://pkg.so/fr/brew/nettle/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cabal-install](https://pkg.so/fr/brew/cabal-install/) - Build dependency declared by Homebrew.
- [ghc](https://pkg.so/fr/brew/ghc/) - Build dependency declared by Homebrew.
- [gnupg@1.4](https://pkg.so/fr/brew/gnupg-1-4/) - Shares pkgdb curated category or tags: cli, cryptography, key-management, openpgp, security.
- [gnupg](https://pkg.so/fr/brew/gnupg/) - Shares pkgdb curated category or tags: cli, key-management, openpgp, security.
- [gpgme](https://pkg.so/fr/brew/gpgme/) - Shares pkgdb curated category or tags: cli, cryptography, openpgp, security.
- [pgpdump](https://pkg.so/fr/brew/pgpdump/) - Shares pkgdb curated category or tags: cli, cryptography, openpgp, security.
- [softhsm](https://pkg.so/fr/brew/softhsm/) - Shares pkgdb curated category or tags: cli, cryptography, key-management, security.
- [gpg-tui](https://pkg.so/fr/brew/gpg-tui/) - Shares pkgdb curated category or tags: cli, key-management, openpgp, security.
- [gpa](https://pkg.so/fr/brew/gpa/) - Shares pkgdb curated category or tags: cli, key-management, openpgp, security.
- [sequoia-sqv](https://pkg.so/fr/brew/sequoia-sqv/) - Shares pkgdb curated category or tags: cli, cryptography, openpgp, security.

## Combined YAML source

View the package source record on GitHub. [combined/hopenpgp-tools.yml](https://github.com/mxcl/pkgdb/blob/main/combined/hopenpgp-tools.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
