Independent Windows telemetry agent

Windows System Telemetry, Mastered.

Project Guru is a lightweight, independent C++ agent that watches over your Windows endpoints — health, restore points, and process activity — without the bloat of a full monitoring suite.

Built for signal, not noise

Three focused capabilities that keep endpoints observable without the overhead.

System Health Tracking

Continuous visibility into CPU, memory, disk, and service state so drift and degradation are caught before they become incidents.

Restore Point Management

Tracks system restore point creation and coverage, flagging endpoints that are left without a recent recovery snapshot.

Process Metrics

Captures running process and installed-program inventories, surfacing changes that matter for security and compliance review.

Simple, secure architecture

The Project Guru agent is a standalone C++ client that runs directly on the endpoint. It collects telemetry locally and securely communicates with a custom backend service using Protocol Buffers over HTTPS — a compact, strongly-typed wire format that keeps both the agent and server lightweight and independent of any third-party monitoring platform.

C++ Agent
→ protobuf / HTTPS →
Guru Server
→ ingest / diff / alert →
Web Dashboard