One binary. Deployed in one morning.
Strowger ships as a single static sipvoxd executable with
no runtime dependencies — embedded SQLite, a TOML config, a systemd unit. Pick your
platform below.
v1.0.0 · coming soon
Binaries are in final pre-release hardening. The links below are placeholders — request early access and we'll send you a signed build. Every build runs free out of the box (1 trunk, 1 channel, 1-minute calls); a licence key lifts the caps.
Debian/Ubuntu .deb and a container image
(ghcr.io) will follow the first tagged release. Need another target? Tell us
in your pilot request.
Every archive ships with a detached signature and a checksum. Verify before you run:
# checksum
sha256sum -c sipvoxd-1.0.0-x86_64-unknown-linux-gnu.tar.gz.sha256
# signature (minisign)
minisign -Vm sipvoxd-1.0.0-x86_64-unknown-linux-gnu.tar.gz \
-P RWQstrowgerPUBLICKEYplaceholderXXXXXXXXXXXXXXXXXXXXXXX
The release public key will be published here and pinned in the docs at first release.
# unpack
tar xzf sipvoxd-1.0.0-x86_64-unknown-linux-gnu.tar.gz
cd sipvoxd-1.0.0
# install binary + systemd unit
sudo ./deploy/install.sh ./sipvoxd
# configure: trunk, model key, inbound routes
sudo editor /etc/sipvox/config.toml
sudo editor /etc/sipvox/sipvox.env # secrets, 0640 root:sipvox
# optional — activate a licence to lift the free-mode caps
# (unlicensed = 1 trunk, 1 channel, 1-minute calls)
sudo sipvoxd activate <YOUR-LICENCE-KEY>
# start
sudo systemctl enable --now sipvox
journalctl -u sipvox -f
Prefer to build from source? The engine is a standard Cargo workspace:
cargo build --release produces target/release/sipvoxd. Source
access is provided under a commercial licence as part of carrier and integrator
agreements.
Strowger is licensed per concurrent channel. Every download runs free out of the box — capped at 1 trunk, 1 channel and 1-minute calls, self-service with AI email support. Activate an SMB, E1 or carrier key to lift the caps (see pricing). Model tokens and telecom minutes are always yours, paid at cost to your providers, with no markup from us.