macOS
brew install kissatlocal Homebrew formula metadata
brew
Bare metal SAT solver. Version 4.0.4 via Homebrew; verified from local package data.
install
brew install kissatlocal Homebrew formula metadata
sudo apt install kissatDebian stable package indexes · kissat · source: deb.debian.org
sudo dnf install kissatFedora Rawhide package metadata · kissat · source: dl.fedoraproject.org
nix profile install nixpkgs#kissatnixpkgs package indexes · pkgs/by-name/ki/kissat/package.nix · source: api.github.com
overview
Bare metal SAT solver
history
Kissat is Armin Biere's compact C SAT solver, described by the project as a keep-it-simple-and-clean bare-metal solver and as a reimplementation of CaDiCaL ideas with improved data structures, scheduling, algorithms, and implementation.
Kissat comes from the same SAT-solver lineage as CaDiCaL, Lingeling, Plingeling, Treengeling, and related competition solvers associated with Armin Biere and collaborators. Its homepage describes it as a condensed and improved reimplementation of CaDiCaL in C, with library use possible even though the solver is not incremental.
The project became prominent through SAT Competition work. The official Kissat page records first place in the main track and first place on unsatisfiable instances at SAT Competition 2020, and the repository README points to solver descriptions for SAT Competition 2024.
Kissat is packaged beyond Homebrew, including Debian, Fedora/DNF, and Nix according to the input package facts. That kind of distribution matters for formal-methods users because SAT solvers are often invoked by other verification, synthesis, model-checking, theorem-proving, and package-build workflows.
Users build Kissat with the repository's configure-and-make workflow and run it as a SAT solver on CNF instances. The README states that binaries are provided with major releases, while the homepage links the SAT Competition 2020 source submission and competition descriptions for deeper reproducibility context.
Kissat is notable because SAT solvers are small command-line packages with outsize influence: they can sit invisibly underneath formal verification, dependency solving, hardware checking, and research pipelines. Its competition pedigree makes the package more than another CLI; it is a benchmark artifact from the SAT-solving community.
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 |
|---|---|---|---|
kissat | 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/arminbiere/kissat
install metadata
| Package key | brew:kissat |
|---|---|
| Version | 4.0.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kissat |
| Homepage | https://github.com/arminbiere/kissat |
| Repository | https://github.com/arminbiere/kissat |
| Upstream docs | https://github.com/arminbiere/kissat#readme |
| License | MIT |
| Source archive | https://github.com/arminbiere/kissat/archive/refs/tags/rel-4.0.4.tar.gz |
| 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 | kissat |
| 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.
kissat 4.0.2-1
Keep it simple and clean bare metal SAT solver
sudo apt install kissatkissat
nix profile install nixpkgs#kissatkissat 4.0.4-3.fc44
Keep It Simple SAT solver
sudo dnf install kissatkissat-devel 4.0.4-3.fc44
Development files for kissat
sudo dnf install kissat-develkissat-libs 4.0.4-3.fc44
Keep It Simple SAT solver library
sudo dnf install kissat-libssource 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.