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.2.2447-net8.0-windows-win-x64.msi 5e46931321c1819da3a680a42f572aaf
Octopus.Tentacle.8.2.2447-net8.0-windows-win-x86.msi 083f69b8b272ee28d83cd26630b27191

.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.2.2447-x64.msi 26f257aee5fab78557ff338d96409f2c
Octopus.Tentacle.8.2.2447.msi 647a09c3c2aa30ff7542c3624790a657
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.2.2447-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-8.2.2447-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.2.2447-linux_x64.tar.gz 8d587db6f6fa3f15e2b32a8266142156
tentacle_8.2.2447_amd64.deb d12405c7e2223527e0f7e767680d57ee
tentacle-8.2.2447-1.x86_64.rpm ee4c6a1c9118098fe80eea10373330da
tentacle-8.2.2447-linux_arm64.tar.gz b454803473cc24a6cf5a71c5d8b8d658
tentacle-8.2.2447-1.aarch64.rpm aae87f11900ba2153d720ec2c8a633f9
tentacle_8.2.2447_arm64.deb 681703a043eb7beccb0aa29ef5200ba6
tentacle-8.2.2447-linux_arm.tar.gz 24cb447075b66f5735debacb4ead909c
tentacle-8.2.2447-1.armv7hl.rpm aac93a319fa0623b0ba18594dd05739c
tentacle_8.2.2447_armhf.deb bea2eaae146eb2f4621ed19d8d2ded96
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.

Version 8.2.2447 · All downloads · Installation · EULA