Esc

Install

Get sipnab running

One binary, one dependency. v0.4.2 — built and checksummed by CI for every platform below.

Homebrew

recommended
macOS · Intel & Apple Silicon
$brew install NormB/tap/sipnab

Debian / Ubuntu package

recommended
2 · Install — apt resolves libpcap
run in your download folder
$sudo apt install ./sipnab_0.4.2_amd64.deb

Static binary

zero dependencies

musl-linked and fully self-contained — runs on any distro, Alpine included. Download, extract, run.

glibc build (dynamic, needs libpcap)

Build from source

Rust 1.92+
cargo
$git clone https://github.com/NormB/sipnab.git $cd sipnab && cargo build --release --features full

The release binary lands at target/release/sipnab.

Verify your download

sipnab is a security tool — always confirm integrity before running. Every artifact is checksummed by CI.

sha-256 · run in your download folder
# macOS $shasum -a 256 -c SHA256SUMS.txt --ignore-missing # Linux $sha256sum -c SHA256SUMS.txt --ignore-missing

Grab SHA256SUMS.txt into the same folder as your download, then run the check for your OS. A OK line means it’s authentic. Each artifact also ships an individual .sha256 file.