Skip to content

ToteboxOS

← All revisions

dfb1c3e5 · PointSav Digital Systems ·

Author foundational OS topics: Totebox OS, Console OS, Totebox Orchestration, and Totebox Archive

View the full record as of this revision →

@@ -1,65 +0,0 @@
---
schema: foundry-doc-v1
title: "[[ToteboxOS]]"
slug: os-totebox
category: systems
type: topic
quality: stub
short_description: "[[ToteboxOS]] is the microkernel-based data-archive operating system used by PointSav to store institutional records as inert flat files with cryptographic integrity verification at the filesystem level."
status: pre-build
last_edited: 2026-04-30
editor: pointsav-engineering
cites: []
paired_with: os-totebox.es.md
---

# [[ToteboxOS]]

> [[ToteboxOS]] is the microkernel-based data-archive operating system used by PointSav to store institutional records as inert flat files with cryptographic integrity verification at the filesystem level.

**[[ToteboxOS]]** is the core data-archive layer of the PointSav platform. It runs on an seL4 microkernel and enforces a strict separation between software execution engines and the corporate ledgers those engines read and write. Every institutional record lives as an inert flat file — Markdown, YAML, or CSV — that requires no proprietary runtime to open or interpret decades later.

The design rejects the conventional multi-tenant database model, in which a shared database engine becomes a single point of failure and exposure for every customer record it holds. In the Totebox model, the execution software and the data it processes occupy distinct directories, connected only through explicit, audited access paths.

## Directory structure

A Totebox deployment follows a three-directory layout:

```
cluster-totebox-corporate/
├── app-console-input/      execution software
├── assets/                 physical vault — PDFs, images
└── ledger/                 state machine — YAML metadata, CSV ledgers
```

The `ledger/` directory is the canonical record. The `assets/` directory holds binary artefacts. The `app-console-input/` directory contains the execution software that reads and writes to the other two. None of the three directories are permitted to commingle their contents.

## Flat files over databases

A flat file is a static sequence of bytes on disk. A relational database is a running software engine with its own memory model, parser, and network surface. [[ToteboxOS]] stores corporate knowledge as flat files because a `.yaml` ledger or `.csv` register is universally readable without proprietary tooling and remains structurally stable across hardware generations.

The practical consequence is that data migration cost falls toward zero: the customer always holds the source in a form any text editor can open.

## Cryptographic integrity

Because flat files cannot defend themselves against tampering, [[ToteboxOS]] enforces integrity at the filesystem level. When a physical asset — such as a contract document — enters the Totebox, the system generates a SHA-256 checksum of that file and records it in the `ledger/`. Any subsequent modification to the asset invalidates the recorded checksum, flagging the vault as compromised.

## Deployment model

The Vendor (PointSav Digital Systems) engineers the Rust-based execution engines that safely read and write to the Totebox directories. The Customer deploys the Totebox on their own hardware — an isolated cloud node or on-premise {{gli|bare metal}} — and holds the audit ledger directly. No vendor intermediary sits between the customer's records and the customer's filesystem.

## See Also

- [[totebox-orchestration]]
- [[substrate-native-compatibility]]
- [[customer-hostability]]
- [[compounding-substrate]]

## References


---

*Copyright © 2026 Woodfine Capital Projects Inc. Licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).*

*Woodfine Capital Projects™, Woodfine Management Corp™, PointSav Digital Systems™, Totebox Orchestration™, and Totebox Archive™ are trademarks of Woodfine Capital Projects Inc., used in Canada, the United States, Latin America, and Europe. All other trademarks are the property of their respective owners.*
Important Information

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is a trade name of Woodfine Capital Projects Inc. ("Woodfine"). 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. See TRADEMARK.md in this repository for the full trademark notice.

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 →