Download Aerospike tools
Aerospike tools are optimized for 64-bit Linux distributions and come packaged as Red Hat Package Manager (RPM) packages and Debian packages. Tools are also provided on macOS.
For details about supported operating systems and architectures see the Tools release notes and the download page.
Overview
You can download Aerospike Tools manually from the download page. Make sure to read the release notes for the tools version you are downloading. You can automate tools package downloads from the artifact repository.
For more information, see the FAQ on downloads.
Base URL
https://download.aerospike.com/artifacts/aerospike-tools/<version>/
Tools version 8.0.1 and later
Starting with Tools 8.0.1 where support for 64-bit ARM is introduced, the tools package follows the following naming convention:
Package name
aerospike-tools_<version>_<distro>_<architecture>.tgz
version: 8.0.1
and later
distro: debian10
, debian11
, ubuntu18.04
, ubuntu20.04
, ubuntu22.04
, ubuntu24.04
, el7
, el8
, el9
, amzn2023
,macOS
architecture: x86_64
, aarch64
, arm64
(Apple M1) - based on uname -m
In the example below, replace VERSION with the tools version you want to download, or browse for available downloads in the latest directory.
wget -O aerospike-tools.tgz https://download.aerospike.com/artifacts/aerospike-tools/VERSION/aerospike-tools_VERSION_el8_x86_64.tgz
Prior to Tools version 8.0.1
Prior to Tools 8.0.1, Aerospike Tools were all intended to run only on x86_64 architecture (on Linux distros or macOS).
Package name
aerospike-tools-<version>-<distro>.tgz
version: 7.3.1
and later
distro: debian10
, debian11
, ubuntu20.04
, ubuntu22.04
, RHEL el7
, el8
, macOS
, mac-catalina
wget -O aerospike-tools.tgz https://download.aerospike.com/artifacts/aerospike-tools/7.3.1/aerospike-tools-7.3.1-el7.tgz
Configuration
Aerospike Tools can read startup options from a common configuration file. See Aerospike Tools Configuration File.