Getting Started with Hyprwatch

Hyprwatch is a fleet management platform for osquery. It lets you monitor, query, and secure your infrastructure with real-time visibility.

Quick Start

1

Get your organization token

After signing up, you'll find your organization's enrollment token in the dashboard. This token is used to enroll agents to your fleet.

2

Install the shadow agent

Run the install script on any Linux machine:

curl -sSL https://hyprwatch.cloud/install/YOUR_ORG_TOKEN | sudo sh
3

Start querying

Once enrolled, your host will appear in the dashboard. You can run SQL queries against it using the web interface or the hw CLI tool.

Components

Shadow Agent

The lightweight agent that runs on your hosts. It manages osquery and communicates with the Hyprwatch server.

hw CLI

A terminal-based interface for managing your fleet. Perfect for engineers who prefer the command line.

Web Dashboard

The web interface for viewing your fleet, running queries, and managing settings.