YouOS is an AI email copilot that learns from your sent Gmail history and drafts replies that sound like you — not a generic AI. Everything runs on your Mac.
Draft a reply in your voice, review how you usually respond, watch it improve.
❌ Generic AI sounds like a robot
✅ YouOS learns your style — per contact, per context
❌ Your emails uploaded to the cloud
✅ Everything stays on your Mac
❌ Same drafts for everyone
✅ Self-improves: your best-rated replies rank higher over time
❌ Locked to one tool or vendor
✅ Standalone or as a skill; Gmail, Docs & WhatsApp exports
Gmail, Google Docs, or WhatsApp — about 5 min to first draft
Ingests your sent history; analyzes your persona per sender type
Detects intent, isolates by account, greets by first name — steer any draft with optional instructions
LoRA fine-tunes locally, golden eval guards quality, rotating benchmarks prevent overfitting
Run YouOS standalone or as an OpenClaw skill. Pick how it reaches Gmail & Docs with one config line — ingestion.google_backend.
gogThe OpenClaw gog CLI — the original path, still the default.
gwsGoogle’s own open-source Workspace CLI. No OpenClaw required.
nativeDirect Google API via the youos[google] extra and OAuth — no external CLI at all.
# Clone and install (standalone — no OpenClaw needed) git clone https://github.com/DrBaher/youos cd youos ./scripts/install.sh # makes .venv, installs YouOS, runs the doctor # First-run setup: accounts, ingestion, style analysis source .venv/bin/activate youos setup # Anytime: corpus health & a 10-case golden benchmark youos corpus youos eval --golden
Requires a Google ingestion backend (gog, gws, or native). Also installs as an OpenClaw skill.