|
1 | 1 | <svelte:head> |
2 | 2 | <title>Visage — Linux Face Authentication via PAM | Sovren Software</title> |
3 | | - <meta name="description" content="Open source Linux face authentication via PAM. ONNX inference runs on-device — no cloud enrollment, no biometric database. Rust. MIT licensed. v0.1.0." /> |
| 3 | + <meta name="description" content="Open source Linux face authentication via PAM. ONNX inference runs on-device — no cloud enrollment, no biometric database. Rust. MIT licensed. v0.2.0." /> |
4 | 4 | <meta property="og:title" content="Visage — Linux Face Authentication via PAM" /> |
5 | 5 | <meta property="og:description" content="Windows Hello for Linux. ONNX face recognition runs entirely on your hardware. No cloud enrollment. MIT licensed, written in Rust." /> |
6 | 6 | <meta property="og:url" content="https://sovren.software/visage" /> |
|
23 | 23 | }, |
24 | 24 | { |
25 | 25 | label: 'SUB-SECOND AUTH', |
26 | | - desc: 'Under one second on warm starts. The persistent daemon keeps the model resident so authentication is instant — faster than typing a password.', |
| 26 | + desc: 'Under one second on IR camera hardware with a warm daemon. The persistent daemon keeps the model resident — no cold start on every lock. Authentication finishes before your hand leaves the trackpad.', |
27 | 27 | }, |
28 | 28 | ] |
29 | 29 | </script> |
|
33 | 33 | <div class="hero-inner"> |
34 | 34 | <span class="category">02 / IDENTITY</span> |
35 | 35 | <h1>VISAGE.</h1> |
36 | | - <p class="status">Open source · MIT · v0.1.0</p> |
| 36 | + <p class="status">Open source · MIT · v0.2.0</p> |
37 | 37 | <p class="tagline">Linux face authentication via PAM. Your face is your key — processed locally, never broadcast to the cloud.</p> |
38 | 38 | </div> |
39 | 39 | </section> |
|
42 | 42 | <div class="overview-inner"> |
43 | 43 | <div class="overview-text"> |
44 | 44 | <p>Windows Hello has worked for years on Windows. Linux users have been left out. Visage closes that gap with a native, open-source face authentication daemon that works with any PAM-compatible application.</p> |
45 | | - <p>Built in Rust for performance and safety. The ONNX inference engine keeps model weights local. No account creation. No enrollment servers. No biometric data leaving your hardware. Ships standalone and integrates natively with Augmentum OS as the hardware-verified identity layer.</p> |
| 45 | + <p>Built in Rust for performance and safety. The ONNX inference engine keeps model weights local. No account creation. No enrollment servers. No biometric data leaving your hardware.</p> |
| 46 | + <p>v0.x is MIT-licensed and works on any Linux system. v2, in active development, integrates at the Augmentum OS identity layer — your face-verified credential becomes a system-level primitive, not just a PAM module. The open/closed split is intentional: the open-source foundation earns trust; the OS-native layer delivers the full vision.</p> |
46 | 47 | </div> |
47 | 48 | <div class="overview-specs"> |
48 | 49 | <div class="spec-row"> |
|
67 | 68 | </div> |
68 | 69 | <div class="spec-row"> |
69 | 70 | <span class="spec-label">STATUS</span> |
70 | | - <span class="spec-value spec-live">Live · v0.1.0</span> |
| 71 | + <span class="spec-value spec-live">Live · v0.2.0</span> |
71 | 72 | </div> |
72 | 73 | </div> |
73 | 74 | </div> |
|
0 commit comments