OwnWire

End-to-end Data Encryption Beyond SSL/TLS

Downloads

Production-ready binaries for all major operating systems. Signed and verified for security.

Quick install

Simple deployment: download the binary, install to your system path, and launch. Production deployments can utilize systemd, Docker, or Kubernetes (see documentation).

  • Linux/macOS: download the binary and mark executable.
  • Windows: download and run the .exe file.

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).