Installation
Last updated
Last updated
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).
apt
)If your system uses the apt
package manager, you can install Hyperdrive by enabling our repository.
Start by installing Docker for your system following the .
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.
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
:
If you can't or don't want to use the apt
process, you can install Hyperdrive manually instead.
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.
Download the CLI from .