Skip to content

Downloads (Legacy GUI Installation)

If you're running a manifest version earlier than 1.25.0 and would like to install the Enclave GUI application, please use the references below to install the appropriate package for your platform.

Linux

Linux users can install the Enclave GUI application using a .deb or .rpm package

sh
curl -Lo enclave-gui.deb https://enclave.sidechannel.com/downloads/gui/latest/enclave_linux_amd64.deb \
  && sudo dpkg -i enclave-gui.deb
sh
curl -Lo enclave-gui.deb https://enclave.sidechannel.com/downloads/gui/latest/enclave_linux_arm64.deb \
  && sudo dpkg -i enclave-gui.deb
sh
curl -Lo enclave-gui.rpm https://enclave.sidechannel.com/downloads/gui/latest/enclave_linux_amd64.rpm \
  && sudo yum install ./enclave-gui.rpm
sh
curl -Lo enclave-gui.rpm https://enclave.sidechannel.com/downloads/gui/latest/enclave_linux_arm64.rpm \
  && sudo yum install ./enclave-gui.rpm

MacOS

MacOS users can install the Enclave GUI application using a .pkg installer. .pkg installers are signed and notarized by Apple, ensuring a secure installation process.

sh
curl -Lo enclave-gui.pkg https://enclave.sidechannel.com/downloads/gui/latest/enclave_darwin_amd64.pkg && sudo installer -pkg enclave-gui.pkg -target /
sh
curl -Lo enclave-gui.pkg https://enclave.sidechannel.com/downloads/gui/latest/enclave_darwin_arm64.pkg && sudo installer -pkg enclave-gui.pkg -target /

Windows

Windows users can install the Enclave GUI application using a .msi installer. .msi installers are signed an EV certificate that is recognized by Windows, ensuring a secure installation process.

https://enclave.sidechannel.com/downloads/gui/latest/enclave_windows_amd64.msi