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.12.2.4472-net8.0-windows-win-x64.msi 753e3a374235ebb13cf2ad71bc188e11
Octopus.Tentacle.12.2.4472-net8.0-windows-win-x86.msi a02e390f744877daa1c971c5dd4f5a21

.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.12.2.4472-x64.msi a86a61beb7b3f1b47fbb6e2657730e9f
Octopus.Tentacle.12.2.4472.msi 4e077e4378ea2d373aa38acc59db6269
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-12.2.4472-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-12.2.4472-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-12.2.4472-linux_x64.tar.gz 19ef8b9a6b6f4bb7debd097dfe5df098
tentacle_12.2.4472_amd64.deb d3574e97cca590d5a2aa6c0bd5f6b396
tentacle-12.2.4472-1.x86_64.rpm d62228ca7adb3ead9249d31cf64017f6
tentacle-12.2.4472-linux_arm64.tar.gz 3598d6f344628d3c627e2faa73942612
tentacle-12.2.4472-1.aarch64.rpm aa1f325ef5e4663f2437b709e0a13436
tentacle_12.2.4472_arm64.deb 9c5b9efae08dd5ce5177c8085f1ae5e4
tentacle-12.2.4472-linux_arm.tar.gz be29de07544ac6c9251db30dedb3f03a
tentacle-12.2.4472-1.armv7hl.rpm adf2d7175ebb36d3625de0b50b775145
tentacle_12.2.4472_armhf.deb efd91f8de0a3b3730f1454302094195b
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.