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.3844-net8.0-windows-win-x64.msi f6983dd58eeb6ff081ef9dc620229bfd
Octopus.Tentacle.9.1.3844-net8.0-windows-win-x86.msi b106b4ea78f19f319bbf9408cc749246

.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.3844-x64.msi c4ff4d3e6aff72e5eaed113abf13378b
Octopus.Tentacle.9.1.3844.msi 61cc0550c9179fe1c9476cc91706fd2b
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.3844-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-9.1.3844-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.3844-linux_x64.tar.gz 5d91b84ff4c3ff16a4cb4a62e00643dc
tentacle_9.1.3844_amd64.deb f984951deb1c14d0ddddd933841c8922
tentacle-9.1.3844-1.x86_64.rpm 58f05931ee1447a3fb13cf922af43577
tentacle-9.1.3844-linux_arm64.tar.gz b326c8434c96c9afebca77f3ff33bdc5
tentacle-9.1.3844-1.aarch64.rpm ae5a23b41bdd0eaf3dfd26e8c7024930
tentacle_9.1.3844_arm64.deb 2eaff306022cc1113f7b6a8fccbdf0f2
tentacle-9.1.3844-linux_arm.tar.gz 853b4ce1ccbba04185f520090d588d3a
tentacle-9.1.3844-1.armv7hl.rpm 16cfb03d1b875de252184b5b3dc7ac1e
tentacle_9.1.3844_armhf.deb e9b453ce5d84ea358408bd207a793422
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.