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.12.1.4445-net8.0-windows-win-x64.msi a00bb544a9f4116979e89775e391eaa9
Octopus.Tentacle.12.1.4445-net8.0-windows-win-x86.msi e46ddea1e3ce2e07254bab53a3d23dfa

.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.12.1.4445-x64.msi 8b81e7dfba7dd32dd13c622f9cb2c4de
Octopus.Tentacle.12.1.4445.msi cfe2c374c5f7f97e5e2d92b22c902810
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-12.1.4445-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-12.1.4445-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-12.1.4445-linux_x64.tar.gz 218eb814b2093dcee3de1cf3e6a41c84
tentacle_12.1.4445_amd64.deb d010feefa25a5be49adb564b42edffb3
tentacle-12.1.4445-1.x86_64.rpm f3f9fc9ced4013cdb67cb885d70cf2a5
tentacle-12.1.4445-linux_arm64.tar.gz 4b38a269d200f84d88589188a0585f76
tentacle-12.1.4445-1.aarch64.rpm c461b81fe075496aaac7fe782284b17c
tentacle_12.1.4445_arm64.deb 2a2d632916a78310a963dfa64e13d2aa
tentacle-12.1.4445-linux_arm.tar.gz 952248a1144acf234248888736593b86
tentacle-12.1.4445-1.armv7hl.rpm e5100b3cd0fcf83bd588963a8df3a3ee
tentacle_12.1.4445_armhf.deb e87ff1acb75026b89b9c5bb181a65393
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle
Find out more at DockerHub.