ohwow 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/README.md +22 -341
  2. package/dist/index.js +2340 -1042
  3. package/dist/mcp-server/index.js +36 -14
  4. package/dist/migrations/131-research-citations-ledger.sql +47 -0
  5. package/dist/migrations/132-llm-calls-experiment-id.sql +26 -0
  6. package/dist/migrations/133-posted-log.sql +20 -0
  7. package/dist/migrations/134-lift-measurements.sql +77 -0
  8. package/dist/migrations/135-calendar-email.sql +117 -0
  9. package/dist/migrations/135-x-post-drafts.sql +36 -0
  10. package/dist/migrations/136-deals-pipeline.sql +65 -0
  11. package/dist/migrations/137-documents.sql +51 -0
  12. package/dist/migrations/138-support-tickets.sql +67 -0
  13. package/dist/migrations/139-bookkeeping-time.sql +70 -0
  14. package/dist/migrations/140-yt-short-drafts.sql +83 -0
  15. package/dist/migrations/141-llm-calls-origin.sql +33 -0
  16. package/dist/migrations/142-x-reply-drafts.sql +58 -0
  17. package/dist/migrations/143-phase-trios.sql +50 -0
  18. package/dist/migrations/144-director-arcs.sql +110 -0
  19. package/dist/migrations/145-qwen3-embeddings.sql +27 -0
  20. package/dist/migrations/146-json-column-renames.sql +8 -0
  21. package/dist/migrations/147-cdp-trace-events.sql +21 -0
  22. package/dist/migrations/148-eternal-state.sql +17 -0
  23. package/dist/migrations/149-eternal-notifications.sql +13 -0
  24. package/dist/migrations/150-infrastructure-bills.sql +21 -0
  25. package/dist/web/assets/index-45KFQWwL.css +1 -0
  26. package/dist/web/assets/index-DPcyW5Fd.js +102 -0
  27. package/dist/web/index.html +2 -2
  28. package/package.json +15 -3
  29. package/dist/web/assets/index-Bp9CoQ8c.css +0 -1
  30. package/dist/web/assets/index-C5xtuLcg.js +0 -102
package/README.md CHANGED
@@ -1,371 +1,52 @@
1
- # ohwow
2
-
3
- [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4
- [![npm version](https://img.shields.io/npm/v/ohwow)](https://www.npmjs.com/package/ohwow)
5
- [![CI](https://github.com/ohwow-fun/ohwow/actions/workflows/ci.yml/badge.svg)](https://github.com/ohwow-fun/ohwow/actions/workflows/ci.yml)
6
- [![npm downloads](https://img.shields.io/npm/dm/ohwow)](https://www.npmjs.com/package/ohwow)
7
- [![Discord](https://img.shields.io/badge/Discord-join-5865F2)](https://discord.gg/WUGnGqceeY)
8
-
9
- **The open source human+AI operating system.** Your computer learns how you work, assembles a team of AI agents around you, and runs your business alongside you. Not for you. With you.
10
-
11
- **Local. Free. Yours.**
12
-
13
- <p align="center">
14
- <img src="docs/demo.gif" alt="ohwow demo" width="800">
15
- </p>
16
-
17
- ```bash
18
- npm install ohwow -g
19
- ohwow
20
- ```
21
-
22
- Running in under 5 minutes. A setup wizard connects to [Ollama](https://ollama.com), picks a model, and builds an AI team for your business type.
23
-
24
- ---
25
-
26
- ## Introducing Vibe Working
27
-
28
- Vibe coding changed how we build software. You describe what you want, AI writes the code.
29
-
30
- **Vibe working is the same leap, but for everything else.** Describe what your business needs. AI agents handle the sales, support, research, content, operations. You stay in the flow of the work that actually matters to you.
31
-
32
- This isn't automation. Automation is rigid. You build a workflow, it runs the same way forever, it breaks when anything changes. Vibe working is fluid. Your agents learn your patterns, adapt to your business stage, understand when to act and when to ask. They get better every day. They develop real expertise from practice, not from prompts.
33
-
34
- Under the hood, ohwow is built on a seven-layer cognitive architecture. Not seven microservices. Seven layers of how intelligence actually works: perception, reasoning, memory, embodiment, purpose, identity, and collaboration.
35
-
36
- Your agents don't just execute tasks. They perceive your intent and anticipate what you might need next. They challenge their own plans before acting, catching bad ideas before they cost you time. They predict which tools are likely to fail based on past experience, and route around problems before they happen. They track trust the way humans actually do: one failure weighs more than five successes. They detect your energy cycles, know when you're overloaded, and hold complex decisions until you're sharp enough to make them. They understand that a business at $1K/month needs fundamentally different work than one at $100K.
37
-
38
- And they have bodies. Not just chat interfaces. ohwow agents can see your screen, control your desktop, click through apps, fill out forms, export files from Figma, pull reports from dashboards. They send WhatsApp messages from your real number, not an API. They browse the web with a real browser, not a scraper. The architecture is ready for physical bodies too: Arduino sensors, ESP32 controllers, temperature monitors, hardware feedback loops with sub-10ms reflexes. A digital brain that can reach into the physical world.
39
-
40
- Your devices become one organism. ohwow discovers every machine on your network automatically, no configuration. Your MacBook, your Mac Mini, your home server. They share discoveries: when one device learns that a tool fails in a specific way, every device knows. Work routes to the best machine for the job. If one goes offline, another picks up seamlessly.
41
-
42
- This isn't a prompt chain. It's a system that reasons about work the way a great collaborator would, with hands that can actually do things in the world.
43
-
44
- The difference:
45
-
46
- | | Traditional Automation | Vibe Working |
47
- |---|---|---|
48
- | Setup | Build complex workflows | Say what you need |
49
- | Adaptability | Breaks when context changes | Learns and adjusts |
50
- | Intelligence | If/then rules | Practical wisdom about your business |
51
- | Trust | All or nothing | Earned incrementally, per domain |
52
- | Human awareness | None | Knows your energy, rhythm, capacity |
53
- | Ownership | Cloud vendor controls your data | Runs on your machine |
54
-
55
- ## Why this matters now
56
-
57
- Three things converged to make this possible:
58
-
59
- 1. **Local models got good enough.** Ollama runs capable models on a laptop. No API costs. No data leaving your machine. ohwow routes simple tasks to local models and complex ones to cloud APIs, only when you allow it.
60
-
61
- 2. **AI agents can actually do things now.** Not just chat. Browse the web. Control your desktop. Send WhatsApp messages from your real number. Read emails. Update your CRM. 150+ tools, orchestrated by a single brain that understands context.
62
-
63
- 3. **The missing piece was collaboration, not capability.** Every AI platform asks "how do we make AI do more?" ohwow asks "how do we make humans and AI work together naturally?" That means understanding your energy cycles, respecting your boundaries, earning trust gradually, and knowing when to act vs. when to wait.
64
-
65
- ## A day of vibe working
66
-
67
- **7:45 AM** — You open your laptop. ohwow noticed you always start around this time. Your morning briefing is ready: 3 tasks completed overnight. 1 needs your eye. 2 leads replied to yesterday's outreach. Your Sales Agent's follow-up is queued for 9am.
68
-
69
- **8:00 AM** — You say: "What should I focus on today?" ohwow knows you're in growth stage 2 (Attract). It responds: "You're over-indexing on content this week. Your stage needs more outreach. 3 warm leads haven't been contacted. Want me to draft follow-ups?"
70
-
71
- **8:15 AM** — You approve the follow-ups. The Sales Agent sends personalized WhatsApp messages to each lead, referencing their specific context from your CRM. No templates. Each message reads like you wrote it.
72
-
73
- **10:30 AM** — You're deep in product work. A customer emails with a support question. ohwow routes it to the Support Agent, which drafts a response. Because your cognitive load is high (3 open approvals, deep work mode), it batches the notification instead of interrupting. You'll see it at your next natural break.
74
-
75
- **2:00 PM** — ohwow notices your energy dips after lunch (it learned this from 30 days of watching your activity patterns). It holds the complex research report, knowing you'll evaluate it better in the morning. Instead, it surfaces a simple approval that takes 10 seconds.
76
-
77
- **4:00 PM** — A lead responds positively on WhatsApp. The Sales Agent wants to send a pricing proposal. It could auto-send (it earned that trust after 47 successful tasks with 94% approval), but the amount is above the auto-approve threshold. You get a one-line notification: "Ready to send pricing to Acme Corp. $4,500/mo. Approve?"
78
-
79
- **6:15 PM** — You close your laptop. ohwow stops all non-critical notifications. Your agents keep working: the Content Writer drafts tomorrow's blog post, the Researcher compiles a competitive analysis. Results will be waiting tomorrow morning.
80
-
81
- **End of day**: 12 tasks completed across 4 agents. 3 leads contacted. 1 support ticket resolved. 1 blog draft ready. You spent 20 minutes on approvals. The rest was your work.
82
-
83
- That's vibe working. You set the direction. Your AI team handles the rest.
1
+ Generational wealth starts with systems that can outlast you. Not just the assets, the logic behind them. The way you see each problem, the standards you refuse to lower, the judgment that grows and protects the money. Wealth transfers while the intelligence behind it usually doesn't.
84
2
 
85
3
  ---
86
4
 
87
- ## How it actually works
88
-
89
- ### Talk to it like a person
90
-
91
- The orchestrator understands natural language with 150+ tools behind it:
92
-
93
- | What you say | What happens |
94
- |---|---|
95
- | "Follow up with everyone who opened my last email" | Finds contacts with email opens, drafts personalized follow-ups, sends via WhatsApp or email |
96
- | "Research our top 5 competitors and create a comparison" | Launches the Research Agent with deep web search, compiles findings into a structured report |
97
- | "Schedule outreach every weekday at 9am" | Creates a recurring schedule. The agent picks leads from your CRM, personalizes messages, and sends them on time |
98
- | "Open Figma and export the hero banner as PNG" | Takes over your desktop, opens the app, navigates to the file, exports it, saves to your folder |
99
- | "How's the business doing?" | Shows your eudaimonia score (workspace flourishing), task stats, lead pipeline, agent efficiency, and growth stage guidance |
100
- | "Create a project for the website redesign" | Creates a Kanban board, suggests task breakdown, assigns agents to each phase |
101
- | "Send a WhatsApp to the team: launching Friday" | Sends through your connected WhatsApp. No API needed. Uses your actual WhatsApp number |
102
- | "What should I focus on this week?" | Analyzes your growth stage, current work balance, goal velocity, and team capacity. Gives specific, actionable recommendations |
103
-
104
- ### Your agents learn and improve
105
-
106
- ohwow agents aren't stateless. They remember what worked and what didn't:
107
-
108
- - After the Content Writer produces 50 blog posts, it knows your brand voice, preferred structure, and which topics get approved immediately vs revised
109
- - After the Sales Agent sends 200 outreach messages, it knows which opening lines get responses and which get ignored
110
- - After the Researcher completes 30 deep dives, it knows which sources you trust and how detailed you want the analysis
5
+ ## What it is
111
6
 
112
- This isn't "fine-tuning." It's persistent memory, skill synthesis, and pattern mining that builds real expertise over time. Each agent develops its own character: some become meticulous researchers, others become fast-moving closers.
7
+ Ohwow orchestrates an AI agents workforce around your actual goals. It runs as a daemon on your machine and stays local by default. Your data and business logic live on your hardware. Cloud sync and a web dashboard are available but optional.
113
8
 
114
- ### It knows your business stage
9
+ Out of the box it handles browser automation, voice, outreach across X, WhatsApp, Telegram, and Threads, video generation, and document processing. Multiple businesses run in parallel, each with their own agents, database, and schedule.
115
10
 
116
- A startup just launching needs different work than an established company scaling. ohwow knows the difference:
117
-
118
- | Growth Stage | Revenue | What ohwow prioritizes |
119
- |---|---|---|
120
- | **Launch** | $0-$1K | Selling. Not building more features. Not researching competitors. Getting first customers |
121
- | **Attract** | $1K-$10K | Lead flow. Content that brings people in. One channel, mastered |
122
- | **Systemize** | $10K-$25K | Automating what works. SOPs. Reducing founder dependency |
123
- | **Focus** | $25K-$50K | Cutting the bottom 20%. Serving ideal customers. Unit economics |
124
- | **Expand** | $50K-$100K | Second product or market. Validated before scaled |
125
- | **Structure** | $250K-$500K | Delegation. The founder stops doing execution work |
126
-
127
- When you ask "what should I focus on?", the answer comes from practical wisdom about your specific stage, not generic advice.
128
-
129
- ### It respects that you're human
130
-
131
- Most productivity tools treat you like a machine that processes tasks. ohwow doesn't.
132
-
133
- - **It learns your rhythm.** Morning person? Complex approvals arrive at 9am. Afternoon slump? Only quick tasks surface after 2pm.
134
- - **It detects overload.** When you have too many open decisions, it stops adding work and starts batching, prioritizing, and filtering.
135
- - **It respects boundaries.** If you always stop responding at 6pm, ohwow stops notifying. No setting required. It learns by watching.
136
- - **It suggests rest.** After a week of sprinting, it shifts work toward reflective tasks and away from high-pressure action items.
11
+ It also watches for better AI models, tests them against your real tasks, and upgrades itself automatically.
137
12
 
138
13
  ---
139
14
 
140
- ## Real scenarios
141
-
142
- ### For a solo e-commerce founder
143
-
144
- You sell handmade candles on Shopify. You spend 3 hours a day on customer emails, social media, and supplier follow-ups.
145
-
146
- With ohwow: the Support Agent handles customer questions via WhatsApp (you approve the first few, then trust builds and it handles most autonomously). The Content Writer creates daily Instagram captions and weekly blog posts about your craft. The Sales Agent follows up with wholesale leads from your last trade show. You focus on making candles.
147
-
148
- ### For a SaaS founder with a small team
149
-
150
- You and 2 engineers are building a developer tool. Marketing, support, and sales fall on you.
151
-
152
- With ohwow: agents handle lead outreach, support ticket triage, competitive research, and content creation. The system knows you're at stage 2 (Attract) and pushes outreach over feature building. When a lead responds on WhatsApp, the Sales Agent drafts a response referencing their specific use case from your CRM. Your team reviews agent output in the dashboard. Trust builds per domain: the Content Writer runs autonomously, the Sales Agent still needs approval for pricing discussions.
153
-
154
- ### For an agency managing multiple clients
155
-
156
- You run a marketing agency with 10 clients. Each needs weekly reports, social posts, and campaign analysis.
157
-
158
- With ohwow: each client gets dedicated agents. The Researcher pulls analytics. The Content Writer drafts social posts in each client's brand voice. The Reporter compiles weekly performance reports. Agents learn each client's preferences separately. Desktop automation exports graphics from Canva, screenshots from analytics dashboards. Multi-device mesh lets your office Mac Mini run overnight while you review results on your MacBook in the morning.
15
+ ## How it thinks
159
16
 
160
- ### For a privacy-focused business
17
+ Most AI agents forget everything between sessions. ohwow keeps context: what you've done, what worked, what your goals are, and what your standards are. Agents build on that over time instead of starting from scratch every time.
161
18
 
162
- You handle sensitive customer data and can't use cloud AI platforms.
19
+ The system is built in layers. The brain layer handles reasoning and prediction. The body layer covers everything it can interact with: browser, desktop, voice, messaging. The work layer keeps agents focused on what actually matters at your current stage. The soul layer holds values and identity so agents behave consistently even when you're not watching.
163
20
 
164
- With ohwow: everything runs locally with Ollama. No data leaves your machine. No API calls to external LLMs if you don't want them. Local SQLite database. Local model inference. WhatsApp messages stay on your device. You get full AI automation with zero cloud dependency.
21
+ All of it runs locally. The system doesn't learn who you are from your API usage. It learns from working with you directly.
165
22
 
166
23
  ---
167
24
 
168
- ## Features
25
+ ## Eternal Systems
169
26
 
170
- | Category | What you get |
171
- |---|---|
172
- | **AI Agents** | 48 pre-built agents across 6 business types. Persistent memory. Tool mastery. Real expertise over time |
173
- | **Orchestrator** | 150+ tools. Natural language interface. Growth-stage-aware recommendations |
174
- | **Desktop Control** | Full macOS automation: mouse, keyboard, screen capture. Your agents operate any app on your computer |
175
- | **Messaging** | WhatsApp + Telegram built in. Uses your real number. Auto-routing to the right agent |
176
- | **Browser** | Local Chromium automation: navigate, click, fill forms, screenshot, extract data |
177
- | **CRM** | Contacts, pipeline, events, analytics. All stored locally. Agents use it to personalize outreach |
178
- | **Scheduling** | Cron schedules + smart timing based on opportunity detection |
179
- | **Workflows** | Multi-step automation graphs. Parallel execution. Conditions and branching |
180
- | **Multi-device** | Zero-config mesh across your machines. Tasks route to the best device. Self-healing if one goes down |
181
- | **Physical I/O** | Connect Arduino, ESP32, sensors, actuators. Your office becomes smart |
182
- | **MCP** | External tool integration via Model Context Protocol |
183
- | **A2A** | Agent-to-Agent protocol for connecting with other AI systems |
184
- | **Cognitive Architecture** | 7-layer philosophical system powering everything under the hood |
27
+ Most AI tools assume you're always there to supervise. ohwow is built for the opposite.
185
28
 
186
- ## Use with Claude Code
29
+ You configure a values document and an inactivity protocol. If you go silent for too long, the system shifts to conservative mode: autonomous work pauses and a trustee gets notified. Go longer and it moves to estate mode, where designated people take over.
187
30
 
188
- ohwow works as a Claude Code plugin. 25 tools become available in your Claude conversations.
31
+ You also set an escalation map: what the system can decide on its own, what needs your approval, and what requires a trustee sign-off. Routine work runs without interruption. Bigger decisions wait.
189
32
 
190
33
  ```bash
191
- claude plugin install ohwow-fun/ohwow
34
+ ohwow eternal init
192
35
  ```
193
36
 
194
- Or add to any project's `.mcp.json`:
37
+ Intelligence doesn't usually transfer with wealth. ohwow is an attempt to change that.
195
38
 
196
- ```json
197
- {
198
- "mcpServers": {
199
- "ohwow": {
200
- "command": "npx",
201
- "args": ["-y", "ohwow", "mcp-server"]
202
- }
203
- }
204
- }
205
- ```
206
-
207
- **Example**: "Research the top 5 competitors in our space, add the findings to the knowledge base, then create a contact for each CEO." Claude uses ohwow's research, knowledge, and CRM tools seamlessly.
208
-
209
- ### Use Claude Code as Your AI Provider
210
-
211
- If you have Claude Code installed and authenticated, ohwow can use it as the AI backend for all agent tasks. No API key needed.
212
-
213
- ```bash
214
- # Via environment variable
215
- OHWOW_MODEL_SOURCE=claude-code npx ohwow
216
-
217
- # Or press Ctrl+O in the dashboard and select "Claude Code"
218
- ```
219
-
220
- This routes all model calls through `claude --print`, using your existing Claude subscription. Two modes work together:
221
-
222
- - **Provider mode** (`modelSource: claude-code`): single-turn completions for orchestrator chat, memory extraction, planning
223
- - **Full delegation** (`modelSource: claude-code-cli`): entire tasks delegated to Claude Code with its own tool loop
224
-
225
- ## If You Already Use AI Agents
226
-
227
- You probably already have an AI assistant with memory, tool use, and web browsing. ChatGPT remembers things about you. Claude Code edits your files. Gemini searches the web. They're good. So why would you also want ohwow?
228
-
229
- Because there's a gap between "AI that can answer questions and use tools" and "AI that actually runs part of your business." That gap is what ohwow fills.
230
-
231
- **Your agent's memory is rented.** ChatGPT's memory lives on OpenAI's servers. Claude's lives on Anthropic's. If you switch providers, cancel a subscription, or the service changes its terms, your agent's learned context disappears. ohwow stores everything in SQLite on your machine. Your agent's memory, skills, identity, and full task history belong to you. Back it up, fork it, migrate it. No vendor can take it away.
232
-
233
- **Your agent is locked to one provider.** A Custom GPT only runs on OpenAI. A Claude project only runs on Anthropic. ohwow's model router runs any model from any provider through the same persistent body. Use Llama locally for simple tasks, Claude for complex reasoning, GPT for specific workflows. Switch models without losing a single memory, skill, or learned pattern. Your agent's intelligence accumulates regardless of which brain is powering it today.
234
-
235
- **Your agent doesn't learn from its own work.** ChatGPT remembers facts you tell it. ohwow agents learn from execution. After 200 outreach messages, the Sales Agent knows which opening lines get responses. After 50 support tickets, the Support Agent knows which issues it can resolve alone. This isn't prompt engineering. It's skill synthesis from real outcomes: Thompson sampling routes tasks to the agent most likely to succeed, strategic principles emerge from patterns in what worked, and practice sessions let agents rehearse before doing.
236
-
237
- **Your agent doesn't self-regulate.** When a tool starts failing silently, your current agent doesn't notice. ohwow runs homeostatic control loops that detect drift in error rates, throughput, and cognitive load, then trigger corrective action automatically. An immune system learns threat signatures and escalates alert levels. Somatic markers tag tool outcomes with emotional valence, so the agent develops intuition: not just "this failed once" but "this approach in this context feels wrong."
238
-
239
- **Your agent waits to be asked.** It doesn't notice that your lead pipeline is drying up, or that a task it completed yesterday created a follow-up opportunity, or that Tuesday mornings are when you're sharpest for strategic decisions. ohwow's BIOS layer learns your circadian rhythm from activity patterns, estimates cognitive load in real time, and uses that to act at the right moment. It surfaces the competitive analysis when you're sharp enough to make decisions on it. It notices a lead went cold and drafts a follow-up before you think to ask. It detects that you've been sprinting all week and shifts toward reflective work. The goal isn't fewer interruptions. It's an agent that reads the room and moves first.
240
-
241
- **Your agent works alone.** ohwow agents coordinate. A multi-device mesh shares discoveries across your machines with zero configuration. When one device learns something, every peer knows. Tasks route to the best device. If one goes offline, another picks up. Agents delegate to each other via the A2A protocol, with trust earned per domain, not granted all at once.
242
-
243
- None of this replaces your existing AI tools. It gives them a persistent, self-improving, provider-independent body that's yours to keep.
244
-
245
- ```bash
246
- npm install ohwow -g && ohwow
247
- ```
248
-
249
- ## Desktop Control
250
-
251
- Your agents aren't trapped in a chat window. They operate your computer.
252
-
253
- ```
254
- You: "Fill out the Q1 expense report in Google Sheets using last month's receipts folder"
255
-
256
- ohwow:
257
- 1. Opens Finder, navigates to receipts
258
- 2. Opens Google Sheets in Chrome
259
- 3. Reads each receipt, types amounts into the right cells
260
- 4. Double-checks totals
261
- 5. Done. You were making coffee the whole time.
262
- ```
263
-
264
- The agent takes a screenshot, analyzes it with a vision model, decides the next action, executes it, then screenshots again to see the result. This perception/reasoning/action loop repeats until the task is done.
265
-
266
- **Safety first.** Desktop control requires explicit permission. Emergency stop halts everything instantly. Dangerous actions (Terminal, system settings) trigger additional approval.
267
-
268
- ## Multi-device Mesh
269
-
270
- ```
271
- Mac Mini (home office) MacBook (on the go) Raspberry Pi (warehouse)
272
- ┌────────────────┐ ┌────────────────┐ ┌────────────────┐
273
- │ WhatsApp Agent │◄─mesh──►│ Research Agent │◄─mesh──►│ Temp Sensor │
274
- │ Desktop Tasks │ │ Browser Auto │ │ Motion Detect │
275
- │ Overnight Work │ │ Mobile Review │ │ Inventory Scan │
276
- └────────────────┘ └────────────────┘ └────────────────┘
277
- ```
278
-
279
- Zero configuration. Devices discover each other on your network. Tasks go to the best device for the job. If your Mac Mini discovers that a lead's website is down, your MacBook knows instantly. If one device goes offline, another takes over its responsibilities.
280
-
281
- ## Why ohwow?
282
-
283
- | | Zapier | n8n | Make | **ohwow** |
284
- |---|---|---|---|---|
285
- | Runs on your machine | No | Self-host option | No | **Yes, always** |
286
- | Desktop control | No | No | No | **Yes, with safety guards** |
287
- | AI agents with real memory | No | Partial | No | **Yes, agents build expertise** |
288
- | Cost to start | $20+/mo | Free (self-host) | $10+/mo | **$0 with Ollama** |
289
- | Pre-built business agents | No | No | No | **48 agents, 6 business types** |
290
- | WhatsApp + Telegram | Plugin | Plugin | Plugin | **Built in** |
291
- | CRM + contacts | No | No | No | **Built in** |
292
- | Multi-device mesh | No | No | No | **Zero-config** |
293
- | Knows your growth stage | No | No | No | **Yes, adapts priorities** |
294
- | Respects your energy/stress | No | No | No | **Yes, bio-aware** |
295
- | Your data stays local | No | Optional | No | **Always** |
296
-
297
- ## Cloud (optional)
298
-
299
- Connect to [ohwow.fun](https://ohwow.fun) for cloud features on top of the free local runtime:
300
-
301
- - **Phone dispatch**: assign tasks to your computer from your phone
302
- - **OAuth integrations**: Gmail, Slack, and more
303
- - **AI site generator**: with hosting and custom domains
304
- - **Fleet dashboard**: manage all your devices from one place
305
- - **Collective intelligence**: visualize what your agents have learned
306
- - **Work ontology dashboard**: eudaimonia score, growth stage guidance
307
-
308
- All local features work without cloud. See [pricing](https://ohwow.fun/pricing) for plans starting at $29/mo.
309
-
310
- ## Under the Hood
311
-
312
- For those who want to understand the architecture: ohwow is built on a seven-layer philosophical cognitive architecture. Each layer addresses a distinct dimension of intelligence, grounded in philosophy from Aristotle to modern cognitive science.
313
-
314
- ```
315
- Layer 7: BIOS — Respects human biology (energy, stress, boundaries)
316
- Layer 6: Symbiosis — Models human-AI collaboration (trust, handoffs, mutual learning)
317
- Layer 5: Soul — Tracks identity for agents and humans (values, blind spots, growth)
318
- Persona — Real-time behavioral profiling (circadian, load, communication style)
319
- Layer 4: Mesh — Distributed consciousness across devices (propagation, shared body, self-healing)
320
- Layer 3: Work — Purpose-driven execution (growth stage wisdom, work classification, flourishing)
321
- Layer 2: Body — Physical + digital embodiment (organs, nervous systems, affordances, PID controllers)
322
- Layer 1: Brain — Cognitive cycle: perceive → deliberate → act (prediction, reflection, dialectic)
323
- Layer 0: Runtime — Orchestrator, engine, 150+ tools, DB, API, scheduling, messaging
324
- ```
325
-
326
- 115+ modules. 28,000+ lines. Every philosophical concept is load-bearing architecture: remove any one and the system degrades measurably. See [ARCHITECTURE.md](./ARCHITECTURE.md) for the full technical breakdown.
327
-
328
- ## Self-hosting
329
-
330
- | Command | What it does |
331
- |---|---|
332
- | `ohwow` | Start the TUI (default) |
333
- | `ohwow --daemon` | Start daemon in foreground (for systemd/launchd/Docker) |
334
- | `ohwow stop` | Stop the daemon |
335
- | `ohwow status` | Check daemon status |
336
- | `ohwow logs` | Tail daemon logs |
39
+ ---
337
40
 
338
- Docker:
41
+ ## Get started
339
42
 
340
43
  ```bash
341
- docker run -d --name ohwow -p 7700:7700 -v ~/.ohwow:/root/.ohwow ohwow
44
+ npm install -g ohwow
45
+ ohwow start
342
46
  ```
343
47
 
344
- ## Requirements
345
-
346
- - Node.js 20+
347
- - [Ollama](https://ollama.com) for local models
348
- - Optional: Anthropic API key (for Claude models)
349
- - Optional: Playwright browsers (`npx playwright install chromium`) for browser automation
350
- - Optional: macOS Accessibility permission for desktop control
351
-
352
- ## Troubleshooting
353
-
354
- | Problem | Solution |
355
- |---------|----------|
356
- | `better-sqlite3` build fails | Install build tools: `xcode-select --install` (macOS), `sudo apt install build-essential python3` (Linux) |
357
- | Ollama not detected | Ensure Ollama is running (`ollama serve`) and accessible at `http://localhost:11434` |
358
- | Port 7700 in use | Set `OHWOW_PORT=7701` or any free port |
359
- | WhatsApp QR expired | Restart ohwow and scan the new QR within 60 seconds |
360
-
361
- ## Community
362
-
363
- - [Discord](https://discord.gg/WUGnGqceeY)
364
- - [Contributing](./CONTRIBUTING.md)
365
- - [Architecture](./ARCHITECTURE.md)
366
- - [Security](./SECURITY.md)
367
- - Email: ogsus@ohwow.fun
48
+ The onboarding wizard runs on first start and takes about five minutes. After that the process runs in the background and the terminal dashboard is available any time via `ohwow`.
368
49
 
369
- ## License
50
+ To contribute, read [CONTRIBUTING.md](./CONTRIBUTING.md) for setup, DCO requirements, and the PR process. Good starting points are tests for existing modules and bug fixes in `src/browser/`.
370
51
 
371
- [MIT](./LICENSE)
52
+ The cloud dashboard is at [ohwow.fun](https://ohwow.fun).