Install Voyager
This page covers how to install, update, and uninstall Aerospike Voyager.
Prerequisites
- An Aerospike cluster to connect to. This can be a local instance running in Docker or a remote cluster. See the Quickstart for a Docker one-liner if you do not have a cluster yet.
- A supported operating system:
- macOS 12 (Monterey) or later (Apple Silicon or Intel)
- Windows 10 or later (64-bit)
- Linux: Ubuntu 20.04+, Fedora 36+, or equivalent (x86_64 or arm64)
macOS
- Download the
.dmgfile from aerospike.com/download/voyager. - Open the
.dmgand drag Voyager into the Applications folder. - Launch Voyager from Applications.
Windows
- Download the
.exeinstaller from aerospike.com/download/voyager. - Run the installer and follow the prompts.
- Launch Voyager from the Start menu or desktop shortcut.
Linux
Voyager ships as .deb and .rpm packages for both x86_64 and arm64 architectures. Download the package that matches your distribution and architecture from aerospike.com/download/voyager, then install it as described below.
Debian / Ubuntu
sudo dpkg -i aerospike-voyager_<version>_<arch>.debsudo apt -f installThe apt -f install step pulls in any missing dependencies.
RHEL / CentOS / Fedora
sudo dnf install ./aerospike-voyager-<version>.<arch>.rpmOn older distributions, replace dnf with yum.
After installation, launch Voyager from your desktop application menu.
First launch
On first launch, accept the license agreement and select your usage-statistics preference to reach the Welcome page.
Auto-updates
Voyager checks for updates automatically on launch. When an update is available, Voyager prompts you to install it.
Manage auto-checks and run a manual check from Preferences → Software updates (toggle Auto-check for updates or click Check now).
Factory reset
To reset Voyager to its default state (removing all saved connections, preferences, and MCP tokens), go to Settings > Advanced and click Factory Reset. This action cannot be undone.
Uninstall
macOS
- Quit Voyager.
- Drag Voyager from the Applications folder to the Trash.
- Optionally, remove the data directory at
~/Library/Application Support/voyager.
Windows
- Quit Voyager.
- Open Settings > Apps > Installed apps, find Voyager, and click Uninstall.
- Optionally, remove the data directory at
%APPDATA%\voyager.
Linux
- Quit Voyager.
- Remove the package:
- Debian / Ubuntu:
sudo apt remove aerospike-voyager - RHEL / CentOS / Fedora:
sudo dnf remove aerospike-voyager(orsudo yum remove aerospike-voyageron older distributions)
- Debian / Ubuntu:
- Optionally, remove the data directory at
$XDG_DATA_HOME/voyager.