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.8.3.2905-net8.0-windows-win-x64.msi dccbab684b3a44f9d130e66d34a679b6
Octopus.Tentacle.8.3.2905-net8.0-windows-win-x86.msi adae942ddae2f3c014eaada9158169ab

.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.8.3.2905-x64.msi 84822ee4a2a1ff4bd30175957815940a
Octopus.Tentacle.8.3.2905.msi d8a988a8a17f3ad6c354077802fe90ba
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-8.3.2905-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-8.3.2905-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-8.3.2905-linux_x64.tar.gz 300cf808e0cef178fd4ce5dd180af5a5
tentacle_8.3.2905_amd64.deb 1e900b52ff9c0fb172fe6b5f20f34540
tentacle-8.3.2905-1.x86_64.rpm cd2d62da7a9e81d8549f5212f1e42378
tentacle-8.3.2905-linux_arm64.tar.gz 10dbcf6cf3c947da15127f5217184f52
tentacle-8.3.2905-1.aarch64.rpm c08ac3956282ed88e42c12a722027d16
tentacle_8.3.2905_arm64.deb 452f63d6ecbd63254b087102b786f828
tentacle-8.3.2905-linux_arm.tar.gz 2302c8abc9a0f1cc8586bef8f51bb8d8
tentacle-8.3.2905-1.armv7hl.rpm 7c7f2c7577ceabe7aaba0e39e8357bc9
tentacle_8.3.2905_armhf.deb 1c70812de4350bbfda8bdbeb56d4f667
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.