Skip to content

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 26 Jul 17:09

Install

Local (*.portzero.local) is free, open-source software under the GNU GPL v3.0.
Cloud features are governed by the Port Zero Terms of Service.

macOS (Homebrew)

brew tap PortZeroNetwork/portzero
brew install portzero

macOS: unsigned builds and Gatekeeper. These binaries are not yet
Apple-signed or notarized. Homebrew-installed binaries are normally not
quarantined, so brew install launches fine. If you instead download a
tarball from this page and macOS blocks it ("cannot be opened because the
developer cannot be verified"), clear the flag with
xattr -d com.apple.quarantine <path-to-binary>, or right-click it in
Finder and choose Open once.

Linux

curl -fsSL https://portzero.net/install.sh | sh

Offline, or want to pin a specific release? Run the release-asset installer directly instead:

curl -fsSL https://github.com/PortZeroNetwork/portzero/releases/latest/download/linux-install.sh | sh

Uninstall:

~/.portzero/bin/portzero-uninstall

Or run the release asset directly:

curl -fsSL https://github.com/PortZeroNetwork/portzero/releases/latest/download/linux-uninstall.sh | sh

Windows

Download portzero-1.1.4-x86_64.msi from the assets below and run it. (winget publishing is coming soon.)

The installer and daemon perform local setup automatically where supported.
After installing, run portzero start — it opens the PortZero app. The daemon
also serves a browser dashboard at http://portzero.local for debugging.


Full Changelog: v1.1.3...v1.1.4