Private git OS
editorial(systems): clarify os-privategit's OS/app boundary (Track-B) — confirmed os-privategit/src/main.rs is a 31-line license-check gate, not the git-hosting/design-system logic itself (that lives in sibling app-privategit-* crates); same OS/app split pattern already established for os-mediakit; register-clean EN+ES
@@ -10,11 +10,11 @@ category: systems language: en paired_with: os-privategit.es.md status: stub last_edited: 2026-07-11 last_edited: 2026-08-22 editor: pointsav-engineering --- `os-privategit` is the operating system layer that hosts the platform's sovereign version-control infrastructure — private Git repositories and [[design-system-substrate|design-system]] hosting — on hardware the operator owns, without routing source code through a third-party Git hosting provider. It belongs to the [[os-family-overview|eight-OS family]] and pairs with the [[app-privategit-workbench|browser workbench]] for file authoring and review. `os-privategit` is the operating system layer that runs the platform's sovereign version-control infrastructure — private Git repositories and [[design-system-substrate|design-system]] hosting — on hardware the operator owns, without routing source code through a third-party Git hosting provider. The OS binary itself is a thin license-check gate; the Git-hosting and design-system logic lives in the sibling `app-privategit-*` applications it hosts (`app-privategit-source`, `app-privategit-design`, `app-privategit-marketplace`, `app-privategit-workbench`), following the same OS/app split as the rest of the family. It belongs to the [[os-family-overview|eight-OS family]] and pairs with the [[app-privategit-workbench|browser workbench]] for file authoring and review. The [[os-workplace|os-workplace]] desktop environment and the [[totebox-os|Totebox]] archive are the primary consumers of the software hosted on `os-privategit`. Source code flows from `os-privategit` into the [[customer-first-ordering|customer-first]] deployment model.