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.2667-net8.0-windows-win-x64.msi 8b987ece9d5137902f19232d501a0b35
Octopus.Tentacle.8.3.2667-net8.0-windows-win-x86.msi 56c4d6f2acd0ac52778e204c8c8f2640

.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.2667-x64.msi c7e7ef6fdcc889952e7a3975893d8907
Octopus.Tentacle.8.3.2667.msi d02731e25435241b8e2a067b91523245
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.2667-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-8.3.2667-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.2667-linux_x64.tar.gz cbff30f73ab48e31ec9141ba93535d4c
tentacle_8.3.2667_amd64.deb 78c1bf5ec23bf5b9efa2639ea5f7ec47
tentacle-8.3.2667-1.x86_64.rpm c1ad94d8e8da4bf2e6a521ebef022b37
tentacle-8.3.2667-linux_arm64.tar.gz 0fe06243670843e559c6cd97f05d1eee
tentacle-8.3.2667-1.aarch64.rpm bcea7e33fdbb4e0c94ceac9c343775a6
tentacle_8.3.2667_arm64.deb 9edc28278177957586f0871f02a16627
tentacle-8.3.2667-linux_arm.tar.gz 8e1f1be1d77411bca53c1ace3b892025
tentacle-8.3.2667-1.armv7hl.rpm 94ae5231b37afd63cd2542889b3fad0e
tentacle_8.3.2667_armhf.deb 37160a7d307e55fe4f31437303fffe1e
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.