Install
KesselDB is pure Rust with no external dependencies in the kernel and no native build steps.
- Prebuilt Linux x86_64 binary โ grab from the
releases page. Each
release ships a server binary (
kesseldb), a CLI binary (kessel), a bundle tarball, andSHA256SUMS. - Build from source โ
Requires Rust stable 1.95+.git clone https://github.com/hassard0/KesselDB && cd KesselDB cargo build --release # default โ binary protocol only cargo build --release --features pg-gateway,http-gateway # all wire surfaces
Full install + build matrix: Usage guide (full) ยง1.