Overwatch Helper — Release Artifacts
Official public distribution point for the Overwatch Helper desktop agent, published by
Overwatch Observability LLC (overwatch-observability.com).
This repository contains release binaries only — no source code. Builds are produced and
published automatically by the release pipeline in our primary (private) repository.
Downloads
Get the latest build from the Releases page.
| Platform | Artifact |
|---|
| Windows (x64) | overwatch-helper-windows-x86_64-.msi |
| macOS (Apple Silicon) | overwatch-helper-macos-arm64-.tar.gz |
| macOS (Intel) | overwatch-helper-macos-amd64-.tar.gz |
| Linux (x86_64) | overwatch-helper-linux-amd64-.tar.gz |
| Linux (ARM64) | overwatch-helper-linux-arm64-.tar.gz |
Package managers
winget install Overwatchobs.OverwatchHelper # Windows
brew install overwatchobs/tap/overwatch-helper # macOS
What the Helper does
The Overwatch Helper is a local desktop agent for the Overwatch incident-resolution Chrome
extension. Chrome spawns it on demand via Native Messaging
— there is no daemon and no listening network port. It executes allowlisted diagnostic commands
(e.g. kubectl, aws, git) on request and returns the output to the extension.
The Windows installer is a per-user MSI: it installs to
%LocalAppData%\Overwatchobs\OverwatchHelper and requires no elevation.
Links
Licensed under the MIT License.