Quick Start
outrig run
is a drop-in Replacement for go run
outrig run main.go
That's it. No code changes, no required configuration. Open http://localhost:5005 to see goroutines, logs, and insights.
outrig run
supports most standardgo run
flags and options (-ldflags, -tags, -C, etc.)- Need more control? See advanced configuration
- Using Docker? See Docker setup
Installation
MacOS
Install:
brew install --cask outrigdev/outrig/outrig
Or download directly (dmg, notarized by Apple):
Launch Outrig.app from Applications to start the monitor and install the outrig
CLI in your path.
Linux
Install (no root required; installs to ~/.local/bin
):
curl -sf https://outrig.run/install.sh | sh
Also available as .deb • .rpm • .tar.gz on GitHub Releases
For more detailed setup instructions, see the Getting Started page.