| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <title>Jarvis for Reachy Mini</title> |
| <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Manrope:wght@400;500;700&display=swap" rel="stylesheet" /> |
| <link rel="stylesheet" href="style.css" /> |
| </head> |
| <body> |
| <main class="page"> |
| <section class="hero"> |
| <div class="hero-copy"> |
| <p class="eyebrow">Reachy Mini Community App</p> |
| <h1>Jarvis brings a full voice-first control room to Reachy Mini.</h1> |
| <p class="lede"> |
| Low-latency conversation, expressive motion, barge-in, face-aware presence, and live runtime controls |
| are bundled into a single Reachy Mini app package. |
| </p> |
| <div class="cta-row"> |
| <a class="button primary" href="#highlights">Explore Features</a> |
| <a class="button ghost" href="README.md">Read Setup Notes</a> |
| </div> |
| </div> |
| <div class="hero-card"> |
| <p class="card-label">What ships</p> |
| <ul> |
| <li>Streaming STT, LLM, and TTS loop with interruption handling</li> |
| <li>Embodied presence system with gaze, micro-behaviors, and motion macros</li> |
| <li>Bundled settings UI for wake mode, personality, and runtime toggles</li> |
| <li>Robot-safe wrapper for Reachy Mini dashboard install and launch</li> |
| </ul> |
| </div> |
| </section> |
|
|
| <section id="highlights" class="grid"> |
| <article class="card"> |
| <p class="card-label">Conversation</p> |
| <h2>Fast first response</h2> |
| <p> |
| Jarvis is tuned for early audible feedback, streamed replies, and immediate barge-in so the robot stays conversational instead of feeling transactional. |
| </p> |
| </article> |
| <article class="card"> |
| <p class="card-label">Embodiment</p> |
| <h2>Motion as part of policy</h2> |
| <p> |
| Presence, gaze, and expressive gestures are integrated into the runtime instead of treated as isolated canned reactions. |
| </p> |
| </article> |
| <article class="card"> |
| <p class="card-label">Operator UX</p> |
| <h2>Live controls in-app</h2> |
| <p> |
| The packaged settings panel exposes wake mode, sleep state, personality, motion, and TTS controls directly from the Reachy dashboard. |
| </p> |
| </article> |
| </section> |
| </main> |
| </body> |
| </html> |
|
|