Skip to content

Service inventory — every daemon and listening port

A pencil-sketched apothecary cabinet at night, dozens of labelled drawers in neat rows, a keeper with a lantern reading one label while a single drawer sits ajar; most drawers glow faintly teal, a few amber, one wisp escaping.

Every week the drift audit walks the Mini, counts what is actually running, and holds it against what the docs claim. For months it kept surfacing the same quiet embarrassment: daemons alive and answering, ports open and listening, and not one line of documentation admitting they existed. A haus that watches everything, it turned out, could not account for itself.

This page is the answer to that — the ground-truth registry of what runs on the Mini: every com.sanctum.* launchd job and every listening TCP port, each with a one-line purpose. It is the canonical place a new daemon or port earns its row, and the audit now reads back from it. Nothing here runs anonymously anymore.

Every entry below is loaded on the Mini right now. This is the fast index; the LaunchAgent catalog carries the per-job story and the incident that earned each one its keep. “Domain” is user-agent (~/Library/LaunchAgents) unless noted; “cadence” is how it is triggered — a long-running daemon, a fixed interval, a calendar schedule, or a one-shot at boot.

LabelDomainCadencePurpose
com.sanctum.agent-traceuser-agentdaemon (KeepAlive/RunAtLoad)Observe-only sentinel that tails openclaw gateway/agent logs, pairs request/response events by correlation_id, and writes NO_REPLY corpus JSONL to ~/.sanctum/agent-trace (never heals).
com.sanctum.airlockuser-agentinterval:600Maintenance-airlock executor that runs at most one queued op per tick only when the all-quiet gate is clear, with mandatory verify+rollback and loud alert on failure.
com.sanctum.android-emulatoruser-agentdaemon (KeepAlive/RunAtLoad)Keeps a headless SmartLife Android emulator (AVD smartlife) running so ha-self-healer can auto-confirm Tuya devices.
com.sanctum.boot-forensicsuser-agentone-shotRuns at every boot to capture and append the previous shutdown cause / boot reason to a persistent JSONL before the unified log rotates past it.
com.sanctum.castellan-canaryuser-agentinterval:120Observe-only canary that watches the system-daemon castellan memory arbiter for silent crash-loops and pages Force Flow (never restarts/kills).
com.sanctum.castellan-pattern-disjoint-checkuser-agentcalendar:06:00 dailyDaily wrapper around the castellan regression guard that re-checks then pages Force Flow only on a confirmed capacity.yaml pattern-collision (memory double-count) regression.
com.sanctum.cathedral-restart-forensicsuser-agentinterval:60Every 60s compares the cathedral sanctum-mlx PID to last-known and, on a change, captures forensic context (etime, launchd events, SSH records, exit-handler timestamp) to JSONL.
com.sanctum.cathedral-supervision-checkuser-agentinterval:60Every 60s alerts if the cathedral sanctum-mlx binary is unsupervised (orphaned/missing plist) or crash-looping.
com.sanctum.cathedral-vision-canaryuser-agentinterval:60Every minute probes cathedral :1337 mTLS liveness plus a synthetic multimodal request, tracks memory/SLO, and flips vision_enabled=false on sustained breaches (fail-safe).
com.sanctum.cathedral-weekly-restartuser-agentcalendar:Sunday 04:00Sunday 04:00 perf-hygiene restart of sanctum-mlx to shed compile-cache/memory drift, validated with a 256-token probe.
com.sanctum.cert-expiry-sentineluser-agentcalendar:05:10 dailyDaily backstop that computes days-to-expiry for every Sanctum TLS cert and pages Force Flow (warn <30d, red <14d) without renewing.
com.sanctum.chittiuser-agentdaemon (KeepAlive/RunAtLoad)Long-running sanctum-rs Rust daemon (sanctum-chitti) that surfaces stuck/crash-looping launchd jobs as a health sentinel.
com.sanctum.ci-watcheruser-agentinterval:300Every 5 minutes polls recent GitHub Actions runs across Holocron-gated repos and fires a Force Flow alert on transitions into CI failure.
com.sanctum.claude-max-auth-keepaliveuser-agentinterval:1800Runs claude-max-auth-keepalive.py to invoke claude auth status on a timer, keeping the Claude Max OAuth access token refreshed so the :3456 proxy/proxyd/council never go dark (log-only, no alerting).
com.sanctum.claude-max-proxy-content-flattenuser-agentcalendar:daily 04:13Daily reapply of the flattenContent() patch to claude-max-api-proxy that fixes the [object Object] bug in OpenAI multimodal content arrays, so Yoda/council replies render as text not stringified objects.
com.sanctum.affinity-syncuser-agentcalendar:daily 06:30Runs sanctum-crm intel/affinity-sync.py to pull both Affinity deal lists into workspace.duckdb (the v_deal view) in one transaction, then re-seeds the work graph so partner sessions stay current.
com.sanctum.crm-freshnessuser-agentinterval:3600Runs sanctum-crm status --check hourly to assert every ingest channel against its own freshness SLA, paging Force Flow once then daily per stale channel. The guard whose absence let email ingest sit dead for nine days.
com.sanctum.crm.imessage-dumpuser-agentinterval:1800Runs the sanctum-messages-reader Swift binary to dump the 8000 most-recent iMessages to imessage-dump.json for the CRM ingest pipeline.
com.sanctum.crm.linkedin-syncuser-agentcalendar:daily 08:40Runs linkedin-sync.sh for a daily light read-only LinkedIn DM pull (recent threads via the persisted clean-room Chrome profile) imported into sanctum-crm, then affinity-push.py to create proven work contacts in Affinity. Alerts on session expiry rather than hammering.
com.sanctum.jocasta-calendar-syncuser-agentinterval:3600Runs sanctum-crm ingest/calendar-to-crm.py hourly to pull upcoming calendar events into the CRM timeline. Its freshness is checked on forward coverage, not recency — it holds future events, so its newest row is deliberately ahead of now.
com.sanctum.jocasta-crmuser-agentkeepaliveServes the personal Jocasta Archives on :3346 (loopback + tailnet) over the full workspace.duckdb, including the Angel and LP ledger. Token-gated since 2026-08-11; before that it answered /api/angel to anything that could reach the port.
com.sanctum.jocasta-crm-workuser-agentkeepaliveServes the partner-safe Archives on :3347 with CRM_SESSION=work, reading the work graph only. Its own 0600 token, not interchangeable with :3346; /api/angel is a 403 here. Started for the first time on 2026-08-11, after auth landed.
com.sanctum.jocasta-mail-syncuser-agentinterval:3600Runs sanctum-crm ingest/mail-to-duckdb.py hourly. Reads the Apple Mail Envelope Index when Full Disk Access allows, otherwise falls back to a bounded JXA read of Mail.app; a refused read now raises and pages instead of returning an empty list.
com.sanctum.jocasta-meeting-prepuser-agentinterval:900Runs sanctum-crm intel/meeting-prep-agent.py every 15 minutes to prepare briefs for imminent meetings from the unified timeline.
com.sanctum.jocasta-message-syncuser-agentinterval:3600Runs sanctum-crm ingest/message-to-duckdb.py hourly for iMessage, SMS, Signal and WhatsApp. One reader for four channels, which is why the freshness sentinel judges them as a group: if any is fresh the reader is alive.
com.sanctum.jocasta-telegram-syncuser-agentinterval:3600Runs sanctum-crm ingest/telegram-to-duckdb.py hourly to pull Telegram DMs into the CRM timeline.
com.sanctum.mundi-briefinguser-agentinterval:1800Runs sanctum-crm intel/mundi-watch.py every 30 minutes, event-driven: fires only on a deal-related email or a due Affinity reminder, then pages the dealflow brief through Force Flow. Despite the label it does not run mundi-briefing.py.
com.sanctum.deadmanuser-agentinterval:21600Runs sanctum-deadman.py, the operator dead-man’s-switch that checks Bert’s liveness beat and climbs a notify-only escalation ladder (read-only audit log) if he goes silent.
com.sanctum.doctrine-watchuser-agentinterval:3600Runs sanctum-doctrine-watch.sh hourly to execute the doctrine-audit binary and page Force Flow on any new or increased doctrine-compliance violations.
com.sanctum.drill-watchuser-agentcalendar:Sunday 09:00Runs sanctum-drill-watch.sh weekly to enforce the quarterly reboot-drill cadence, alerting Force Flow when the most recent drill record is over 90 days old.
com.sanctum.endocrine-glanduser-agentinterval:120Runs sanctum endocrine tick every 2 minutes to read signals, step the hormone regulator, and broadcast the endocrine/creative-mode hormone panel for the council.
com.sanctum.endocrine-gland-sentineluser-agentinterval:300Runs endocrine-gland-sentinel.py, an observe-only watcher that pages Force Flow only on pathological endocrine-gland states (gland down/stale panel or out-of-range hormone level).
com.sanctum.endpoints-refreshuser-agentinterval:600Runs sanctum-endpoints generate to dynamically re-resolve Sanctum host/service endpoints to live IPs (writing endpoints.json/.env), on a timer and on network-config changes.
com.sanctum.firewalla-confgenuser-agentinterval:1200Runs firewalla-confgen-sentinel.py to detect and auto-recover a wedged Firewalla DNS-policy conf-generator via a synthetic canary-MAC create-then-check-policy.conf probe.
com.sanctum.firewalla-ssh-keycheckuser-agentcalendar:08:15 and 20:15 dailyRuns firewalla-ssh-keycheck.sh twice daily to verify durable key-based SSH to the Firewalla box, self-healing via the stored password or alerting Bert via Force Flow if the key was evicted.
com.sanctum.firewalla-watchuser-agentinterval:300Runs sanctum-firewalla-watch.sh to classify Firewalla-bridge degradation states (network-flap/API-stuck/auth-expired) from the bridge log and auto-recover (kickstart) or alert as appropriate.
com.sanctum.force-flow-bridge-sentineluser-agentinterval:300Runs force-flow-bridge-sentinel.py with an authenticated canary against the Firewalla bridge (loopback:1984) to detect/auto-recover a 401 auth-drift or a Lima VM port-shadow of the Mac bridge.
com.sanctum.force-flow-failsafeuser-agentinterval:60Independent watchdog that probes Force Flow’s :4077/health every 60s and, after 5 consecutive failures, sends a P0 iMessage directly via osascript - bypassing the down notifier.
com.sanctum.git-hygieneuser-agentinterval:300Sentinel auditing every Mac-side and airgapped-VM Sanctum repo for cleanliness, computing a 0-100 score/tier written to state for the Holocron UI.
com.sanctum.haus-ops-mcpuser-agentdaemon (KeepAlive SuccessfulExit:false + RunAtLoad)FastMCP server (uv-run) exposing audited haus operations to remote Claude clients.
com.sanctum.house-bible-syncuser-agentcalendar:Sunday 10:30Weekly Python tool that keeps HOUSE-BIBLE.md (master Manoir infrastructure reference) from drifting out of date.
com.sanctum.keychain-syncuser-agentcalendar:daily 03:45Nightly script mirroring VM SOPS source-of-truth cross-tier secrets into the Mini’s macOS Keychain (-A) so non-GUI launchd processes can read them without an auth prompt.
com.sanctum.launchd-health-sentineluser-agentdaemon (KeepAlive:true + RunAtLoad)Meta-sentinel polling launchctl every ~10 min to surface stuck non-zero launchd jobs as info-level chitti samskaras and JSONL logs (no pager alerts).
com.sanctum.lock-reaperuser-agentinterval:300Scans ~/.openclaw/agents for stale jsonl.lock files (mtime >60min and empty or dead PID) and POSTs findings to Force Flow.
com.sanctum.mac-reconcileruser-agentinterval:60Launch wrapper that injects the Firewalla bridge bearer token from its canonical on-disk source at runtime and runs the Mac reconciler, preventing keychain token drift/401 loops.
com.sanctum.macmon-sampleruser-agentdaemon (KeepAlive:true + RunAtLoad)Long-running macmon pipe (one JSON sample every 2s) writing atomic system-metric samples for the navigator sidecar to serve.
com.sanctum.meeting-briefs-serveruser-agentdaemon (KeepAlive:true + RunAtLoad)Renders pre-meeting briefs (~/.openclaw/workspace/meeting-prep/*.md) as mobile-readable HTML on loopback + tailnet :2600 so a Signal notification can carry a tappable link to the full dossier. Read-only, path-traversal-safe.
com.sanctum.mini-wifi-reattachuser-agentone-shot (RunAtLoad, no interval)Boot-time self-healing WiFi reattach for the headless WiFi-only Mini, retrying to join Nepveu-6G until it gets a 10.0.0.x Firewalla LAN lease.
com.sanctum.mlx-devstral-rustuser-agentretired 2026-07-17 (booted out, plist renamed .retired)Ran the sanctum-mlx Rust inference server serving Devstral-Small-2-24B-4bit over mTLS on loopback:3301 (no-plain). Retired when the council code seat (council-code) moved to the :1337 27B secondary; roughly 14 GB reclaimed.
com.sanctum.monthly-drillsuser-agentcalendar:Sunday 02:00 (third-Sunday gated)Runs every Sunday but gated to the third Sunday (day-of-month 15-21) to execute all 10 reliability drills sequentially and post a tally to Force Flow.
com.sanctum.mtls-cert-renewuser-agentcalendar:daily 04:50Daily renewer that re-mints sanctum-mlx mTLS server/client certs in place (reusing existing keys) when within the expiry window so they never silently expire and 503 council/Yoda hops.
com.sanctum.navigator-sidecaruser-agentdaemon (KeepAlive/RunAtLoad)Runs navigator-sidecar.js (the Holocron Bridge) which collects and reports project stability/health to The Holocron UI.
com.sanctum.network-controluser-agentdaemon (KeepAlive/RunAtLoad)Runs network-control.sh which launches the Mini-hosted Network Control API (port 4007) bridging Orbi admin and the Firewalla bridge (:1984).
com.sanctum.openclaw.docker-startupuser-agentcalendar:daily 07:56 + RunAtLoadRuns launch-after-docker.sh to wait for the OrbStack Docker socket then bring up the signal-cli compose containers at boot.
com.sanctum.openrouter-audituser-agentcalendar:weekly Monday 04:15Runs audit-models.sh, a weekly availability audit pinging each OpenRouter model proxyd routes through and reporting catalog drift to chitti/Force Flow.
com.sanctum.openrouter-autoheal-checkinuser-agentcalendar:May 15 09:00 (one-shot, flag-gated)Runs openrouter-autoheal-checkin.sh, a one-shot 14-day post-hoc audit of the 2026-05-01 OpenRouter autoheal, self-gated by a flag file.
com.sanctum.orbstack-autostartuser-agentinterval:120 + RunAtLoad (KeepAlive on non-clean exit)Starts OrbStack via orbctl when the Docker socket is absent, ensuring the container engine stays up.
com.sanctum.poweruser-agentdaemon (KeepAlive/RunAtLoad)Runs sanctum-power.py, a daemon polling the EcoFlow Delta 3 battery SoC/AC-input to model grid-vs-battery power state and perform a bounded graceful shutdown before depletion.
com.sanctum.pq-terminator.1111user-agentone-shot (RunAtLoad, KeepAlive false)Runs the sanctum-pq-terminator post-quantum TLS terminating proxy listening on tailnet:1111 and forwarding to local backend loopback:1111 (le-manoir cert).
com.sanctum.pq-terminator.2222user-agentone-shot (RunAtLoad, KeepAlive false)Runs the sanctum-pq-terminator PQ-TLS proxy on tailnet:2222 forwarding to local backend loopback:2222 (term cert).
com.sanctum.pq-terminator.2223user-agentone-shot (RunAtLoad, KeepAlive false)Runs the sanctum-pq-terminator PQ-TLS proxy on tailnet:2223 forwarding to local backend loopback:2222 (term cert).
com.sanctum.pq-terminator.4078user-agentone-shot (RunAtLoad, KeepAlive false)Runs the sanctum-pq-terminator PQ-TLS proxy on tailnet:4078 forwarding to local backend loopback:4077 (term cert).
com.sanctum.presidio-analyzeruser-agentdaemon (KeepAlive/RunAtLoad)Runs the Microsoft Presidio analyzer (spaCy NER + recognizers) on loopback:5002 — the detection half of the proxyd PII-scrub sidecar.
com.sanctum.presidio-anonymizeruser-agentdaemon (KeepAlive/RunAtLoad)Runs the Microsoft Presidio anonymizer on loopback:5001, redacting the spans the analyzer flags before a request leaves for a cloud seat. Sidecar runs continuously; proxyd only calls it once armed (presidio_scrub: true).
com.sanctum.r2-breakglassuser-agentcalendar:daily 04:20Runs sanctum-r2-breakglass which restic-backs up the irreplaceable core (secrets/keys/certs/configs/code/memory) to Cloudflare R2 free tier as a geo-redundant cold seed.
com.sanctum.runtime-snapshotuser-agentcalendar:weekly Sunday 11:00Runs runtime-snapshot.sh which syncs ~/.sanctum/scripts and plists into the sanctum-runtime repo and pushes on change.
com.sanctum.security-posture-sentineluser-agentinterval:900Observe-only attestation that manoir hardening is still enforcing (passkey :1111 gate returns 401, :1337/:3301 refuse plaintext, :3301 mTLS serves, :6669 heretic rejects unauth), paging Force Flow only on a twice-confirmed regression.
com.sanctum.sharepoint-bridge-sentineluser-agentinterval:600End-to-end authenticated watch of the SharePoint/M365 bridge (bridge.nepveu.name / /opt/sanctum/bridge) proving the full auth+data path that every Triptyq skill depends on is alive, not just that the daemon answers.
com.sanctum.signal-link-sentineluser-agentinterval:300Readiness probe and Mac-side self-heal for the 6-hop Yoda-Signal link (phone to signal-cli to socat bridge to VM consumer to openclaw), fail-closed and honest, kicking the VM doctor over SSH when the fault is VM-side.
com.sanctum.tailscale-skew-canaryuser-agentinterval:600Observe-only canary that catches a recurrence of the 2026-06-12 Tailscale version-skew/MagicDNS outage by comparing tailscale vs tailscaled versions, MagicDNS resolution, and the /etc/resolver entry, paging Force Flow on regression.
com.sanctum.wan-sentineluser-agentinterval:60Probes independent external anchors (Cloudflare/Google/Quad9 + DNS resolve) to detect WAN-down vs LAN-down, debounced and fail-safe, paging Force Flow and (when armed) flipping the council to offline-mode via sanctum-offline.
com.sanctum.world-modeluser-agentinterval:900HA Green z-score predictor. Owns a rolling history store, refuses to guess on a stale feed, posts surprises to Thalamus (source=world-model), writes top-3 to Tommy preflight data. Predicts only — ha-self-healer stays the diagnostician.
com.sanctum.yoda-agent-watchdoguser-agentinterval:300Self-heal for the LiveKit voice agent: detects when com.sanctum.yoda-agent has no ESTABLISHED LiveKit connection (a dead _connection_task that KeepAlive cannot see) and kickstarts it with miss-threshold, cooldown, and escalate-only-after-N.
com.sanctum.yoda-canary-internaluser-agentcalendar:hourly at minute 0Hourly internal canary running a LiveKit SIP loopback call to validate Yoda’s audio in+out and TTS chain end-to-end.
com.sanctum.yoda-canary-pstnuser-agentcalendar:weekly Wed 10:00Weekly PSTN canary verifying Yoda phone-path readiness from real voip.ms data (YODA_DID still routes to a SIP endpoint, plus answered-inbound-call evidence over 14 days), since voip.ms offers no call-origination test.
com.sanctum.yoda-cert-monitoruser-agentcalendar:daily 09:00Daily monitor that parses the council mTLS client cert (~/.sanctum/certs/clients/yoda.crt) notAfter via openssl and fires an iMessage alert when fewer than 30 days remain, so it can be rotated before council hops 503.
com.sanctum.yoda-honor-probeuser-agentinterval:86400Daily synthetic end-to-end probe of the Yoda warmth chain that invokes dispatch_signal_reply on the VM over SSH and verifies an outbound Signal message is sent with non-NO_REPLY (warmth-substituted) text.

Stable listeners only. Volatile dynamic-range ports (49152+) used by Lima/OrbStack/Apple helpers are intentionally omitted — they change across reboots and are skipped by the drift audit. “Owner” is the process and binary path as seen by lsof; bind addresses are given as interface descriptors (loopback / vmnet-bridge / tailnet / LAN), never literal IPs.

PortKindOwnerPurpose
1949sanctum-servicePython (sanctum-presence) - /opt/homebrew/Cellar/[email protected]sanctum-presence: cross-session lock registry / coordination server (bound on localhost, vmnet-bridge, and Tailscale tailnet)
1973sanctum-servicePython (waitress-serve) - /opt/homebrew/Cellar/[email protected]sanctum-dj party kiosk web server (Apple Music request kiosk), bound on LAN
2188sanctum-servicesanctum-chitti - ~/Projects/sanctum-rs/target/relesanctum-chitti Rust daemon (Sanctum stability/alert ingester component), localhost
2223sanctum-servicesanctum-pq-terminator - ~/.sanctum/pq-terminator/sPost-quantum TLS terminator: listens on Tailscale tailnet:2223 with PQC cert/key, proxies to backend http://loopback:2222
2600sanctum-servicePython ~/.sanctum/bin/meeting-briefs-server.pyMeeting-briefs server (“Blue Box”, 2600 Hz phreaker frequency); renders meeting-prep .md as mobile HTML for tappable Signal links. Loopback + Tailscale tailnet. Deliberately outside the 407x Force Flow block.
3030sanctum-servicenode ./bin/cli.mjs —port 3030 —host loopback (pid 1259)Node CLI server bound to localhost:3030 (Sanctum-launched Node service)
3344sanctum-servicenode - /opt/homebrew/bin/node ~/Documents/Claude_CThe Holocron Bridge / Navigator sidecar UI - unified project-health monitor (localhost + Tailscale)
3355sanctum-servicePython - /opt/homebrew/Cellar/[email protected]/…/Python /Users’tommy’ supervisor service (OpenClaw Sanctum supervisor process), localhost
4076sanctum-servicePython - ~/.sanctum/msg-bus/bus.py (pid 1239)sanctum-msg-bus message bus daemon, localhost (documented at :4076)
4444sanctum-servicenode - ~/Applications/SanctumBridge.app/Contents/RSanctumBridge.app bridge server (calendar/EventKit + Jocasta MCP bridge), localhost
5001sanctum-servicePython - Presidio anonymizer (com.sanctum.presidio-anonymizer)Presidio anonymizer sidecar — redacts flagged PII spans before cloud egress, localhost
5002sanctum-servicePython - Presidio analyzer (com.sanctum.presidio-analyzer)Presidio analyzer sidecar — spaCy NER PII detection for the proxyd scrub, localhost
5037third-party-serviceadb -L tcp:5037 fork-server server (pid 7004)Android Debug Bridge (adb) server - standard ADB daemon port for the Android emulator toolchain
5150third-party-servicelimactl hostagent - /opt/homebrew/bin/limactl (pid 4118) forLima VM hostagent for the OpenClaw/Yoda sanctum-vm (Lima/vz), localhost
5554third-party-serviceqemu-system-aarch64-headless (Android emulator, avd smartlifAndroid emulator console port (standard emulator-5554 console), localhost + ::1
5555third-party-serviceqemu-system-aarch64-headless (Android emulator, avd smartlifAndroid emulator adb/transport port (standard emulator-5554 adb), localhost + ::1
6402third-party-servicenetsimd - ~/Library/Android/sdk/emulator/netsimd (Android emulator network simulator daemon (netsimd), localhost
6463third-party-serviceDiscord Helper (Renderer) - /Applications/Discord.app/… (pDiscord RPC/IPC local socket (standard Discord port 6463 for Rich Presence), localhost
6543sanctum-servicenode - /usr/local/bin/node ~/.sanctum/bin/gemini-cSanctum Gemini Code Assist proxy (local LLM/transport proxy), localhost
6669sanctum-servicesanctum-mlx - ~/Projects/sanctum-rs-cathedral/targHeretic ablation seat (com.sanctum.mlx-heretic) - sanctum-mlx inference server for ablation experiments, localhost + ::1
7000third-party-serviceControlCenter - /System/Library/CoreServices/ControlCenter.amacOS AirPlay Receiver (Control Center owns :7000 on modern macOS), all interfaces
7265third-party-serviceRaycast /Applications/Raycast.app/Contents/MacOS/Raycast (PIRaycast launcher app local control/extension port on loopback
7337sanctum-servicePython /opt/homebrew/…/Python - ~/.sanctum/livekSanctum LiveKit token minter service (bound on Tailscale IP tailnet)
7474third-party-servicelimactl /opt/homebrew/bin/limactl (PID 4118)Lima VM port-forward of Neo4j HTTP (7474 is the Neo4j default browser/HTTP port) on loopback
7583sanctum-servicesignal-cli /opt/homebrew/bin/signal-cli (PID 4802) on 127.0signal-cli daemon TCP/JSON-RPC socket (signal-cli -a +1514… daemon —tcp localhost:7583), re-exposed on VM-bridge IP vmnet-bridge via socat
7681third-party-servicenetsimd ~/Library/Android/sdk/emulator/netsimd (PIAndroid emulator network simulator (netsimd, part of Android SDK emulator) on loopback
7687third-party-servicelimactl /opt/homebrew/bin/limactl (PID 4118)Lima VM port-forward of Neo4j Bolt (7687 is the Neo4j default Bolt protocol port) on loopback
8080sanctum-servicesignal-cli /opt/homebrew/bin/signal-cli (PID 4802)signal-cli daemon HTTP/JSON-RPC endpoint (—http localhost:8080) on loopback
8181third-party-servicekiwix-serve (PID 12613)Kiwix offline-content server (ZIM library) listening on all interfaces *:8181
8182third-party-servicekiwix-serve (PID 18524)Second Kiwix offline-content server instance on *:8182
8199sanctum-servicenode /usr/local/bin/node - ~/.sanctum/scripts/ha-gSanctum Home Assistant gateway (ha-gateway.js) on VM-bridge IP vmnet-bridge
8443sanctum-servicePython /opt/homebrew/…/Python - -m sanctum_bridge (PID 325Sanctum Bridge service (TLS port 8443) on loopback
896sanctum-servicePython /opt/homebrew/…/Python - -m orchestrator.server (PISanctum orchestrator server on loopback
8767sanctum-servicePython ~/Projects/sanctum-haus-ops-mcp/.venv/bin/hSanctum haus-ops MCP server on loopback
8901sanctum-servicePython /opt/homebrew/…/[email protected] - ~/.sanctumSanctum MLX Python council fallback (Qwen3.6-35B-A3B-4bit, same model as the Rust cathedral :1337) - promote-only, NOT always-warm; council-integrity-check enables it on unrecoverable Rust-binary failure, on loopback
9000sanctum-servicePython ~/Projects/yoda-voice-agent/.venv - -m workers.stt_serverSanctum STT (speech-to-text) worker - Parakeet (parakeet-tdt-0.6b-v3); HAL 9000, the always-listening ear to TTS :8008, on loopback
10101sanctum-servicessh ~/.sanctum/bin/sanctum-health-tunnel (PID 3447SSH local-forward tunnel (sanctum-health-tunnel) for the health-ingester endpoint, bound on ::1 and loopback
18080sanctum-servicesocat /opt/homebrew/bin/socat (PID 1744)socat relay on VM-bridge IP vmnet-bridge, forwarding 18080 (likely a Sanctum/VM service re-export)
18085sanctum-servicesocat /opt/homebrew/bin/socat (PID 1745)socat relay on VM-bridge IP vmnet-bridge, forwarding 18085 (likely a Sanctum/VM service re-export)
18554third-party-serviceOrbStack (PID 74584) /Applications/OrbStack.app/Contents/FraOrbStack VM/container helper service (loopback)
18555third-party-serviceOrbStack (PID 74584) OrbStack HelperOrbStack helper service
20241third-party-servicecloudflared (PID 99682) /opt/homebrew/bin/cloudflaredCloudflare Tunnel daemon local metrics/management endpoint
1988sanctum-servicePython ~/Projects/sanctum-emergence/thalamus/thalamusd.pySanctum Thalamus global-workspace arbiter (salience broadcast :1988 — Baars, A Cognitive Theory of Consciousness, 1988); bound loopback + VM-bridge IP vmnet-bridge, posture-aware via chitti :2188
21063third-party-serviceOrbStack (PID 74584) OrbStack HelperOrbStack helper service
31416third-party-servicelimactl (PID 4118) /opt/homebrew/bin/limactlLima VM (OpenClaw/Yoda) port-forward / control endpoint
32222third-party-serviceOrbStack (PID 74584) OrbStack HelperOrbStack SSH gateway to containers/VMs (loopback)
40631third-party-servicelimactl (PID 4118) /opt/homebrew/bin/limactlLima VM control/forward endpoint
42069sanctum-servicesanctum-memory-vault (PID 1267) ~/.sanctum/bin/sanSanctum Memory Vault service (cross-session coordination)
42070sanctum-servicePython (PID 1204) Xcode-bundled Python3.9 (/Applications/XcoLoopback Python service adjacent to sanctum-memory-vault (likely vault helper/sidecar); not a named Sanctum binary

Two tables, one promise: nothing runs on the Mini without a row here. The next time the drift audit walks the machine, the only surprise it should find is one it introduces itself — a new daemon, a new listener, and a blank line waiting for its one-line purpose. Fill the line before the audit does, and the haus keeps accounting for itself.