Download Octopus Tentacle

There are two different Windows Tentacle executables available: a self-contained executable, and a framework-dependent executable.

Self-Contained Executable

A self-contained executable, that does not require .NET to be installed.
Install via Chocolatey
choco install octopusdeploy.tentacle.selfcontained 
Find out more about chocolatey.
Direct Downloads
FileMD5 Hash
Octopus.Tentacle.9.2.4154-net8.0-windows-win-x64.msi 12af9cf16a39751f64ec4824d8736989
Octopus.Tentacle.9.2.4154-net8.0-windows-win-x86.msi 19106a11a36e3b6df995b21a1961d20e

.NET Framework-Dependent Executable

A framework-dependent executable that requires .NET Framework 4.8 to be installed, but is smaller than the self-contained executable.
Install via Chocolatey
choco install octopusdeploy.tentacle 
Find out more about chocolatey.
Direct Downloads
FileMD5 Hash
Octopus.Tentacle.9.2.4154-x64.msi e18390bd64e79c330121d03770a9457f
Octopus.Tentacle.9.2.4154.msi 00d46b1001aec3bb39b223656eb2da44
Debian / Ubuntu / Linux Mint
        curl https://apt.octopus.com/public.key | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/octopus.gpg
add-apt-repository "deb https://apt.octopus.com/ stretch main"
apt-get update
apt-get install tentacle
        
CentOS / RHEL / Fedora
wget https://rpm.octopus.com/tentacle.repo -O /etc/yum.repos.d/tentacle.repo
yum install tentacle
Archive

wget https://download.octopusdeploy.com/linux-tentacle/tentacle-9.2.4154-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-9.2.4154-linux_x64.tar.gz --output tentacle-linux_x64.tar.gz

mkdir /opt/octopus
tar xvzf tentacle-linux_x64.tar.gz -C /opt/octopus
Direct Downloads
FileMD5 Hash
tentacle-9.2.4154-linux_x64.tar.gz e20f904e746e5d0de4191108be87bd31
tentacle_9.2.4154_amd64.deb ee8fea10fe92884ddf7fe5844f93f87d
tentacle-9.2.4154-1.x86_64.rpm f98ec0fb234352e9e08ed2f3310bf662
tentacle-9.2.4154-linux_arm64.tar.gz f361a306baafe7922e51a49660c24c0e
tentacle-9.2.4154-1.aarch64.rpm 5ea1c5ba68ebadb906d5a6c6e79d8b98
tentacle_9.2.4154_arm64.deb 93614f1b3090b702e3a0fbcefeed9701
tentacle-9.2.4154-linux_arm.tar.gz 37262dddb07bb7fbce6587ca2bb5362f
tentacle-9.2.4154-1.armv7hl.rpm 6c9dea2cae97a13eec02ef83461adfc7
tentacle_9.2.4154_armhf.deb 4d9390c9cea3f48632ab63e17ee98722
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.