macOS
brew install cryptominisatlocal Homebrew formula metadata
brew
Advanced SAT solver. Version 5.14.7 via Homebrew; verified 2026-06-27.
install
brew install cryptominisatlocal Homebrew formula metadata
sudo apt install cryptominisatDebian stable package indexes · cryptominisat · source: deb.debian.org
sudo dnf install cryptominisatFedora Rawhide package metadata · cryptominisat · source: dl.fedoraproject.org
nix profile install nixpkgs#cryptominisatnixpkgs package indexes · pkgs/by-name/cr/cryptominisat/package.nix · source: api.github.com
sudo pacman -S cryptominisatArch Linux sync databases · cryptominisat · source: geo.mirror.pkgbuild.com
overview
Advanced SAT solver
history
CryptoMiniSat is an advanced SAT solver with command-line, C++ library, Python, C, and Rust-compatible interfaces. It is packaged for scientific and developer-tool ecosystems because SAT solvers are infrastructure for verification, optimization, cryptanalysis, model counting, and research workflows.
The official homepage identifies CryptoMiniSat 5 as a modern, multi-threaded, feature-rich simplifying SAT solver and asks users to cite the project's SAT 2009 conference paper. The official GitHub repository was created in 2012 and continues to publish 5.x releases.
CryptoMiniSat is distributed as release binaries, source builds, Nix shells, Python packages through pycryptosat, and distro packages. The supplied package metadata lists Homebrew, Debian, Fedora, Nix, Arch, and Ubuntu, which fits a solver used both interactively from the shell and embedded through library bindings.
The command-line interface accepts DIMACS CNF input with XOR-clause extensions and is invoked as cryptominisat5. The README also documents incremental Python and C++ usage, including assumptions and repeated solve calls, which are important for users embedding the solver in larger verification or search programs.
For packagers, CryptoMiniSat is a good example of research software that became routine infrastructure: it exposes a stable executable, a C++ API, Python wheels, and static-build options while depending on performance-sensitive native libraries such as GMP and zlib. Packaging quality directly affects whether downstream scientific tools can treat the solver as a dependable backend.
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 |
|---|---|---|---|
cryptominisat5 | cli | global executable | |
oracle | 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://github.com/msoos/cryptominisat
install metadata
| Package key | brew:cryptominisat |
|---|---|
| Version | 5.14.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cryptominisat |
| Homepage | https://www.msoos.org/cryptominisat5/ |
| Repository | https://github.com/msoos/cryptominisat |
| Upstream docs | https://github.com/msoos/cryptominisat#readme |
| License | MIT |
| Source archive | https://github.com/msoos/cryptominisat/archive/refs/tags/release/v5.14.7.tar.gz |
| Last updated | 2026-06-27T15:33:34Z |
| Pulse | updated |
| Dependencies | gmp |
| Build dependencies | cmake, pkgconf, python@3.14 |
| 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 | cryptominisat |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
cryptominisat 5.11.21+dfsg1-2
SAT solver command line interface
sudo apt install cryptominisatlibcryptominisat5-5.11t64 5.11.21+dfsg1-2
SAT solver library
sudo apt install libcryptominisat5-5.11t64libcryptominisat5-dev 5.11.21+dfsg1-2
development files for the CryptoMiniSat SAT solver
sudo apt install libcryptominisat5-devpython3-cryptominisat 5.11.21+dfsg1-2
Python bindings for the CryptoMiniSat SAT solver (Python 3)
sudo apt install python3-cryptominisatcryptominisat
nix profile install nixpkgs#cryptominisatcryptominisat 5.11.15+dfsg1-1.1build1
SAT solver command line interface
sudo apt install cryptominisatlibcryptominisat5-5.11t64 5.11.15+dfsg1-1.1build1
SAT solver library
sudo apt install libcryptominisat5-5.11t64libcryptominisat5-dev 5.11.15+dfsg1-1.1build1
development files for the CryptoMiniSat SAT solver
sudo apt install libcryptominisat5-devpython3-cryptominisat 5.11.15+dfsg1-1.1build1
Python bindings for the CryptoMiniSat SAT solver (Python 3)
sudo apt install python3-cryptominisatcryptominisat 5.14.5-2.fc45
SAT solver
sudo dnf install cryptominisatcryptominisat-devel 5.14.5-2.fc45
Header files for developing with cryptominisat
sudo dnf install cryptominisat-develcryptominisat-libs 5.14.5-2.fc45
Cryptominisat library
sudo dnf install cryptominisat-libspython3-pycryptosat 5.14.5-2.fc45
Python 3 interface to cryptominisat
sudo dnf install python3-pycryptosatcryptominisat 5.14.5-1
A modern, multi-threaded, feature-rich, simplifying SAT solver
https://github.com/msoos/cryptominisat/
sudo pacman -S cryptominisatsource 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.