Skip to main content
sysnavBETA
GETTING STARTED

Your first five minutes.

This guide walks through installing SysNav, connecting to your first host, and running an Ask query across your stack.

1. Install

SysNav ships as a single binary. On macOS:

$ brew install sysnav/tap/sysnav
$ sysnav --version
sysnav 0.9.2 (arm64-darwin)

2. Launch & import

On first run, SysNav scans ~/.ssh/config, ~/.kube/config, and AWS / GCP profiles. Nothing leaves your machine.

3. Your first Ask

❯ ask which pods restarted in the last hour and why?

SysNav reads kube events + metrics across your contexts, correlates, and answers in plain English. It never mutates — that's Agent mode's job.