macOS
brew install cryptollocal Homebrew formula metadata
brew
Domain-specific language for specifying cryptographic algorithms. Version 3.5.0 via Homebrew; verified from local package data.
install
brew install cryptollocal Homebrew formula metadata
sudo pacman -S cryptolArch Linux sync databases · cryptol · source: geo.mirror.pkgbuild.com
sudo apt install cryptolUbuntu 24.04 LTS package indexes · cryptol · source: archive.ubuntu.com
overview
Domain-specific language for specifying cryptographic algorithms
history
Cryptol is a domain-specific language and toolchain for specifying and checking cryptographic algorithms. It is packaged as a developer tool because its main value is an executable specification language, REPL-like interpreter, and solver-backed verification workflow rather than a conventional application.
The official README says Cryptol was designed by Galois for the NSA Laboratory for Advanced Cybersecurity Research as a public standard for specifying cryptographic algorithms. The current repository represents Cryptol version 3 and carries Galois copyright notices beginning in 2013, with the public GitHub repository created in 2014.
Cryptol is distributed through official GitHub release binaries for macOS, Linux, and Windows, and the README explicitly documents Homebrew installation for macOS. The supplied package metadata also lists Arch and Ubuntu packages, reflecting a tool that is niche but important enough for language, formal-methods, and cryptography users to want through normal package channels.
Users write executable specifications of cryptographic algorithms in Cryptol, then use the interpreter's :check command for randomized testing and :prove or :sat commands through SMT solvers such as Z3. The README also points users toward examples, the standard library, and the related SAW tooling for checking implementations against specifications.
Cryptol is interesting to packagers because it bundles a language runtime, documentation, examples, and solver expectations into a CLI package. Its README notes that Homebrew installs the appropriate Z3 version automatically, which is the kind of dependency detail that determines whether a formal-methods package works out of the box.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
check-exercises | cli | global executable | |
cryptol | cli | global executable | |
cryptol-html | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://galoisinc.github.io/cryptol/master/RefMan.html
install metadata
| Package key | brew:cryptol |
|---|---|
| Version | 3.5.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cryptol |
| Homepage | https://galoisinc.github.io/cryptol/master/RefMan.html |
| Repository | https://github.com/GaloisInc/cryptol |
| Upstream docs | https://galoisinc.github.io/cryptol/master/RefMan.html |
| License | BSD-3-Clause |
| Source archive | https://hackage.haskell.org/package/cryptol-3.5.0/cryptol-3.5.0.tar.gz |
| Dependencies | gmp, z3 |
| Build dependencies | cabal-install, ghc@9.12 |
| Uses from macOS | libffi, ncurses |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cryptol |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
cryptol 3.0.0-1build1
domain-specific language of cryptography
sudo apt install cryptolcryptol 3.3.0-88
The Language of Cryptography
https://tools.galois.com/cryptol
sudo pacman -S cryptolsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.