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.3962-net8.0-windows-win-x64.msi 12d74a84eb37f75757a0bd1be3fa96f3
Octopus.Tentacle.9.2.3962-net8.0-windows-win-x86.msi b1e4ce066e3d7b2405a74d4168443cc4

.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.3962-x64.msi 668cbda03bc39e34945d5d1f38258ae7
Octopus.Tentacle.9.2.3962.msi 87bc2e1b9ae1aa6bb2c5f29c28668eb0
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.3962-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-9.2.3962-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.3962-linux_x64.tar.gz 517933852c76d49fd2d2cc4180b1322f
tentacle_9.2.3962_amd64.deb 59eca94055d9cb33dc35a8a7c50845cb
tentacle-9.2.3962-1.x86_64.rpm 27a9458a340ede458c0826a3dc8f0959
tentacle-9.2.3962-linux_arm64.tar.gz ce72145b9353141b165cd71c6e006982
tentacle-9.2.3962-1.aarch64.rpm 93725117a9ccd0d20e11768636ec5c47
tentacle_9.2.3962_arm64.deb 37ad47ea8d357dfd2abef94a107af125
tentacle-9.2.3962-linux_arm.tar.gz 922e227d7400f7bfc53b432b8ea8a60b
tentacle-9.2.3962-1.armv7hl.rpm fdd5dd19ebe065c5fb0f0dbdd4a5f429
tentacle_9.2.3962_armhf.deb 7da73750acb19dced782425400d20bf8
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.