Skip to main content
sysnavBETA
// FEATURES

One terminal that thinks,
routes, and repairs.

A deeper tour of what makes SysNav different from every "AI terminal" shipped in the last 18 months.

// TWO MODES

The diagnostic / execution split.

Ask is safe. Agent is powerful. The separation is the whole point.

ask mode · read-onlysysnav · v0.9.2
ask❯ which pods restarted in the last hour and why?
reading kube-state-metrics + events across 3 clusters…
4 restarts · all on payments-ns · OOMKilled (exit 137)
correlated with deploy sha:b12c4 at 14:02
→ memory limit (2Gi) ≪ working set (3.4Gi avg)
 
agent mode · write-capablesysnav · v0.9.2
agent❯ bump payments memory 2Gi → 4Gi, canary 10%
plan: kubectl patch deploy/payments --patch=...
canary window: 10m · auto-rollback if p99 > 400ms
+ resources.limits.memory: 2Gi → 4Gi
✓ 10% healthy · promoting to 100% in 8m
 
// CAPABILITIES IN DEPTH

Nine reasons you'll never go back to iTerm.

Grounded reasoning

The AI reads YOUR logs, YOUR configs, YOUR runbooks — not a generic training set. Context is indexed locally and redacted before transmission.

Reviewable plans

Agent never runs blind. Every destructive change surfaces as a diff you can reject, edit, or approve — line by line.

Canary + rollback

Auto-stage deploys to a % of traffic, watch your SLOs, and roll back the instant they budge. No more 3am git reverts.

Multi-host correlation

Tail logs and metrics across 200 hosts in one query. Time-aligned, de-duplicated, and pattern-matched automatically.

Policy engine

Declare "no prod mutations on Fridays" or "no rm -rf outside /tmp" once. Enforced org-wide, with audit trails.

Session replay

Every command you and the AI ran — replayable as a video. For incident postmortems, compliance, or onboarding.

BYO model

Route traffic to OpenAI, Anthropic, Azure, or your self-hosted Llama. Per-org, per-user, or per-command.

Offline mode

SSH, tmux, SFTP, monitoring all work without internet. AI degrades gracefully; the terminal never does.

Secret scanning

Keys, tokens, and PII scrubbed locally before prompts leave your machine. Configurable. Testable. Logged.

// EARLY RESULTS

What beta teams actually measured.

Platform @ Ramp

"We cut our MTTR on payment incidents from 42 minutes to 11. SysNav reads the 4 dashboards we used to open in parallel."

73% faster MTTR
SRE @ Modal

"Agent mode caught a bad deploy 90 seconds in and rolled it back before PagerDuty even fired. That alone paid for it."

$34K incident avoided
Infra @ Linear

"Onboarding a new SRE used to take 3 weeks of tribal knowledge. Now they ask SysNav and it answers."

3 wks → 4 days ramp