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)
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/oura/releases/latest/download/oura-installer.sh | shInstall via powershell script
You can use Powershell to install Oura on Windows systems.
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)
brew install txpipe/tap/ouraInstall via NPM
You can use NPM to install the latest version of Oura in supported systems (Mac / Linux)
npm install -g @txpipe/ouraDownload Binaries
| File | Platform |
|---|---|
| oura-aarch64-apple-darwin.tar.xz | Apple Silicon macOS |
| oura-x86_64-pc-windows-msvc.zip | x64 Windows |
| oura-x86_64-unknown-linux-gnu.tar.xz | x64 Linux |
| oura-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux |