Quick Start

MacOS

  1. Install:
brew install --cask outrigdev/outrig/outrig

Or download directly (dmg, notarized by Apple):

  1. Launch Outrig app from Applications (runs in system tray)
  2. Add Outrig SDK to your Go application:
import _ "github.com/outrigdev/outrig/autoinit"
  1. Run your Go application and navigate to http://localhost:5005/ to open the Outrig dashboard.

Linux

  1. Install:
curl -sf https://outrig.run/install.sh | sh

Also available as .deb • .rpm • .tar.gz on GitHub Releases

  1. Run:
outrig server
  1. Add Outrig SDK to your Go application:
import _ "github.com/outrigdev/outrig/autoinit"
  1. Run your Go application and navigate to http://localhost:5005/ to open the Outrig dashboard.

For more detailed setup instructions, see the Getting Started page.