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.3801-net8.0-windows-win-x64.msi e19ec478c6385f6fca418339a11af0a6
Octopus.Tentacle.9.1.3801-net8.0-windows-win-x86.msi 6cb8b90dac49a3a43f9974b2de1afe1a

.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.3801-x64.msi a8b9ca1c3aa63d9af425da80b84898e5
Octopus.Tentacle.9.1.3801.msi 3107d38632d0b4c4152ed971f875d2c5
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.3801-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-9.1.3801-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.3801-linux_x64.tar.gz 72e5a177f18e0518bb1910f33ccf7376
tentacle_9.1.3801_amd64.deb 3355308d1df150d14058dab1ffff0494
tentacle-9.1.3801-1.x86_64.rpm 7744ef2ef653bdb38ea400f7b81a2297
tentacle-9.1.3801-linux_arm64.tar.gz a606064e3a08dc49cf3d3eb6ae7c8723
tentacle-9.1.3801-1.aarch64.rpm aad30b4873061e3902f0ec0628f9f6b7
tentacle_9.1.3801_arm64.deb a9b1f7512602bf224fabb9e5f365d89e
tentacle-9.1.3801-linux_arm.tar.gz 4d017b94dd5d656094c3d552c76943f6
tentacle-9.1.3801-1.armv7hl.rpm a5c28728b9f1c5d6a14967fa431df366
tentacle_9.1.3801_armhf.deb 4a0f6f0f9a37be4c67859e303ff72d2a
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.