Quick Start
MacOS
- Install:
brew install --cask outrigdev/outrig/outrig
Or download directly (dmg, notarized by Apple):
- Launch Outrig app from Applications (runs in system tray)
- Add Outrig SDK to your Go application:
import _ "github.com/outrigdev/outrig/autoinit"
- Run your Go application and navigate to http://localhost:5005/ to open the Outrig dashboard.
Linux
- Install:
curl -sf https://outrig.run/install.sh | sh
Also available as .deb • .rpm • .tar.gz on GitHub Releases
- Run:
outrig server
- Add Outrig SDK to your Go application:
import _ "github.com/outrigdev/outrig/autoinit"
- 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.