wg-portal/docs/documentation/getting-started/binaries.md
Christoph Haas 6b0b78d749
Some checks are pending
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run
docs: add note about running wireguard in Docker (#156)
2025-04-30 22:42:04 +02:00

924 B

Starting from v2, each release includes compiled binaries for supported platforms. These binary versions can be manually downloaded and installed.

Download

With curl:

curl -L -o wg-portal https://github.com/h44z/wg-portal/releases/download/${WG_PORTAL_VERSION}/wg-portal_linux_amd64 

With wget:

wget -O wg-portal https://github.com/h44z/wg-portal/releases/download/${WG_PORTAL_VERSION}/wg-portal_linux_amd64

with gh cli:

gh release download ${WG_PORTAL_VERSION} --repo h44z/wg-portal --output wg-portal --pattern '*amd64'

Install

sudo mkdir -p /opt/wg-portal
sudo install wg-portal /opt/wg-portal/

Unreleased

Unreleased versions could be downloaded from GitHub Workflow artifacts also.