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.2.2481-net8.0-windows-win-x64.msi 0b3fe1308ed265425021baf4f121de41
Octopus.Tentacle.8.2.2481-net8.0-windows-win-x86.msi 0fa71bc11116a683575993745df51959

.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.2.2481-x64.msi 7bee772386d19ba5b68fd7c95ef94b6a
Octopus.Tentacle.8.2.2481.msi 41701e5bac729126e80e59ada0cc2082
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.2.2481-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-8.2.2481-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.2.2481-linux_x64.tar.gz 239d787679a9a03844dfa9ad970cabe5
tentacle_8.2.2481_amd64.deb 0f10ab67790e477dcd0629501ef830fc
tentacle-8.2.2481-1.x86_64.rpm 1ee0fcc8b243cdb2808606396369eb56
tentacle-8.2.2481-linux_arm64.tar.gz 04fc0ee98b29c65d0bc1e44b3eb51750
tentacle-8.2.2481-1.aarch64.rpm 3292ba6c556f6a0ceaa5707180754baa
tentacle_8.2.2481_arm64.deb 40e6f9b2ef0718bec4772afcc3faa091
tentacle-8.2.2481-linux_arm.tar.gz b60ddbb4bf789b2860dcb6df87f7aa85
tentacle-8.2.2481-1.armv7hl.rpm ad13998c2ccd53bc166dc2ddf87b9678
tentacle_8.2.2481_armhf.deb a45dc0425c225df37cc4cbc853321c07
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.

Version 8.2.2481 · All downloads · Installation · EULA