Skip to content

PointSav Documentation

The engineering library for the PointSav platform — operating systems and services for regulated businesses that own their data, their AI, and their record-keeping outright. Where the monorepo holds the code, this wiki holds the reasoning: architecture, services, security, and the governance commitments that bind future development.

PPN mesh architecture

← All revisions

c4c2952b · PointSav Digital Systems ·

editorial(infrastructure): fix ppn-mesh-architecture crate misattribution (Track-B) — re-verified: peer registry + command broadcast (port 9206) belong to app-network-admin, os-network-admin is the separate minimal node-join approval poller; fixed F8 Terminal and Mesh Fusion step 3 attribution; EN+ES

View the full record as of this revision →

@@ -56,7 +56,7 @@ The on-premises workstation is also the primary deployment target for `os-consol

WireGuard [^1] uses Curve25519 elliptic-curve key pairs: one private and one public key per node. The private key never leaves the node on which it was generated. Public keys are distributed to peers and recorded in the hub's WireGuard peer configuration.

The key lifecycle follows minimum-exposure principles: private keys are stored on-device only, never transmitted to any other party. `os-network-admin` maintains the peer registry — the record of which machines are members of the mesh — and the associated subnet address assignments.
The key lifecycle follows minimum-exposure principles: private keys are stored on-device only, never transmitted to any other party. `app-network-admin` maintains the peer registry — the record of which machines are members of the mesh — and the associated subnet address assignments, and broadcasts fleet commands over UDP port 9206. `os-network-admin` is a separate, more minimal component: it watches for pending node-join requests and lets an operator approve or deny them; it does not itself manage peer routing or broadcast commands.

The PPN uses a Zero-Broker UDP broadcast pattern for fleet health signalling: health commands are broadcast simultaneously to all active nodes across the mesh, without routing through a central broker. Every node that is online responds. The pattern eliminates the single point of failure that a central command broker would introduce.

@@ -66,7 +66,7 @@ Joining a new physical node to the PPN is called Mesh Fusion. The procedure is i

1. Install the host operating system on the target hardware.
2. Generate a WireGuard Curve25519 key pair on the new node.
3. Register the public key with `os-network-admin`'s peer registry.
3. Register the public key with `app-network-admin`'s peer registry, following approval of the node-join request through `os-network-admin`.
4. Configure the WireGuard interface on the new node: hub endpoint, assigned subnet IP, and allowed peers.
5. Establish the encrypted tunnel: the new spoke dials the cloud relay.
6. Verify connectivity: the hub observes the new spoke; the spoke can reach other mesh nodes.
@@ -75,7 +75,7 @@ Mesh Fusion completes at step 6. The node is now a network member. No applicatio

## The F8 Terminal: human-in-the-loop mesh management

The PPN is managed through `os-network-admin`, accessed via the F8 slot in `os-console`. The interface enforces a two-step protocol that ensures human confirmation of all network state changes.
The PPN's command and peer-routing layer is managed through `app-network-admin`, accessed via the F8 slot in `os-console`; node-join approval specifically goes through the separate, more minimal `os-network-admin`. The interface enforces a two-step protocol that ensures human confirmation of all network state changes.

The operator submits a management intent in natural language. The system translates the intent into a structured command payload using the local inference service. The interface pauses and displays the proposed action for visual inspection before broadcasting. The operator explicitly confirms before the command executes.

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is currently a trade name of Woodfine Capital Projects Inc. ("Woodfine"), planned to become a wholly-owned Woodfine subsidiary upon incorporation. PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. The full trademark notice appears in the footer of every page on this site.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →