
What It Does#
Interactive terminal UI for searching through NIST’s Cryptographic Module Validation Program database. Pulls data from the NIST CMVP API.

Install#
# Homebrew (macOS/Linux)
brew install ethanolivertroy/sectools/cmvp
# Go
go install github.com/ethanolivertroy/cmvp-tui@latest
Or grab a binary from releases.
Why#
Sometimes you just want to quickly look up if a crypto module is FIPS validated without dealing with NIST’s website. This lets you do that from your terminal.
Built with Go and Bubbletea (same TUI framework I used for Vanta Go Export and CISA KEV TUI).
Cross-platform binaries via GoReleaser.
Changelog#
v0.1.0 (2025-12-12)#
Renamed from NIST-CMVP-CLI to cmvp-tui
- Shorter, cleaner name
- New repo:
ethanolivertroy/cmvp-tui - Same functionality, same Homebrew install command




