Binary Releases

Oura can be run as a standalone executable. Follow the instructions for your particular OS / Platform to install a local copy from our Github pre-built releases.

MacOS

Use the following command to download and install Oura's binary release for MacOS:

curl --silent --location https://git.io/JD2iH | \
    tar xz -C /tmp && mv /tmp/oura /usr/local/bin

GNU/Linux

Use the following command to download and install Oura's binary release for GNU/Linux:

curl --silent --location https://git.io/JD2ix | \
    tar xz -C /tmp && mv /tmp/oura /usr/local/bin

Check the latest release for more binary download options.