The Observability Monitor for Local Go Development

Find, fix, and verify faster with zero code changes. Just replace `go run` with `outrig run` to get goroutine inspection, interactive log search, and real-time insights.

Outrig is open-source, runs 100% locally, and your application data never leaves your machine.

Goroutine Inspector

Visualize goroutine lifecycles with an interactive timeline that shows when routines start and finish. Filter by state, name, or timeline to instantly spot patterns, leaks, and concurrency issues. See the full story of your goroutines over time - no more guessing from static stack dumps or wrestling with raw pprof output.

Outrig Goroutine Inspector

Local Log Searching

Get instant visibility into your logs with intuitive, interactive search. Filter as you type with exact matching, fuzzy search, and regex patterns—no hunting through files or crafting complex queries with grep, sed, and awk.

Outrig Log Viewer

Variable Watches

Register variables once, then watch them update every second. Supports data formatted as JSON or %#v. Filter watches by name, value, or tags.

Get live visibility into your app's internal state — perform an action and instantly see the results reflected in your watched variables.

Outrig Variable Watches

Runtime Statistics

Interactive charts provide insights into memory usage, goroutine counts, and garbage collection. Identify performance problems at a glance — no setup, configuration, or parsing required.

Outrig Runtime Statistics

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

Install Outrig

On macOS, download and run the system tray app. On Linux, install the binary and start it with the `outrig monitor` command.

MacOS (Intel, Apple Silicon)

Install the Outrig System Tray Application using Homebrew Cask:

brew install --cask outrigdev/outrig/outrig

Direct Downloads (dmg, notarized by Apple)

Linux (x64, arm64)

Install via script (no root; installs to ~/.local/bin):

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

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