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.1.3711-net8.0-windows-win-x64.msi d2beb853c9c3df8d98deb61a66a17042
Octopus.Tentacle.9.1.3711-net8.0-windows-win-x86.msi 6a5a9f043e4146c1b71fdc1283405e32

.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.1.3711-x64.msi 227ebf4d68701afd7ac9cd205b2361f6
Octopus.Tentacle.9.1.3711.msi 140c7c133d3eb02a57ef464ef0ed3b31
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.1.3711-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-9.1.3711-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.1.3711-linux_x64.tar.gz 318b22391915b05c9b7a06f998a2f1a3
tentacle_9.1.3711_amd64.deb 31718e4f5c5d96e1e63d128f3f6161bc
tentacle-9.1.3711-1.x86_64.rpm 40b76207ade807d5062c4c26ad7e79ec
tentacle-9.1.3711-linux_arm64.tar.gz a395214c899164a66b5b1d1fb2843dc7
tentacle-9.1.3711-1.aarch64.rpm cf36b1a3d5a51e0df07258669720f1c5
tentacle_9.1.3711_arm64.deb 8dd23712bf99e6ed82b5990ea2b072fd
tentacle-9.1.3711-linux_arm.tar.gz 21292e39f82d6c87a4dc1717888abb08
tentacle-9.1.3711-1.armv7hl.rpm eb5ddea7486c08bc545c570802e37a37
tentacle_9.1.3711_armhf.deb 820922905abf0014ebf0c48dcce8588c
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.