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.3407-net8.0-windows-win-x64.msi cdca1962ff31dc9842fccac5b5fe7cb5
Octopus.Tentacle.8.3.3407-net8.0-windows-win-x86.msi b662b973958b25b3b3a4f1b8c172c71c

.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.3407-x64.msi 8082e7092c001a8972868575a003add6
Octopus.Tentacle.8.3.3407.msi fcd722066f9c2b97a2f4477a2f0899a4
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.3407-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-8.3.3407-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.3407-linux_x64.tar.gz ecf21edfdb0b2948465ab31c00f81a57
tentacle_8.3.3407_amd64.deb 60cee91069b5534f73d64b035bf03f86
tentacle-8.3.3407-1.x86_64.rpm 50c5c69c149cde2ac46a3e084a9c9dbc
tentacle-8.3.3407-linux_arm64.tar.gz db48132f38a1cec1bc4a1a6a8206fe3d
tentacle-8.3.3407-1.aarch64.rpm b87a5b911c6a3d9290b3c1aba6b90a61
tentacle_8.3.3407_arm64.deb 55112afe61baf4b0af39249bc95d110d
tentacle-8.3.3407-linux_arm.tar.gz 61b5a78d6c15b62d8883c93e025593e1
tentacle-8.3.3407-1.armv7hl.rpm bddf447fabd4b36778fc9ddafe839039
tentacle_8.3.3407_armhf.deb 620a71bcd1938a7a96d9530608593fbe
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.