Release Candidate track¶
Enclave tests new features and fixes in unstable releases before promoting updates to the wider community through a General Availability release. If you'd like to help test new features, you can download and install Release Candidate track builds from the links below.
If Enclave is already installed, it will be upgraded to the Release Candidate build without re-enrollment.
Tip: If any systems enrolled to your tenant are configured to act in Gateway mode, we also recommend updating those Linux installations to the RC track at the same time.
Windows¶
Unattended installers¶
MSI¶
EXE¶
Linux¶
Upgrade using APT¶
-
Add the APT sources for the
unstablechannel of Enclave to target the RC track.echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/enclave.gpg] https://packages.enclave.io/apt unstable main" | sudo tee /etc/apt/sources.list.d/enclave.unstable.list -
Use
aptto install the latest version of Enclave available on the RC track as an "over the top" installation, preserving existing system enrolment.sudo apt update && sudo apt install enclave/unstable -
To switch back to the GA track later, remove the RC sources repository and run apt install passing the
--allow-downgradesflag:sudo rm /etc/apt/sources.list.d/enclave.unstable.list sudo apt update && sudo apt install enclave --allow-downgrades
Upgrade using DNF¶
-
Use
dnfto install the latest version of Enclave available on the RC track as an "over the top" installation, preserving existing system enrolment.sudo dnf install enclave --enablerepo=enclave-unstable -
To switch back to the GA track later, use
dnfto downgrade to the stable version:sudo dnf downgrade enclave
Manual upgrade¶
Contact support for .deb or .rpm packages if you'd prefer to upgrade using dpkg -i or dnf install, without changing local package sources.
Docker¶
Pull from the unstable tag on https://hub.docker.com.
docker pull enclavenetworks/enclave:unstable
macOS¶
Contact support for a stapled .pkg file.
iOS¶
Contact support for an Apple TestFlight invitation.
Android¶
Contact support for a Google Play Store Tester invitation.