127.0.0.1 labs // sentinel signal
// dev by Chris
[product · 002]Mimir
Mimir mark

See the signal, know the pattern.

Mimir consolidates security-relevant signal — endpoint telemetry, threat prevention, patch & asset state, OSINT feeds — into one observable surface. Trends, alerts, correlation, and natural-language query, all backed by a local LLM that never phones home.

v0 · pivot in progress

Four-node topology. SQLCipher store. Local LLM.

A backend that owns the data (Swift + Vapor + GRDB on SQLCipher). A stateless ingest that forwards from daemons and connectors. An intelligence node — Mimir's Well — for NL summary and query against your own LLM. And a dashboard built on Vite + React.

Cloud-LLM is a hard "no" (D-009). Read-only by design — Mimir shows and warns. It does not execute counter-measures in v0–v1.

  • Endpoint telemetry from Mimir-daemons (SIEM-ish + inventory profiles)
  • OSINT correlation: MISP, OTX, AbuseIPDB, GreyNoise, VirusTotal, KEV, Shodan
  • Heimdal Threat Prevention + Patch & Asset connectors
  • Reads rAIzr fleet heartbeats — endpoint protection in the same pane
  • SQLCipher-encrypted store, audit-logged mutations
  • Local LLM (~30B Q4 via MLX / llama.cpp) for NL summary & query
  • Cloud-LLM is a hard "no" — D-009. Read-only by design.