Manifest review and examples teach shape without asking for raw local files.
LocalEndpoint guide
Privacy and Local Boundaries
LocalEndpoint separates local-only app use from optional website accounts: product, docs, download, and validation pages collect no account credentials, while dedicated account routes are explicit.
Local privacy boundary
Privacy is an architecture boundary, not a checkbox.
The public site is designed to be useful without collecting private endpoint payloads, credentials, telemetry, local network details, raw logs, or device state.
No public workflow asks for passwords, keys, tokens, or secret-bearing logs.
The site does not scan ports, inspect processes, query services, or fetch private network resources.
Permission belongs on the user's machine, with visible review and receipts.
The workbench uses local browser APIs and avoids fetch, beacon, WebSocket, EventSource, and upload paths.
Receipts and hashes can be shared after private fields are removed.
Privacy membrane
The website can illuminate the path without touching the machine.
LocalEndpoint splits the connection story into zones so visitors can learn, validate, approve, and share evidence without turning the public website into a data intake surface.
Docs, schemas, examples, route indexes, and quality signals stay safe to read in public.
Sample manifests and user-provided files can be checked locally before any local endpoint review.
Runtime authority belongs to a visible local companion, not to a remote page or hidden script.
Receipts, hashes, and summaries can cross the boundary after private fields are removed.
Validation stays in the tab
The workbench uses local browser APIs and avoids fetch, beacon, WebSocket, EventSource, and form upload paths.
Open validatorAuthority belongs on the device
Approvals, receipts, and future handoff flows belong in the local companion, not in public web controls.
Desktop boundaryEvidence can be redacted
People can share receipts and hashes without exposing raw endpoint files or secrets.
Evidence docsOperating boundary
Public clarity, local authority.
Public product, docs, download, and validation pages do not dispatch desktop commands, probe localhost, upload files, collect runtime telemetry, or claim runtime safety certification. Account credentials are accepted only on dedicated account routes.