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.2757-net8.0-windows-win-x64.msi 20f205beb034cacf900944f3dfba8c20
Octopus.Tentacle.8.3.2757-net8.0-windows-win-x86.msi 3ea458a99fc303c2721aeb24026151b1

.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.2757-x64.msi d9b63baad6886a4f90f8232a608c2b97
Octopus.Tentacle.8.3.2757.msi 791be5386ae6587bcba175e6665f96be
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.2757-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-8.3.2757-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.2757-linux_x64.tar.gz 1037f5e26a1552b251cd32e2500ac17c
tentacle_8.3.2757_amd64.deb 1c3cc6712c1467d3ab1f098f453ccd71
tentacle-8.3.2757-1.x86_64.rpm 2388af95e1ba8cd1b38c732906779492
tentacle-8.3.2757-linux_arm64.tar.gz 9def5eaa7edc9a16e41a8cbb4d6e9d1e
tentacle-8.3.2757-1.aarch64.rpm 4c1784850f9aee412d0d0b43691614b2
tentacle_8.3.2757_arm64.deb d7aa93cda562e70f24e12488f25f2659
tentacle-8.3.2757-linux_arm.tar.gz 58b3f134225fe9cd18ec06372b9da9e4
tentacle-8.3.2757-1.armv7hl.rpm a11dd1a3927f44b298fbc5aa34f3753b
tentacle_8.3.2757_armhf.deb 4f8e5b948a6e9804e5abeb9cd0c6c0d2
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.