Skip to content

v0.5.83

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 01:04
373155e

Which download do I want?

Platform File Notes
macOS · Apple silicon sipnab-0.5.83-aarch64-apple-darwin.tar.gz
Linux · ARM 64-bit sipnab-0.5.83-aarch64-unknown-linux-gnu.tar.gz glibc 2.36+, libpcap required
Linux · ARM 64-bit sipnab-0.5.83-aarch64-unknown-linux-musl.tar.gz static — any distro, any glibc; no TUI audio
macOS · Intel sipnab-0.5.83-x86_64-apple-darwin.tar.gz
Linux · Intel/AMD 64-bit sipnab-0.5.83-x86_64-unknown-linux-gnu.tar.gz glibc 2.36+ (Debian 12+, Ubuntu 23.04+), libpcap required
Linux · Intel/AMD 64-bit sipnab-0.5.83-x86_64-unknown-linux-musl.tar.gz static — any distro, any glibc; no TUI audio

.deb and .rpm packages are attached as well, and
curl -fsSL https://www.sipnab.com/install.sh | sh picks the right one for you.

The unknown in x86_64-unknown-linux-gnu is the vendor field of
the Rust target triple — the canonical value for "no specific vendor", which is
why the macOS files say apple in the same position. It is part of the platform
name, not a failed detection.

Verify a download against SHA256SUMS.txt, or with
gh attestation verify <file> --repo NormB/sipnab.

Full Changelog: v0.5.82...v0.5.83