aouo is an open-source runtime that turns any domain into a long-term AI companion. You write a pack — it handles memory, scheduling, skills, and the feedback loop.
Most AI tools are stateless and generic. A Domain Companion is the opposite: it remembers you across months, reaches out on schedule, evaluates your progress with real diagnostics, and improves its recommendations from every interaction. The architecture makes this possible for any vertical — not just one.
| OS concept | aouo |
|---|---|
| Kernel | @aouo/core |
| Syscall | persist · chat · cron · skill_view |
| Filesystem | ~/.aouo/ — SOUL, RULES, MEMORY |
| App | Domain Pack |
| Permissions | Capability manifest |
| Install | npm i @aouo/<pack> |