oura 2.2.0

The tail of Cardano
Documentation
---
title: 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:

```sh
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:

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

Check the [latest release](https://github.com/txpipe/oura/releases/latest) for more binary download options.