Precompiled binary is available at hurl-1.1.0-x86_64-linux.tar.gz
INSTALL_DIR=/tmp
curl -sL https://github.com/Orange-OpenSource/hurl/releases/download/1.1.0/hurl-1.1.0-x86_64-linux.tar.gz | tar xvz -C $INSTALL_DIR
export PATH=$INSTALL_DIR/hurl-1.1.0:$PATH
hurl --version
hurl 1.1.0
For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release.
curl -LO https://github.com/Orange-OpenSource/hurl/releases/download/1.1.0/hurl_1.1.0_amd64.deb
sudo dpkg -i hurl_1.1.0_amd64.deb
hurl-bin
package for Arch Linux and derived distros.
Precompiled binary is available at hurl-1.1.0-x86_64-osx.tar.gz
Hurl can also be installed with Homebrew:
brew tap jcamiel/hurl
brew install hurl
hurl --version
hurl 1.1.0
Installation for Windows is coming soon (next release).
Hurl can be build from source (available in GitHub)
A jvm flavour is also available as a standalone fat JAR at Hurl JVM.