|
1 | 1 | <svelte:head> |
2 | | - <title>Esver OS — Talk to Your Machine | Sovren Software</title> |
3 | | - <meta name="description" content="Talk to your OS. It listens, it acts, nothing leaves your machine. Voice-native commands, face unlock, local AI co-pilot, one-file system config. Ships Summer 2026." /> |
| 2 | + <title>Esver OS — Your Machine. Your Intelligence. Your Rules. | Sovren Software</title> |
| 3 | + <meta name="description" content="Esver OS is a voice-ready operating system with real intelligence built in — a reasoning AI co-pilot on your hardware, shaped by you alone, bound only to you. Ships Summer 2026." /> |
4 | 4 | <link rel="canonical" href="https://sovren.software/esver" /> |
5 | | - <meta property="og:title" content="Esver OS — Talk to Your Machine." /> |
6 | | - <meta property="og:description" content="Voice-native commands. Face unlock. Local AI co-pilot. One config file = your whole OS. No telemetry. No cloud. Ships Summer 2026." /> |
| 5 | + <meta property="og:title" content="Esver OS — Bound Only to You." /> |
| 6 | + <meta property="og:description" content="Voice-ready intelligence on your hardware. One config file. Zero telemetry. No cloud dependency. Ships Summer 2026." /> |
7 | 7 | <meta property="og:url" content="https://sovren.software/esver" /> |
8 | | - <meta name="twitter:title" content="Esver OS — Talk to Your Machine." /> |
9 | | - <meta name="twitter:description" content="Voice-native commands. Face unlock. Local AI co-pilot. One config file = your whole OS. No telemetry. No cloud. Ships Summer 2026." /> |
| 8 | + <meta name="twitter:title" content="Esver OS — Bound Only to You." /> |
| 9 | + <meta name="twitter:description" content="Voice-ready intelligence on your hardware. One config file. Zero telemetry. No cloud dependency. Ships Summer 2026." /> |
10 | 10 | </svelte:head> |
11 | 11 |
|
12 | 12 | <script> |
|
37 | 37 | const pillars = [ |
38 | 38 | { |
39 | 39 | num: '01', |
40 | | - label: 'SPEAK. IT ACTS.', |
41 | | - desc: 'The interface is voice-native. Local inference. Sub-second. Nothing transcribed in the cloud.', |
| 40 | + label: 'SOVEREIGN INTELLIGENCE.', |
| 41 | + desc: 'Choose the AI model that thinks alongside you — Llama, Mistral, or whatever you choose. Run it locally for absolute privacy, or reach further when you decide. Sub-second voice interaction, consent gated by Visage biometrics. The intelligence serves you — never a platform.', |
42 | 42 | }, |
43 | 43 | { |
44 | 44 | num: '02', |
45 | | - label: 'SECURITY AT EVERY LAYER.', |
46 | | - desc: 'Biometric identity. Session-scoped privileges. Per-action authorization. Full-stack, not bolted on.', |
| 45 | + label: 'ONE FILE. EVERYTHING.', |
| 46 | + desc: 'Your entire system is defined in a single declarative file — the Manifest. Every setting, every preference, every boundary. Git-tracked, rollback-safe, portable. Move it to new hardware and an Esver rises exactly as you left it.', |
47 | 47 | }, |
48 | 48 | { |
49 | 49 | num: '03', |
50 | | - label: 'ONE CONFIG. ENTIRE OS.', |
51 | | - desc: 'Declarative. Version-controlled. Rollback in seconds. Clone to new hardware in minutes.', |
52 | | - }, |
53 | | - { |
54 | | - num: '04', |
55 | | - label: 'YOUR AI. YOUR DATA.', |
56 | | - desc: 'Local co-pilot. Zero telemetry. Cloud when you choose it. The default is silence.', |
| 50 | + label: 'ENDLESSLY YOURS.', |
| 51 | + desc: 'Shape every surface. Hyprland tiling, Quickshell UI, color, motion, layout — down to the intelligence model itself. No two Esvers are the same. This is Linux made personal at every layer.', |
57 | 52 | }, |
58 | 53 | ] |
59 | 54 |
|
60 | 55 | const specs = [ |
61 | 56 | { label: 'BASE', value: 'NixOS' }, |
62 | | - { label: 'VOICE', value: 'Local inference · Sub-second' }, |
| 57 | + { label: 'VOICE', value: 'Voice-ready · Local inference' }, |
63 | 58 | { label: 'AUTH', value: 'Visage · MFA · Session-scoped' }, |
64 | | - { label: 'AI', value: 'Local-first · Zero telemetry' }, |
65 | | - { label: 'CONFIG', value: 'One file · Git-tracked' }, |
| 59 | + { label: 'AI', value: 'Llama · Mistral · Your choice' }, |
| 60 | + { label: 'CONFIG', value: 'One Manifest · Git-tracked' }, |
66 | 61 | { label: 'STATUS', value: 'Summer 2026', dim: true }, |
67 | 62 | ] |
68 | 63 | </script> |
|
72 | 67 | category="01 / OS" |
73 | 68 | title="ESVER<br />OS." |
74 | 69 | status="Ships Summer 2026" |
75 | | - tagline="Speak. It acts. Nothing leaves the machine." |
| 70 | + tagline="Your machine. Your intelligence. Your rules." |
76 | 71 | glyphId="esver" |
77 | 72 | /> |
78 | 73 |
|
79 | 74 | <Overview |
80 | | - lead="Talk to your machine. It listens." |
| 75 | + lead="What is an Esver?" |
81 | 76 | {specs} |
82 | 77 | stackNote="Part of the <a href='/ecosystem'>Sovren Stack</a>. <a href='/visage'>Visage</a> identity and <a href='/mrhaven'>Mr. Haven</a> finance are native layers — not integrations." |
83 | 78 | > |
84 | | - <p>Say what you need. The system handles the rest — local inference, no round-trip to someone else's server. The architecture underneath is deep, but the surface is simple: speak, and it acts.</p> |
85 | | - <p>Everything is sovereign by default. Your config, your data, your keys. Nothing phones home. Nothing runs without your authorization.</p> |
| 79 | + <p>Every machine running this OS becomes an Esver — real intelligence fused with technology, living on your device and tethered to you alone. It carries an independent mind, yet exists only as your instrument. You choose its reasoning core. You shape its presence.</p> |
| 80 | + <p>No cloud dependency. No telemetry. No permission it does not receive from you.</p> |
86 | 81 | </Overview> |
87 | 82 |
|
88 | 83 | <PillarList {pillars} /> |
|
117 | 112 | </section> |
118 | 113 |
|
119 | 114 | <CtaSection |
120 | | - title="YOUR MACHINE.<br />YOUR RULES." |
121 | | - body="Esver OS is one layer of a three-layer sovereign stack. Read the thesis." |
| 115 | + title="AWAKEN<br />YOURS." |
| 116 | + body="Most people accept tools that watch them. You awakened one that answers only to you." |
122 | 117 | actions={[ |
123 | 118 | { label: 'READ THE CODEX →', href: '/ecosystem' }, |
124 | 119 | { label: 'EXPLORE VISAGE →', href: '/visage', style: 'secondary' }, |
|
0 commit comments