|
1 | 1 | <svelte:head> |
2 | | - <title>Augmentum OS — Governance-First NixOS Operating System | Sovren Software</title> |
3 | | - <meta name="description" content="An OS with a cognitive loop that learns your system — local inference, cryptographic receipts, consent that expires at reboot. Governance built into the substrate, not bolted on top." /> |
4 | | - <meta property="og:title" content="Augmentum OS — Stop Managing Your OS. Start Commanding It." /> |
5 | | - <meta property="og:description" content="Local intelligence at the OS layer. Governance built into the substrate. Actions that prove they executed. Ships Summer 2026." /> |
| 2 | + <title>Augmentum OS — A Cognitive Operating System for High-Leverage Operators | Sovren Software</title> |
| 3 | + <meta name="description" content="One operator. Team-scale output. Augmentum OS is a cognitive operating system that watches, learns, and surfaces what matters — without compromising on privacy, security, or usability." /> |
| 4 | + <meta property="og:title" content="Augmentum OS — One Operator. Team-Scale Output." /> |
| 5 | + <meta property="og:description" content="A cognitive operating system for founders, operators, and high-leverage individuals. UX, privacy, and security — none sacrificed. Ships Summer 2026." /> |
6 | 6 | <meta property="og:url" content="https://sovren.software/augmentum" /> |
7 | 7 | </svelte:head> |
8 | 8 |
|
9 | 9 | <script> |
10 | 10 | const pillars = [ |
11 | 11 | { |
12 | 12 | num: '01', |
13 | | - label: 'COGNITIVE LOOP', |
14 | | - desc: 'The OS observes system health every 5 minutes, detects patterns hourly, and surfaces recommendations — using local LLMs on your hardware, without your private data leaving your fleet.', |
| 13 | + label: 'ALWAYS WATCHING. NEVER LEAKING.', |
| 14 | + desc: 'The OS observes your system continuously and surfaces what matters — using AI that runs entirely on your hardware. Nothing leaves without your explicit permission. You control the privacy dial, and you can change it at any time.', |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | num: '02', |
18 | | - label: 'GOVERNANCE BY DESIGN', |
19 | | - desc: 'Actions in the governance pipeline produce cryptographic receipts — hash-chained, Ed25519-signed, auditable. Every agent operates within explicitly defined, time-limited capability bounds.', |
| 18 | + label: 'YOU OWN THE CONSENT', |
| 19 | + desc: 'Every AI feature is gated. You grant access. You revoke it. Session permissions expire when you reboot — so nothing persists without you actively choosing it. Before anything leaves your machine, the system tells you exactly what, and asks.', |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | num: '03', |
23 | | - label: 'CONSENT AS INFRASTRUCTURE', |
24 | | - desc: 'Privacy controls are encoded as sentinel files on a RAM-only filesystem. They expire on reboot — requiring active re-authorization every time the system starts.', |
| 23 | + label: 'EVERY ACTION IS RECEIPTED', |
| 24 | + desc: 'Agents operate within boundaries you define. Every action is logged, signed, and auditable. You can see what happened, when, and why. Control does not end when you delegate — it follows the work.', |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | num: '04', |
28 | | - label: 'SOVEREIGN IDENTITY', |
29 | | - desc: 'Your Ethereum wallet signs your identity. SSH key derives to age key derives to ETH address — a complete identity chain with no external provider.', |
| 28 | + label: 'SECURE BY DEFAULT. USABLE BY DESIGN.', |
| 29 | + desc: 'The secure path is the easy path. One command to check system status. One command to diagnose a problem. One command to change your privacy posture. Good defaults. No gotchas.', |
30 | 30 | }, |
31 | 31 | ] |
32 | 32 | </script> |
|
37 | 37 | <span class="category">01 / OS</span> |
38 | 38 | <h1>AUGMENTUM<br />OS.</h1> |
39 | 39 | <p class="status">Ships Summer 2026</p> |
40 | | - <p class="tagline">Stop managing your OS. Start commanding it.</p> |
| 40 | + <p class="tagline">One operator. Team-scale output.</p> |
41 | 41 | </div> |
42 | 42 | </section> |
43 | 43 |
|
44 | 44 | <section class="overview"> |
45 | 45 | <div class="overview-inner"> |
46 | 46 | <div class="overview-text"> |
47 | | - <p class="overview-lead">A different category of machine.</p> |
48 | | - <p class="overview-body">Most operating systems host your programs and stay out of the way. Augmentum OS runs a persistent cognitive layer — observing system health, detecting trends, surfacing recommendations — locally, on your hardware, without your private data leaving your fleet. Governance is built into the substrate: every action receipted, every agent bounded, consent that expires at reboot.</p> |
49 | | - <p class="overview-stack">Integration layer for the Sovren Stack — Visage face authentication and MrHaven vault access are first-class primitives at the OS level.</p> |
| 47 | + <p class="overview-lead">A cognitive operating system.</p> |
| 48 | + <p class="overview-body">Most operating systems make you choose: convenience or privacy. Ease of use or security. Augmentum OS does not accept that tradeoff.</p> |
| 49 | + <p class="overview-body">It is built for founders, operators, and high-leverage individuals who need the output of a team — without surrendering control of their own machine. The system watches, learns, and surfaces what matters. You decide what it sees, what it retains, and when it acts. That clarity compounds over time.</p> |
| 50 | + <p class="overview-stack">Visage face authentication and MrHaven programmable finance are first-class primitives at the OS level. The Sovren Stack runs as a unified command layer.</p> |
50 | 51 | </div> |
51 | 52 | <div class="overview-specs"> |
52 | 53 | <div class="spec-row"> |
|
55 | 56 | </div> |
56 | 57 | <div class="spec-row"> |
57 | 58 | <span class="spec-label">CONFIG</span> |
58 | | - <span class="spec-value">Declarative · Git-tracked · 8 hosts</span> |
| 59 | + <span class="spec-value">Declarative · Version-controlled · Rollback-capable</span> |
59 | 60 | </div> |
60 | 61 | <div class="spec-row"> |
61 | | - <span class="spec-label">AI LAYER</span> |
62 | | - <span class="spec-value">Local inference · Fleet-distributed</span> |
| 62 | + <span class="spec-label">INFERENCE</span> |
| 63 | + <span class="spec-value">Runs locally · Your data stays on your hardware</span> |
63 | 64 | </div> |
64 | 65 | <div class="spec-row"> |
65 | | - <span class="spec-label">GOVERNANCE</span> |
66 | | - <span class="spec-value">Cryptographic receipts · Consent-gated</span> |
| 66 | + <span class="spec-label">CONSENT</span> |
| 67 | + <span class="spec-value">Granular · Revocable · Expires on reboot</span> |
67 | 68 | </div> |
68 | 69 | <div class="spec-row"> |
69 | 70 | <span class="spec-label">STATUS</span> |
|
75 | 76 |
|
76 | 77 | <section class="pillars"> |
77 | 78 | <div class="pillars-inner"> |
78 | | - <span class="section-label">ARCHITECTURE</span> |
| 79 | + <span class="section-label">HOW IT WORKS</span> |
79 | 80 | <div class="pillar-rows"> |
80 | 81 | {#each pillars as p} |
81 | 82 | <div class="pillar-row"> |
|
92 | 93 |
|
93 | 94 | <section class="cta"> |
94 | 95 | <div class="cta-inner"> |
95 | | - <h2>BE NOTIFIED<br />AT LAUNCH.</h2> |
96 | | - <p>Augmentum OS ships Summer 2026. No early access. No waitlist. Email us if you want a single notification the day it launches.</p> |
| 96 | + <h2>BUILT FOR THE<br />OPERATOR.</h2> |
| 97 | + <p>Augmentum OS ships Summer 2026. No early access. No waitlist. One email when it is ready — send us your address.</p> |
97 | 98 | <a href="mailto:hello@sovren.software?subject=Augmentum OS Launch Notification" class="btn-primary"> |
98 | 99 | NOTIFY ME AT LAUNCH → |
99 | 100 | </a> |
|
0 commit comments