Always-on Linux-based uHOME runtime for persistent local-network services, scheduling, Steam-server host duties, and local vault viewing or unlock surfaces.
- local-network services
- persistent scheduling
- automation fulfillment
- service modules
- home and server infrastructure surfaces
- Linux-side Steam server host runtime
- Thin GUI and kiosk-style local presentation shells
- local Vault Reader and Beacon Activate offline-library surfaces
- canonical runtime semantics
- shell ownership
- provider bridge ownership
- Google or HubSpot sync orchestration owned by
uHOME-empire - Apple or iCloud sync ownership owned by the macOS desktop app
services/scheduling/modules/docs/tests/scripts/config/
Build service modules as explicit, testable units and keep managed state outside the repo.
Use QUICKSTART.md for the first runnable path and use
examples/basic-uhome-server-session.md for the smallest standalone smoke.
uHOME-server provides the always-on local runtime. It complements
uDOS-core, pairs with uDOS-wizard for workflow handoff and local execution,
and leaves Google or HubSpot sync workflows to uHOME-empire.
The v2 split is explicit:
uHOME-serverowns the base runtime, scheduling, household services, and persistent local executionuHOME-serverowns Thin GUI and kiosk-style local presentation contractsuDOS-wizardowns workflow authority, online assist, and the browser operator GUIuHOME-matterowns Matter, Home Assistant, and local automation extension contractsuHOME-clientand app repos consume runtime contracts without taking over server ownership
The existing standalone runtime and installer flow remain in src/uhome_server/ and related legacy-support roots such as apps/, courses/, defaults/, examples/, library/, memory/, and vault/.
This preserves the pre-existing remote history while the repo converges on the v2 scaffold and boundary model.
For the base/runtime boundary itself, see docs/base-runtime-boundary.md.
bash scripts/run-uhome-server-checks.sh
.venv/bin/python -m uvicorn uhome_server.app:app --host 127.0.0.1 --port 8000 --reloadIn another terminal:
curl http://localhost:8000/api/health
curl http://localhost:8000/api/runtime/readyFor the full runtime, Wizard pairing, and Empire bridge path, see
QUICKSTART.md, FIRST-TIME-INSTALL.md, and the legacy documentation
preserved under docs/.
The v2 repo activation path is documented in docs/activation.md.
Run the current repo validation entrypoint with:
bash scripts/run-uhome-server-checks.shShared sync-record contract tooling is also available through:
uhome contracts sync-record
uhome contracts validate-sync-record --input path/to/envelope.jsonRuntime ingest and retrieval surfaces are available at:
POST /api/runtime/sync-records/ingest
GET /api/runtime/sync-records/latest
GET /api/runtime/sync-recordsWizard-owned household networking policy consumption surfaces are available at:
GET /api/runtime/contracts/uhome-network-policy
POST /api/runtime/contracts/uhome-network-policy/validate