Downloads
Production-ready binaries for all major operating systems. Signed and verified for security.
Packages
Choose one package. Each archive contains the OwnWire binary plus minimal supporting files.
Linux
x86_64 and arm64
macOS
Intel and Apple Silicon
Quick install
Simple deployment: download the binary, install to your system path, and launch. Production deployments can utilize systemd, Docker, or Kubernetes (see documentation).
Next: follow Docs for widget + internal client setup.
Linux/macOS install
Example commands
# Download (using curl or wget)
curl -O https://ownwire.net/downloads/ownwire-linux-amd64
# or
wget https://ownwire.net/downloads/ownwire-linux-amd64
# Make executable and install
chmod +x ownwire-linux-amd64
sudo mv ownwire-linux-amd64 /usr/local/bin/ownwire
# Run
ownwire --help
If you run it as a service, use systemd (see Docs).