Sovereign desktop
docs(systems): add external references to three systems articles (EN+ES)
@@ -14,6 +14,13 @@ editor: pointsav-engineering paired_with: os-workplace.es.md short_description: "os-workplace is the free desktop operating system in the PointSav family — a native-Rust sovereign desktop that pairs with a Totebox archive, runs on deliberate reference hardware, and serves as the adoption gateway to the commercial PointSav product line." cites: [] references: - id: 1 text: "ISO 19005-1:2005 — Document management — Electronic document file format for long-term preservation — Part 1: Use of PDF 1.4 (PDF/A-1)." url: "https://www.iso.org/standard/38920.html" - id: 2 text: "W3C. 'WebRTC 1.0: Real-Time Communication Between Browsers.' W3C Recommendation, 2021." url: "https://www.w3.org/TR/webrtc/" --- `os-workplace` is the free desktop operating system in the PointSav family. It provides a clean, secure, native-Rust desktop environment that pairs naturally with a Totebox archive and brings the F-key discipline and security model of the platform to a community user installing it for the first time. The strategy is deliberate: `os-workplace` is the adoption gateway. A new user installs it because it is free and fast; once their daily work happens inside the PointSav ecosystem, the commercial `os-orchestration` aggregator becomes a logical next step. This article covers the reference hardware, the application suite, the pairing model, and the strategic rationale for a free desktop. @@ -35,12 +42,12 @@ All applications are native Rust binaries. The choice is principled: an SMB cust | App | Source approach | |---|---| | `app-workplace-pdfs` | Fork of `pdf-rs`; ISO PDF/A fidelity only | | `app-workplace-pdfs` | Fork of `pdf-rs`; ISO PDF/A fidelity only [^1] | | `app-workplace-wordprocessor` | Typst engine for document layout | | `app-workplace-spreadsheet` | IronCalc — deterministic-maths Rust engine | | `app-workplace-email` | Fork of Himalaya; TUI-first, local-first | | `app-workplace-browser` | Fork of Servo; telemetry removed | | `app-workplace-communications` | WebRTC-based peer-to-peer Rust client | | `app-workplace-communications` | WebRTC-based peer-to-peer Rust client [^2] | | `app-workplace-chat` | Real-time secure messaging | | `app-workplace-file-manager` | Fork of Broot; fuzzy-search, action-triggered | | `app-workplace-wiki` | Offline-first documentation viewer |