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.

// WHAT IT UNLOCKS

Three scenarios SysNav was built for.

INCIDENT TRIAGE

Multi-host root-cause in one query.

Ask mode correlates logs, metrics, and deploy history across every host you're connected to, so you can find the broken pod without opening four dashboards.

SAFE EXECUTION

Agent runs canaries, not raw commands.

Every destructive change goes through a reviewable plan, a percentage rollout, and an auto-rollback window tied to your SLOs.

ONBOARDING

New hires ask the terminal, not Slack.

Your runbooks, team conventions, and cluster topology are indexed locally. New engineers get on-call-ready answers without interrupting the on-call.