Complete · MIT open source

SystemSage

A native Windows diagnostic CLI that turns system information into readable answers—without a heavyweight monitoring suite.

Download
~27 KB
Runtime
Built into Windows
Background services
None
Telemetry
None
SystemSage interactive diagnostic menu showing available Windows health checks
Why I built it

Useful diagnostics should be understandable and immediate.

Windows exposes rich system data, but finding it usually means jumping between settings, management consoles, and commands. SystemSage gathers those signals into one keyboard-driven interface with human-readable results.

It stays deliberately small: one native executable, no package manager for users, no account, no cloud service, and no resident agent consuming resources in the background.

What it checks

One tool for the questions that matter.

01

Complete PC health overview

02

Memory, GPU, disk, battery, and storage diagnostics

03

Wi-Fi, firewall, BitLocker, startup, and security checks

04

Windows Update, device, application, and event-log inspection

05

Stable JSON output for scripts and automation

06

Visual PDF health reports with plain-English guidance

07

Saved baselines and before-and-after comparisons

08

Explicit, confirmed cleanup for old temporary files

SystemSage progress display while generating a full PDF health report
Reports that travel

From a live check to a clear health report.

The complete diagnostic collects system signals stage by stage, then creates a visual PDF dashboard with a health score, metric bars, recommendations, plain-English guidance, and a technical appendix.

  • Interactive output for people
  • Stable JSON output for automation
  • Local-first and read-only by default
Try it on Windows

One command. No administrator account required.

irm https://raw.githubusercontent.com/cyrstrstn/systemsage/main/scripts/irm-install.ps1 | iexExplore the source