Skip to content

Binary Releases

Oura ships as a standalone executable. Grab a pre-built release for your platform below — no toolchain or compilation required.

What’s included

The pre-built binaries are batteries-included: every integration that builds cleanly across all release targets ships by default, so you rarely need a custom build.

  • Sources: node-to-node (n2n), node-to-client (n2c), UTxO RPC (u5c), Hydra (hydra), AWS S3 (aws)
  • Sinks: terminal, stdout, file rotate, webhook, Elasticsearch, Redis, RabbitMQ, SQL (SQLite / Postgres), AWS (SQS / Lambda / S3), GCP (Pub/Sub / Cloud Functions)
  • Filters: all built-in filters (select, split block, JSON, legacy v1, etc.)

A few integrations are left out to keep the binary lean and free of system/C dependencies. They require a source build:

  • kafka — its only TLS backend is OpenSSL; bundling it would pull a vendored OpenSSL build into the otherwise pure-Rust-TLS binary
  • zeromq — dynamically links a system libzmq at runtime, so it can’t ship in a portable prebuilt binary
  • mithril — pulls a heavy GMP/blst C-crypto toolchain that significantly increases binary size and build time
  • wasm — the WASM plugin runtime (large, and itself a plugin host)

Install

Pick the method that suits your platform:

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

Download binaries

Prefer to grab the archive yourself? Download the build for your platform:

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