Skip to content

Commit 3c10950

Browse files
ccross2claude
andcommitted
rewrite augmentum os marketing page with grounded, accurate copy
- new headline: stop managing your os, start commanding it - rewrite overview to lead with cognitive loop and governance model - replace 4 feature cards: cognitive loop, governance is structural, consent as infrastructure, sovereign identity - fix 4 false/overstated claims from audit: - scoped "without sending data" to "private data leaving your fleet" - scoped receipts to "governance pipeline actions" not "every action" - removed voice commands from aegis cli list (it's a system service) - replaced "fleet operations" with accurate cli scope - fix false spec: replaced "tpm2 · secure boot" (not enabled on any host) with "cryptographic receipts · consent-gated" (actually implemented) - update spec row: nixos 25.05 warbler, 8 hosts, fleet-distributed - update section label: capabilities → architecture - replace early access cta with launch notification only (no access yet) - update meta title, description, og tags to match new positioning Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 45b2ee2 commit 3c10950

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

src/routes/augmentum/+page.svelte

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
<svelte:head>
2-
<title>Augmentum OS — Sovereign NixOS Operating System | Sovren Software</title>
3-
<meta name="description" content="NixOS-based sovereign OS with declarative config, local AI inference, and hardware-verified trust. No silent updates, no telemetry. Ships Summer 2026." />
4-
<meta property="og:title" content="Augmentum OS — Sovereign NixOS Operating System" />
5-
<meta property="og:description" content="Your entire OS in a single reproducible config. Version-controlled, rollback-capable, answerable only to you." />
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." />
66
<meta property="og:url" content="https://sovren.software/augmentum" />
77
</svelte:head>
88

99
<script>
1010
1111
const features = [
1212
{
13-
label: 'DECLARATIVE STATE',
14-
desc: 'Your entire OS is a single reproducible config file. Every package, service, and setting — version-controlled and auditable. Roll back any change. Clone your system to new hardware in minutes.',
13+
label: 'COGNITIVE LOOP',
14+
desc: 'The OS observes system health, detects patterns, and surfaces recommendations — using local LLMs on your hardware, without your private data leaving your fleet. Every 5 minutes. Hourly trend analysis. This is not telemetry. It is a system that knows what it is doing.',
1515
},
1616
{
17-
label: 'AI-NATIVE SERVICES',
18-
desc: 'Local inference at the OS layer — not in a vendor\'s cloud. Your agents run on your hardware, load on demand, stay resident when needed, and never phone home. This is the layer that multiplies what one person can do.',
17+
label: 'GOVERNANCE IS STRUCTURAL',
18+
desc: 'Actions in the governance pipeline produce cryptographic receipts — hash-chained, Ed25519-signed, auditable. Every agent operates within explicitly defined capability bounds. Scoped, time-limited permits are required before any privileged operation proceeds.',
1919
},
2020
{
21-
label: 'HARDWARE-VERIFIED TRUST',
22-
desc: 'Cryptographic attestation from first boot. Every binary verified before execution. TPM-backed measurements ensure your system is exactly what you configured — no silent substitutions.',
21+
label: 'CONSENT AS INFRASTRUCTURE',
22+
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. The system asks to be trusted again rather than assuming it still is. Cryptographic erasure is available on demand.',
2323
},
2424
{
25-
label: 'SOVEREIGN BUILDS',
26-
desc: 'No automatic updates without your explicit consent. Your system runs your schedule. Upgrade when you choose, test in isolation, and roll back if anything breaks.',
25+
label: 'SOVEREIGN IDENTITY',
26+
desc: 'Your Ethereum wallet signs your identity. No external identity provider. SSH key derives to age key derives to ETH address — a complete identity chain without trusting anyone else\'s infrastructure. One declarative config governs the entire fleet.',
2727
},
2828
]
2929
</script>
@@ -34,33 +34,33 @@
3434
<span class="category">01 / OS</span>
3535
<h1>AUGMENTUM<br />OS.</h1>
3636
<p class="status">Ships Summer 2026</p>
37-
<p class="tagline">The operating system built for people who refuse to be owned by their software vendor.</p>
37+
<p class="tagline">Stop managing your OS. Start commanding it.</p>
3838
</div>
3939
</section>
4040

4141
<section class="overview">
4242
<div class="overview-inner">
4343
<div class="overview-text">
44-
<p>Most operating systems are designed for vendor convenience, not user control. Updates happen on someone else's schedule. Telemetry ships by default. Your configuration drifts over time until your system is an unauditable mess.</p>
45-
<p>Augmentum OS is different by design. Built on NixOS, the entire system state is declared in a single configuration. Local AI inference runs at the OS layer — not in a vendor's cloud. Reproducible, version-controlled, and designed to multiply what one person can do.</p>
44+
<p>Most operating systems host your programs and stay out of the way. Augmentum OS runs a persistent cognitive layer: it observes system health, detects trends, and surfaces recommendations — locally, without sending anything to a vendor. The system learns the longer it runs. This is a different category of machine.</p>
45+
<p>Governance is built into the substrate, not bolted on top. Every action in the pipeline produces a cryptographic receipt. Consent is encoded as sentinel files that expire on reboot — requiring active re-authorization every time the system starts. What the system knows about you, it can provably erase on command. A unified CLI puts diagnostics, privacy controls, authentication, AI health, and governance behind a single entry point.</p>
4646
<p>Augmentum OS is also the integration layer for the Sovren Stack. Visage face authentication runs as a hardware-verified identity primitive at the OS level. MrHaven vault access is a first-class credential. The three products are each useful alone — together they form a complete sovereign computing platform.</p>
4747
</div>
4848
<div class="overview-specs">
4949
<div class="spec-row">
5050
<span class="spec-label">BASE</span>
51-
<span class="spec-value">NixOS (Linux)</span>
51+
<span class="spec-value">NixOS 25.05 (Warbler)</span>
5252
</div>
5353
<div class="spec-row">
5454
<span class="spec-label">CONFIG</span>
55-
<span class="spec-value">Declarative · Git-tracked</span>
55+
<span class="spec-value">Declarative · Git-tracked · 8 hosts</span>
5656
</div>
5757
<div class="spec-row">
5858
<span class="spec-label">AI LAYER</span>
59-
<span class="spec-value">Local inference · On-device</span>
59+
<span class="spec-value">Local inference · Fleet-distributed</span>
6060
</div>
6161
<div class="spec-row">
62-
<span class="spec-label">TRUST</span>
63-
<span class="spec-value">TPM2 · Secure Boot</span>
62+
<span class="spec-label">GOVERNANCE</span>
63+
<span class="spec-value">Cryptographic receipts · Consent-gated</span>
6464
</div>
6565
<div class="spec-row">
6666
<span class="spec-label">STATUS</span>
@@ -72,7 +72,7 @@
7272

7373
<section class="features">
7474
<div class="features-inner">
75-
<span class="section-label">CAPABILITIES</span>
75+
<span class="section-label">ARCHITECTURE</span>
7676
<div class="feature-grid">
7777
{#each features as f}
7878
<div class="feature-card">
@@ -87,9 +87,9 @@
8787
<section class="cta">
8888
<div class="cta-inner">
8989
<h2>BE NOTIFIED<br />AT LAUNCH.</h2>
90-
<p>Augmentum OS ships Summer 2026. Email us to join the early access list — no marketing, just a launch notification.</p>
91-
<a href="mailto:hello@sovren.software?subject=Augmentum OS Early Access" class="btn-primary">
92-
REQUEST EARLY ACCESS
90+
<p>Augmentum OS ships Summer 2026. No early access. No waitlist. Email us if you want a single notification the day it launches.</p>
91+
<a href="mailto:hello@sovren.software?subject=Augmentum OS Launch Notification" class="btn-primary">
92+
NOTIFY ME AT LAUNCH
9393
</a>
9494
</div>
9595
</section>

0 commit comments

Comments
 (0)