Installation

Installation #

The runway CLI is available for Linux, Mac OSX and Windows. We are still working through the logistics to offer native installation methods, but for the time being this is what we have.

Installation with curl #

To construct a curl one-liner and install runway (without root) in a local ~/bin (e.g. /home/account/bin), it would look similar to this:

$ curl --proto '=https' --tlsv1.2 -sSfL \
    https://download.runway.horse/runway/latest/runway_$OS_$ARCH \
    -o /tmp/runway \
    && install -m 0755 /tmp/runway ~/bin/runway \
    && rm /tmp/runway
Checksums are available at: https://download.runway.horse/runway/VERSION/checksums.txt

Linux:

  • https://download.runway.horse/runway/latest/runway_linux_386
  • https://download.runway.horse/runway/latest/runway_linux_amd64
  • https://download.runway.horse/runway/latest/runway_linux_arm64

Mac OSX:

  • https://download.runway.horse/runway/latest/runway_darwin_386
  • https://download.runway.horse/runway/latest/runway_darwin_amd64
  • https://download.runway.horse/runway/latest/runway_darwin_arm64

Windows:

  • https://download.runway.horse/runway/latest/runway_windows_386.exe
  • https://download.runway.horse/runway/latest/runway_windows_amd64.exe
  • https://download.runway.horse/runway/latest/runway_windows_arm64.exe

Homebrew #

For Mac OSX (and Linux), we offer a homebrew tap:

$ brew tap hostwithquantum/runway
...
$ brew install hostwithquantum/runway/runway
...

nix #

For Mac OSX and Linux, we offer a nix user repository (NUR):

NIXPKGS_ALLOW_UNFREE=1 nix shell --impure 'github:hostwithquantum/nur#runway'

snap #

For Linux, we offer a snap package:

sudo snap install runway-cli
sudo snap alias runway-cli.runway runway