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.3103-net8.0-windows-win-x64.msi ac1dd7cb7375c9c820abe96e910f6f8c
Octopus.Tentacle.8.3.3103-net8.0-windows-win-x86.msi 4f79ba59894cd45c9db7343bc92d2ff3

.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.3103-x64.msi e47527ba4b437acca6c16fc011ee8d3f
Octopus.Tentacle.8.3.3103.msi b300a784ab0a75e9a699da56c6ac5a2d
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.3103-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-8.3.3103-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.3103-linux_x64.tar.gz ea7093a83d280743d01498281819be2d
tentacle_8.3.3103_amd64.deb 96dec0299e4d68bbd44842236376a208
tentacle-8.3.3103-1.x86_64.rpm 9bccbc57c7e90972ab810b64f6c07ef2
tentacle-8.3.3103-linux_arm64.tar.gz 44214295f3c41faa6bf91c13a5b860bd
tentacle-8.3.3103-1.aarch64.rpm 34fe0752c551c12990552e64d40c352a
tentacle_8.3.3103_arm64.deb 3ee5e650c6744ef924b9f80eeeb18b0e
tentacle-8.3.3103-linux_arm.tar.gz a9962b63c9b0cca831f570723f884a92
tentacle-8.3.3103-1.armv7hl.rpm 454ac6f6e11cbac1c645e9a2abe61598
tentacle_8.3.3103_armhf.deb dd62c331a0a3717f4afdd647fe2ef703
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.