Skip to content

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.

Install via shell script

You can run the following command line script to install Oura on supported systems (Mac / Linux)

Terminal window
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/oura/releases/latest/download/oura-installer.sh | sh

Install via powershell script

You can use Powershell to install Oura on Windows systems.

Terminal window
powershell -c "irm https://github.com/txpipe/oura/releases/latest/download/oura-installer.ps1 | iex"

Install via Homebrew

You can use Homebrew to install the latest version of Oura in supported systems (Mac / Linux)

Terminal window
brew install txpipe/tap/oura

Install via NPM

You can use NPM to install the latest version of Oura in supported systems (Mac / Linux)

Terminal window
npm install -g @txpipe/oura

Download Binaries

FilePlatform
oura-aarch64-apple-darwin.tar.xzApple Silicon macOS
oura-x86_64-pc-windows-msvc.zipx64 Windows
oura-x86_64-unknown-linux-gnu.tar.xzx64 Linux
oura-aarch64-unknown-linux-gnu.tar.xzARM64 Linux