Installation
Installing Hyperdrive can be done in two ways: via the apt
package manager for Debian-based systems, or manually via the CLI (for any Linux or macOS system).
Via the Package Manager (for Debian-based systems with apt
)
apt
)If your system uses the apt
package manager, you can install Hyperdrive by enabling our repository.
Install Docker
Start by installing Docker for your system following the Docker installation instructions.
Next, add your user to the group of Docker administrators:
Finally, exit the terminal session and start a new one (log out and back in or close and re-open SSH) for the new permissions to take effect.
Install Hyperdrive
Update the system packages and install some prerequisites:
Save the Hyperdrive repository signing key:
Add the Hyperdrive repository to your apt
list:
Install Hyperdrive via apt
:
Manual Install (for all systems)
If you can't or don't want to use the apt
process, you can install Hyperdrive manually instead.
Download the CLI from the latest GitHub release.
Note there are four options: two for Linux and two for Darwin (macOS); both are available for amd64
and arm64
. To have parity with the package installer, we recommend saving it to /usr/bin/hyperdrive
. For example, on an x64
Linux system, you could do:
Make sure you run chmod +x
on it before trying to use it.
Install Hyperdrive via the CLI:
This will also handle installing all of the dependencies and permissions for you.
Last updated