🦀 ClawHub
YouOS
by @drbaher
YouOS — local-first personal email copilot that learns your writing style from Gmail, Google Docs, and WhatsApp exports, then drafts replies in your voice. U...
💡 Examples
# Install
cd ~/Projects/youos
pip install -e .Check system requirements (Python, gog CLI, disk space, etc.)
youos doctorRun setup wizard (15 min, mostly ingestion)
youos setupDraft a reply
youos draft "paste inbound email here"
youos draft --sender john@company.com "email text"Open web UI
youos uiCheck status
youos statusRun nightly pipeline manually (add --verbose for step-by-step output)
youos improve
youos improve --verboseRun golden benchmark evaluation (8 curated test cases)
youos eval --goldenFull corpus health report (pairs, quality scores, top senders)
youos corpus
youos corpus --jsonIngest a WhatsApp chat export (optional — augments your corpus)
youos ingest --whatsapp ~/Downloads/WhatsApp-Chat.txtAdd sender note (immediately rebuilds their profile)
youos note john@company.com "integration partner, prefers bullet points"Submit a feedback pair directly from the terminal
youos feedback --inbound "email text" --reply "your reply" --rating 4View stats
youos statsTeardown (remove all data, keep code)
youos teardown
TERMINAL
clawhub install youos