Downloads

Version 1.16.0–1.16.2

View the changelog

Microsoft Windows

Current version:

1.16.2

Be sure to approve installation of the driver during the install process. Note: Windows 7 and Server 2012 users, please download ZeroTier One 1.6.6, as there is no Windows 7 support in ZeroTier One 1.8 or later.

MacOS

Current version:

1.16.2

MacOS 10.13+ or newer is supported.

iOS Mobile

Current version:

1.16.0

ZeroTier One for iOS allows you to join ZeroTier virtual networks as VPN connections on your iPhone or iPad.

Android Mobile

Current version:

1.16.0

ZeroTier One for Android allows you to join ZeroTier virtual networks as VPN connections on your Android phone or tablet device.

Linux (DEB/RPM)

Current version:

1.16.2

Debian and RPM based distributions, including Debian, Ubuntu, CentOS, RHEL, Fedora, and others are supported via a script that adds the right repository and installs the package. Other Linux distributions may have their own packages. If not, try building and installing from source.

If you are willing to rely on SSL to authenticate the site, a one line install can be done with:

				
					curl -s https://install.zerotier.com | sudo bash
				
			

If you have GPG installed, a more secure option is available:

				
					curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/main/doc/contact%40zerotier.com.gpg' | gpg --import && \  
if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi
				
			

After using the script, use apt or yum to manage future updates to zerotier-one.

Docker

Current version:

1.16.2

You can get our official Docker images on Docker Hub. We also publish a Dockerfile in the public ZeroTier One repository, which you can use for local development on ZeroTier One itself or as a starting point for your own containerized deployments.

FreeBSD

Current version:

1.16.0

The FreeBSD package is created and supported by the FreeBSD community and not by ZeroTier, Inc. Contact the package maintainer to report packaging-related bugs.

Community OpenWRT Port

Current version:

1.16.2

Community ports are not supported directly by ZeroTier, Inc. Contact the maintainer of the port for help or to report port-specific bugs.

NAS Devices

ZeroTier One for Synology NAS is available as a Docker container.

Open Source

ZeroTier One can be compiled easily from source for use on OSes other than those that we support via pre-built packages. This includes less common versions of Linux, older FreeBSD, OpenBSD, NetBSD, etc.

The library version of ZeroTier One. The ZeroTier One SDK brings your network into user-space. We’ve paired our network hypervisor core with a network stack (lwIP) to provide your application with an exclusive and private virtual network interface.

Repository

All versions

All currently supported, deprecated, and legacy client releases are available in our public download repository.
For a list of supported platforms and devices, read our compatibility documentation.

Ready to build your networks?

Get up and running right away with our quickstart guide.