Systems
PointSav builds a family of purpose-built operating systems that share a common seL4 and Rust substrate. Each does one job, contains no features it does not need, and communicates through a common Diode-based protocol discipline. The result is a family that can be audited component by component, upgraded independently, and deployed in any configuration without unexpected coupling between systems.
OS family — eight operating systems, one substrate is the entry point for readers new to the family — it explains the common substrate, the Capability-based security model that every OS inherits, the Diode standard that governs how they communicate, and the seL4 microkernel substrate that anchors them all to a mathematically formally verified L1 kernel.
The archive layer
The core record-keeping systems at the foundation of every deployment — where the canonical record lives and how it is coordinated across a fleet.
- Sovereign vault and service host — The archive layer: one isolated, kernel-level vault per entity, storing records as inert flat files with no delete operation, exposed only through the Diode on command from os-console or os-orchestration.
- Totebox orchestration — The coordination layer that manages multiple Totebox data-archive containers, keeping software execution engines isolated from passive corporate ledgers across deployments.
Operator surfaces
The systems through which a human operator interacts with the platform — keyboard-driven, F-key-structured, and built around muscle memory rather than discoverability.
- os-console — the Command Ledger — The human-facing surface: a Command Ledger and single Rust binary that connects to a Totebox and renders its state through a keyboard-driven, cartridge-based, F-key-structured interface.
- os-console: The Totebox Orchestration Browser — The browser-analogy explainer for os-console's design philosophy: cartridges as tabs, machine pairing as the certificate store.
- Input machine — The mandatory document ingest gate in os-console, bound permanently to F12 and backed by
service-inputon the Totebox Archive. - Sovereign desktop — The free desktop operating system: a native-Rust sovereign desktop that pairs with a Totebox archive and serves as the adoption gateway to the commercial product line.
- Fleet aggregator — The Fleet Aggregator for multi-entity portfolios: one operator sees, queries, and commands many Totebox archives at once.
Network control and infrastructure
The systems that manage the network fabric, the bootstrap path, and the underlying compute substrate.
- infrastructure-os — The compute substrate that hosts PointSav operating systems across on-premises, leased, and cloud hardware; bootstraps isolated fleets through the Genesis Protocol.
- OS network admin — The control plane for a fleet: manages the pairing registry, Diode rules, and mesh routing policy; commands broadcast as 16-byte binary packets across the WireGuard mesh.
- Private git OS — Private Git hosting for sovereign version control within a fleet.
- Browser workbench — The browser-based file editor included in os-privategit: a three-column interface for working with archive files without a terminal session.
Publishing and media
The public-facing OS that hosts the company's marketing surface, internal wiki, and compliance newsroom on a single sovereign appliance.
- mediakit-os — The public-facing OS: hosts a company's marketing website, internal wiki, and compliance newsroom on a single sovereign appliance the company owns outright.
See also
- Architecture — cross-cutting platform architecture and the three-ring model
- Services — the autonomous services that run within and across operating systems
- Infrastructure — fleet deployment topology and cloud operational runtime
- Substrate — the substrate disciplines and microkernel primitives the OS family inherits