Community distribution

NextZero Agent downloads

Download the latest signed desktop and CLI builds, then copy the install command for your platform.

Release stream

Quick install

CLI releases currently ship a Linux bootstrap flow.

curl -fsSL https://pkgs.nextzero.vn/releases/community/install-cli.sh | sudo bash

Available releases

Each release links to per-platform downloads, checksums, and one-line install helpers.

v1.1.2

2026-07-09

Download

Platforms

linux

Notes

- Package hook reporting now sends typed-only reports and preserves release version identity - Package installer now reports successful CLI updates and installs accurately

v1.1.1

2026-06-29

Download

Platforms

linux

Notes

- Docker gateway deployments now default to automatic UDP port selection, with an optional fixed `PORT` override for firewall-controlled environments - Docker gateway startup now authenticates once and avoids forced reauthentication by default, preserving existing sessions - Docker gateway user namespace mode is now opt-in and documented for hosts that require `userns_mode: "host"` - Custom Docker DERP health monitoring is disabled by default. - Added `nextzero-cli set` for NextZero network preference updates, explicit `NZ_LOGIN_ARGS` for extra login flags, and `NZ_SET_ARGS` / `NZ_EXTRA_SET_ARGS` for post-login `set`-compatible updates; `NZ_EXTRA_ARGS` remains supported as a legacy login-argument alias - Docker gateway guide now uses the stable 1.1.1 image tag

v1.1.0

2026-04-03

Download

Platforms

linux

Notes

- Added DERP health monitor with automatic backend restart on connectivity failure - Added Docker HEALTHCHECK support via `nextzero-cli status` - `status` and `version` commands no longer require sudo - Enabled netfilter for subnet routing (iptables FORWARD+MASQUERADE) - Fixed route parsing to tolerate host bits in CIDR prefixes - Removed legacy `add-routes` and `new-routes` commands (use `set-routes`) - Moved config path to `/var/lib/nextzero/nextzero.conf`

v1.0.3

2026-03-24

Download

Platforms

linux

Notes

- Added `nextzero` shorthand alias — run `docker exec <container> nextzero <cmd>` instead of `nextzero-cli`. - Fixed: CLI commands (e.g. `status`) failed with socket path error when run via `docker exec`. Socket path is now correctly set for all processes in the container. - Updated go to 1.26.

v1.0.2

2026-03-13

Download

Platforms

linux

Notes

- Introduce NextZero for Docker. - Fix: missing state directory. - Updated cli utils to initialize the client with socket path

v1.0.1

2026-01-29

Download

Platforms

linux

Notes

- Introduce NextZero CLI branding and installer, migrating from ZTrust CLI across build and release scripts. - Add systemd service for nextzero-monitor with DERP configuration and update Debian package architecture to arm64.