Download Octopus Tentacle

We recommended downloading version 9.2.3962.
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 --version 8.3.3155
Find out more about chocolatey.
Direct Downloads
FileMD5 Hash
Octopus.Tentacle.8.3.3155-net8.0-windows-win-x64.msi f32a3d89f476a20a73efa80b15926e8a
Octopus.Tentacle.8.3.3155-net8.0-windows-win-x86.msi a11007fc065e1de8e50857cab7be9755

.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 --version 8.3.3155
Find out more about chocolatey.
Direct Downloads
FileMD5 Hash
Octopus.Tentacle.8.3.3155-x64.msi 570eb98b802ace60e2b3975df9568953
Octopus.Tentacle.8.3.3155.msi 775fb688cf8643ba09ceb478104b501b
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=8.3.3155
        
CentOS / RHEL / Fedora
wget https://rpm.octopus.com/tentacle.repo -O /etc/yum.repos.d/tentacle.repo
yum install tentacle-8.3.3155
Archive

wget https://download.octopusdeploy.com/linux-tentacle/tentacle-8.3.3155-linux_x64.tar.gz -O tentacle-linux_x64.tar.gz
#or
curl -L https://download.octopusdeploy.com/linux-tentacle/tentacle-8.3.3155-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.3155-linux_x64.tar.gz 1161d446b0ef4697d6622b1558c8ed0a
tentacle_8.3.3155_amd64.deb e29a5a5077ba56b149ea82d49cbece48
tentacle-8.3.3155-1.x86_64.rpm e1e0d650ca07337396d8dd1b4a720c4b
tentacle-8.3.3155-linux_arm64.tar.gz 4f57d1f4ce29775a601a6a8028d4e5b8
tentacle-8.3.3155-1.aarch64.rpm 2a4e9b689dd7d76f4ddd5efcdc413e6d
tentacle_8.3.3155_arm64.deb 17e879bd51d69c02a51420bf4fd74a1f
tentacle-8.3.3155-linux_arm.tar.gz acec8cb8925b733415dc94c874a20993
tentacle-8.3.3155-1.armv7hl.rpm 38c4f83481320db91a8d9b79a739480b
tentacle_8.3.3155_armhf.deb 0e3e02f11990f162ae6ec73898728986
These downloads may require additional dependencies.
Install via Docker
docker run octopusdeploy/tentacle:8.3.3155
Find out more at DockerHub.