# Install hopenpgp-tools with Homebrew, apt, pacman

Command-line tools for OpenPGP-related operations. Version 0.23.11 via Homebrew; verified 2026-06-22.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

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

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

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

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

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

## Package facts

- **Package key:** brew:hopenpgp-tools
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/hopenpgp-tools>
- **Version:** 0.23.11
- **Source summary:** Command-line tools for OpenPGP-related operations
- **Homepage:** <https://hackage.haskell.org/package/hopenpgp-tools>
- **Repository:** <https://salsa.debian.org/clint/hopenpgp-tools>
- **Upstream docs:** <https://salsa.debian.org/clint/hopenpgp-tools>
- **License:** AGPL-3.0-or-later
- **Source archive:** <https://hackage.haskell.org/package/hopenpgp-tools-0.23.11/hopenpgp-tools-0.23.11.tar.gz>
- **Last updated:** 2026-06-22T14:03:43-07:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

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

## Dependencies

- gmp
- nettle

## Build dependencies

- cabal-install
- ghc
- pkgconf

## Uses from macOS

- libffi

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.23.11
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://hackage.haskell.org/package/hopenpgp-tools
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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


## Security Notes

No matching local secret-handling manifest was found for hopenpgp-tools. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

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

## Other Package-Manager Records

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


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [Package ecosystem packages](https://www.automicvault.com/pkg/package-ecosystem-tools/) - Matched package manager, installer, dependency, registry, or publishing metadata.
- [nettle](https://www.automicvault.com/pkg/brew/nettle/) - Runtime dependency declared by Homebrew.
- [cabal-install](https://www.automicvault.com/pkg/brew/cabal-install/) - Build dependency declared by Homebrew.
- [ghc](https://www.automicvault.com/pkg/brew/ghc/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [gnupg](https://www.automicvault.com/pkg/brew/gnupg/) - Shares av.db curated category or tags: cli, cryptography, key-management, openpgp, security.
- [rnp](https://www.automicvault.com/pkg/brew/rnp/) - Shares av.db curated category or tags: cli, cryptography, openpgp, security.
- [sequoia-chameleon-gnupg](https://www.automicvault.com/pkg/brew/sequoia-chameleon-gnupg/) - Shares av.db curated category or tags: cli, cryptography, openpgp, security.
- [sequoia-sqv](https://www.automicvault.com/pkg/brew/sequoia-sqv/) - Shares av.db curated category or tags: cli, cryptography, openpgp, security.
- [gpa](https://www.automicvault.com/pkg/brew/gpa/) - Shares av.db curated category or tags: cli, cryptography, key-management, openpgp, security.
- [gpg-tui](https://www.automicvault.com/pkg/brew/gpg-tui/) - Shares av.db curated category or tags: cli, cryptography, key-management, openpgp, security.
- [gpgme](https://www.automicvault.com/pkg/brew/gpgme/) - Shares av.db curated category or tags: cli, cryptography, openpgp, security.
- [pgpdump](https://www.automicvault.com/pkg/brew/pgpdump/) - Shares av.db 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/automic-vault/db/blob/main/combined/hopenpgp-tools.yml)


## Sources

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