Personal Command Center — HVY

HVY — your own command centre.
Owned by you.

Watch your accounts, devices, contacts and exposure surface; flag scams in real time, defend your social channels with approval-gated playbooks, review case timelines, and harden credentials — all on your machine, under your encryption, powered by a local LLM brain.

local-first field-level encrypted vault approval-gated playbooks autonomous converse mode Ollama-powered replies social command center

What it does

Exposure Monitoring

Identity + finding triage by severity bucket (A/B/C) with evidence-linked detections and a read-only forensics default.

bucket triage

Social Command Center

Instagram & email accounts registered locally; message classification, session control, meeting import with social-engineering flags, exposure & impersonation findings, and the full approval-gated playbook pipeline.

16 playbooks

Autonomous Converse

Telegram-first: verified contacts get opt-in auto replies, probable scams are never engaged, high-risk asks are handed to the account owner for review.

safety-gated

Account Hardening

Remediation blueprints and a connector registry with honest state reporting — every remote action fails with "unavailable" until a real adapter is configured.

no fabricated results

Machine API

A token-gated service API for other agents (SATURDAY) — overviews and read-only drafting; nothing is ever sent automatically.

bearer-token auth

Approval Gate

Every playbook action requires owner sign-off before local execution. Emergency mode raises the approval, never auto-executes.

explicit consent

Stack glue

PieceRole
Encrypted vaultSQLite, Fernet under PBKDF2-HMAC-SHA256, passphrase-only access
Social layerMessage risk classification (deterministic), quarantine labelling, approval-gated playbooks, honest remote-actions reporting
OllamaLocal LLM at 127.0.0.1:11434 — OpenAI-compatible, model llama3.2
ResponderProvider pinned via HVY_LLM_PROVIDER; falls back to an honest heuristic, never silently
TransportsTelegram (live), Email best-effort, Discord/Slack outbound-only
SATURDAY linkPOST /api/service/query, bearer-token auth

The live dashboard is self-hosted

# HVY runs on your own machine; nothing public touches your vault.
https://127.0.0.1:8443 — dashboard (browser login with your passphrase)

# Social Command Centre (CLI)
hvy social status — overview: accounts, risk, sessions, approvals
hvy social playbooks run --key flag_phishing — quarantine flagged messages
hvy social approvals list — pending actions awaiting your sign-off

# Local brain + machine API
ollama serve + ollama pull llama3.2 — local brain
curl -H "Authorization: Bearer $HVY_SERVICE_TOKEN" \
  -d '{"kind":"generate","text":"hi"}' .../api/service/query
This page is a static companion for HVY, hosted on Cloudflare Pages. It contains no vault data and cannot reach your local services from the internet — HVY is designed to stay on your hardware and your network. All connector and execution states shown in the dashboard are real; no demo or placeholder data is ever produced.