product · AVC

Local-first execution and operator control.

The Local Node hosts governed runtime, health, recovery and private operator workflows.

Evidence receipt · LOCAL-NODE-ALPHALocal operator boundary
Bind
Loopback only · 127.0.0.1
Authentication
Per-session bearer token regenerated on start
Persistence
File-backed state with atomic writes
Health
Daemon snapshot plus operator listening evidence
Recovery
Stop, start and verify persisted state
Limitation
Alpha packaging · not production-approved
Local lifecycle

Install, run, recover and roll back from an identified state.

The alpha runbook treats recovery and rollback as product behavior.

  1. 01
    Install

    Clone, frozen install and build from an identified commit.

    complete
  2. 02
    Start

    Launch daemon and operator, then wait for both health signals.

    active
  3. 03
    Operate

    Use CLI, Mission Control and bounded operator actions through loopback.

    queued
  4. 04
    Recover

    Restart from atomic file-backed stores without replaying completed occurrences.

    queued
  5. 05
    Rollback

    Stop, restore state or prior software, rebuild and verify health.

    queued
Alpha boundary

Local Node packages the Kernel into one persistent local product.

The company daemon, loopback operator interface and CLI share file-backed state under a local AVC home while remaining separately observable processes.

Local trust

Operator access is loopback-only and session-bound.

The operator server binds to 127.0.0.1 and regenerates its bearer token on every start rather than sharing persistent credentials with conversational clients.

Known limits

Alpha packaging is usable, not production promotion.

Service registration, EV code signing, native Mission Control wiring and full production persistence remain explicit later gates.