ohwow 0.2.0 → 0.4.3
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.
- package/README.md +239 -86
- package/dist/index.js +1064 -692
- package/dist/mcp-server/index.js +64 -10
- package/dist/migrations/057-persona-soul.sql +20 -0
- package/dist/migrations/058-turboquant-stats.sql +11 -0
- package/dist/migrations/059-claude-code-sessions.sql +18 -0
- package/dist/migrations/060-consciousness-items.sql +25 -0
- package/dist/migrations/061-affect-system.sql +28 -0
- package/dist/migrations/062-endocrine-system.sql +10 -0
- package/dist/migrations/063-homeostasis.sql +24 -0
- package/dist/migrations/064-oneiros.sql +25 -0
- package/dist/migrations/065-immune-system.sql +39 -0
- package/dist/migrations/066-narrative.sql +29 -0
- package/dist/migrations/067-ethos.sql +27 -0
- package/dist/migrations/068-hexis.sql +29 -0
- package/dist/web/assets/index-CzPQPzpE.js +100 -0
- package/dist/web/assets/index-D_dz8KjO.css +1 -0
- package/dist/web/index.html +2 -2
- package/package.json +6 -1
- package/dist/web/assets/index-1Wga6dwZ.css +0 -1
- package/dist/web/assets/index-BHeLTE3N.js +0 -100
package/README.md
CHANGED
|
@@ -6,112 +6,284 @@
|
|
|
6
6
|
[](https://www.npmjs.com/package/ohwow)
|
|
7
7
|
[](https://discord.gg/WUGnGqceeY)
|
|
8
8
|
|
|
9
|
-
**
|
|
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.**
|
|
10
12
|
|
|
11
13
|
<p align="center">
|
|
12
14
|
<img src="docs/demo.gif" alt="ohwow demo" width="800">
|
|
13
15
|
</p>
|
|
14
16
|
|
|
15
|
-
ohwow is an open source AI business operating system. A team of AI agents that live on your laptop, handle your CRM, message your customers on WhatsApp, automate your workflows, browse the web, and now control your desktop. All running locally. All free. No cloud required.
|
|
16
|
-
|
|
17
|
-
## Quick Start
|
|
18
|
-
|
|
19
17
|
```bash
|
|
20
18
|
npm install ohwow -g
|
|
21
19
|
ohwow
|
|
22
20
|
```
|
|
23
21
|
|
|
24
|
-
A setup wizard
|
|
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.
|
|
25
23
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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
|
|
29
66
|
|
|
30
|
-
|
|
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.
|
|
31
68
|
|
|
32
|
-
|
|
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.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
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:
|
|
33
92
|
|
|
34
93
|
| What you say | What happens |
|
|
35
94
|
|---|---|
|
|
36
|
-
| "
|
|
37
|
-
| "
|
|
38
|
-
| "Schedule outreach every weekday at 9am" | Creates a
|
|
39
|
-
| "
|
|
40
|
-
| "
|
|
41
|
-
| "
|
|
42
|
-
| "
|
|
43
|
-
| "
|
|
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
|
|
111
|
+
|
|
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.
|
|
113
|
+
|
|
114
|
+
### It knows your business stage
|
|
115
|
+
|
|
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.
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
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.
|
|
159
|
+
|
|
160
|
+
### For a privacy-focused business
|
|
161
|
+
|
|
162
|
+
You handle sensitive customer data and can't use cloud AI platforms.
|
|
163
|
+
|
|
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.
|
|
165
|
+
|
|
166
|
+
---
|
|
44
167
|
|
|
45
168
|
## Features
|
|
46
169
|
|
|
47
170
|
| Category | What you get |
|
|
48
171
|
|---|---|
|
|
49
|
-
| AI Agents | 48 pre-built agents across 6 business types
|
|
50
|
-
| Orchestrator | 150+ tools
|
|
51
|
-
| Desktop Control | Full macOS
|
|
52
|
-
| Messaging | WhatsApp + Telegram built in
|
|
53
|
-
| Browser | Local Chromium automation
|
|
54
|
-
|
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
58
|
-
|
|
|
59
|
-
| MCP | External tool integration via Model Context Protocol |
|
|
60
|
-
| A2A |
|
|
61
|
-
|
|
|
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 |
|
|
185
|
+
|
|
186
|
+
## Use with Claude Code
|
|
187
|
+
|
|
188
|
+
ohwow works as a Claude Code plugin. 25 tools become available in your Claude conversations.
|
|
62
189
|
|
|
63
|
-
|
|
190
|
+
```bash
|
|
191
|
+
claude plugin install ohwow-fun/ohwow
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
Or add to any project's `.mcp.json`:
|
|
195
|
+
|
|
196
|
+
```json
|
|
197
|
+
{
|
|
198
|
+
"mcpServers": {
|
|
199
|
+
"ohwow": {
|
|
200
|
+
"command": "npx",
|
|
201
|
+
"args": ["-y", "ohwow", "mcp-server"]
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
```
|
|
64
206
|
|
|
65
|
-
|
|
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.
|
|
66
208
|
|
|
67
|
-
|
|
209
|
+
## Desktop Control
|
|
68
210
|
|
|
69
|
-
|
|
211
|
+
Your agents aren't trapped in a chat window. They operate your computer.
|
|
70
212
|
|
|
71
213
|
```
|
|
72
214
|
You: "Fill out the Q1 expense report in Google Sheets using last month's receipts folder"
|
|
73
215
|
|
|
74
216
|
ohwow:
|
|
75
|
-
1. Opens Finder, navigates to
|
|
217
|
+
1. Opens Finder, navigates to receipts
|
|
76
218
|
2. Opens Google Sheets in Chrome
|
|
77
|
-
3. Reads each receipt, types
|
|
219
|
+
3. Reads each receipt, types amounts into the right cells
|
|
78
220
|
4. Double-checks totals
|
|
79
221
|
5. Done. You were making coffee the whole time.
|
|
80
222
|
```
|
|
81
223
|
|
|
82
|
-
|
|
224
|
+
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.
|
|
83
225
|
|
|
84
|
-
**
|
|
226
|
+
**Safety first.** Desktop control requires explicit permission. Emergency stop halts everything instantly. Dangerous actions (Terminal, system settings) trigger additional approval.
|
|
85
227
|
|
|
86
|
-
|
|
228
|
+
## Multi-device Mesh
|
|
87
229
|
|
|
88
|
-
|
|
230
|
+
```
|
|
231
|
+
Mac Mini (home office) MacBook (on the go) Raspberry Pi (warehouse)
|
|
232
|
+
┌────────────────┐ ┌────────────────┐ ┌────────────────┐
|
|
233
|
+
│ WhatsApp Agent │◄─mesh──►│ Research Agent │◄─mesh──►│ Temp Sensor │
|
|
234
|
+
│ Desktop Tasks │ │ Browser Auto │ │ Motion Detect │
|
|
235
|
+
│ Overnight Work │ │ Mobile Review │ │ Inventory Scan │
|
|
236
|
+
└────────────────┘ └────────────────┘ └────────────────┘
|
|
237
|
+
```
|
|
89
238
|
|
|
90
|
-
|
|
91
|
-
- **Busy operators** who want an AI team that handles the repetitive screen work while they focus on growth
|
|
92
|
-
- **Small teams** that need agents coordinating across devices
|
|
93
|
-
- **Agencies** managing operations for multiple clients
|
|
94
|
-
- **Privacy-conscious businesses** that need AI automation without cloud lock-in
|
|
95
|
-
- **Developers** building custom agents with the orchestrator, MCP tools, and desktop control APIs
|
|
239
|
+
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.
|
|
96
240
|
|
|
97
241
|
## Why ohwow?
|
|
98
242
|
|
|
99
|
-
| | Zapier | n8n | Make |
|
|
100
|
-
|
|
101
|
-
| Runs on your machine | No | Self-host option | No |
|
|
102
|
-
| Desktop control | No | No | No |
|
|
103
|
-
| AI agents with
|
|
104
|
-
| Cost to start | $20+/mo | Free (self-host) | $10+/mo |
|
|
105
|
-
| Pre-built business agents | No | No | No |
|
|
106
|
-
| WhatsApp + Telegram | Plugin | Plugin | Plugin |
|
|
107
|
-
| CRM + contacts | No | No | No |
|
|
108
|
-
| Multi-device mesh | No | No | No |
|
|
109
|
-
|
|
|
110
|
-
|
|
|
111
|
-
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
243
|
+
| | Zapier | n8n | Make | **ohwow** |
|
|
244
|
+
|---|---|---|---|---|
|
|
245
|
+
| Runs on your machine | No | Self-host option | No | **Yes, always** |
|
|
246
|
+
| Desktop control | No | No | No | **Yes, with safety guards** |
|
|
247
|
+
| AI agents with real memory | No | Partial | No | **Yes, agents build expertise** |
|
|
248
|
+
| Cost to start | $20+/mo | Free (self-host) | $10+/mo | **$0 with Ollama** |
|
|
249
|
+
| Pre-built business agents | No | No | No | **48 agents, 6 business types** |
|
|
250
|
+
| WhatsApp + Telegram | Plugin | Plugin | Plugin | **Built in** |
|
|
251
|
+
| CRM + contacts | No | No | No | **Built in** |
|
|
252
|
+
| Multi-device mesh | No | No | No | **Zero-config** |
|
|
253
|
+
| Knows your growth stage | No | No | No | **Yes, adapts priorities** |
|
|
254
|
+
| Respects your energy/stress | No | No | No | **Yes, bio-aware** |
|
|
255
|
+
| Your data stays local | No | Optional | No | **Always** |
|
|
256
|
+
|
|
257
|
+
## Cloud (optional)
|
|
258
|
+
|
|
259
|
+
Connect to [ohwow.fun](https://ohwow.fun) for cloud features on top of the free local runtime:
|
|
260
|
+
|
|
261
|
+
- **Phone dispatch**: assign tasks to your computer from your phone
|
|
262
|
+
- **OAuth integrations**: Gmail, Slack, and more
|
|
263
|
+
- **AI site generator**: with hosting and custom domains
|
|
264
|
+
- **Fleet dashboard**: manage all your devices from one place
|
|
265
|
+
- **Collective intelligence**: visualize what your agents have learned
|
|
266
|
+
- **Work ontology dashboard**: eudaimonia score, growth stage guidance
|
|
267
|
+
|
|
268
|
+
All local features work without cloud. See [pricing](https://ohwow.fun/pricing) for plans starting at $29/mo.
|
|
269
|
+
|
|
270
|
+
## Under the Hood
|
|
271
|
+
|
|
272
|
+
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.
|
|
273
|
+
|
|
274
|
+
```
|
|
275
|
+
Layer 7: BIOS — Respects human biology (energy, stress, boundaries)
|
|
276
|
+
Layer 6: Symbiosis — Models human-AI collaboration (trust, handoffs, mutual learning)
|
|
277
|
+
Layer 5: Soul — Tracks identity for agents and humans (values, blind spots, growth)
|
|
278
|
+
Persona — Real-time behavioral profiling (circadian, load, communication style)
|
|
279
|
+
Layer 4: Mesh — Distributed consciousness across devices (propagation, shared body, self-healing)
|
|
280
|
+
Layer 3: Work — Purpose-driven execution (growth stage wisdom, work classification, flourishing)
|
|
281
|
+
Layer 2: Body — Physical + digital embodiment (organs, nervous systems, affordances, PID controllers)
|
|
282
|
+
Layer 1: Brain — Cognitive cycle: perceive → deliberate → act (prediction, reflection, dialectic)
|
|
283
|
+
Layer 0: Runtime — Orchestrator, engine, 150+ tools, DB, API, scheduling, messaging
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
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.
|
|
115
287
|
|
|
116
288
|
## Self-hosting
|
|
117
289
|
|
|
@@ -120,11 +292,8 @@ ohwow:
|
|
|
120
292
|
| `ohwow` | Start the TUI (default) |
|
|
121
293
|
| `ohwow --daemon` | Start daemon in foreground (for systemd/launchd/Docker) |
|
|
122
294
|
| `ohwow stop` | Stop the daemon |
|
|
123
|
-
| `ohwow status` | Check daemon status
|
|
295
|
+
| `ohwow status` | Check daemon status |
|
|
124
296
|
| `ohwow logs` | Tail daemon logs |
|
|
125
|
-
| `ohwow restart` | Restart the daemon |
|
|
126
|
-
|
|
127
|
-
The runtime serves a web UI at `http://localhost:7700`. Override the port with `OHWOW_PORT`.
|
|
128
297
|
|
|
129
298
|
Docker:
|
|
130
299
|
|
|
@@ -132,37 +301,22 @@ Docker:
|
|
|
132
301
|
docker run -d --name ohwow -p 7700:7700 -v ~/.ohwow:/root/.ohwow ohwow
|
|
133
302
|
```
|
|
134
303
|
|
|
135
|
-
## Cloud
|
|
136
|
-
|
|
137
|
-
Connect to [ohwow.fun](https://ohwow.fun) for cloud features on top of the free local runtime:
|
|
138
|
-
|
|
139
|
-
- **Desktop dispatch** from your phone. Assign tasks to your MacBook while you're out.
|
|
140
|
-
- **OAuth integrations** (Gmail, Slack, and more)
|
|
141
|
-
- **Cloud task dispatch** from the web dashboard or mobile
|
|
142
|
-
- **AI site generator** with hosting and custom domains
|
|
143
|
-
- **Webhook relay** for external services
|
|
144
|
-
- **Fleet management** across devices
|
|
145
|
-
|
|
146
|
-
All local features work without cloud. See [pricing](https://ohwow.fun/pricing) for plans starting at $29/mo.
|
|
147
|
-
|
|
148
304
|
## Requirements
|
|
149
305
|
|
|
150
306
|
- Node.js 20+
|
|
151
307
|
- [Ollama](https://ollama.com) for local models
|
|
152
308
|
- Optional: Anthropic API key (for Claude models)
|
|
153
309
|
- Optional: Playwright browsers (`npx playwright install chromium`) for browser automation
|
|
154
|
-
- Optional: macOS Accessibility permission for desktop control
|
|
155
|
-
- Optional: Visual Studio C++ Build Tools on Windows for `better-sqlite3` native module
|
|
310
|
+
- Optional: macOS Accessibility permission for desktop control
|
|
156
311
|
|
|
157
312
|
## Troubleshooting
|
|
158
313
|
|
|
159
314
|
| Problem | Solution |
|
|
160
315
|
|---------|----------|
|
|
161
|
-
| `better-sqlite3` build fails | Install build tools: `xcode-select --install` (macOS), `sudo apt install build-essential python3` (Linux)
|
|
316
|
+
| `better-sqlite3` build fails | Install build tools: `xcode-select --install` (macOS), `sudo apt install build-essential python3` (Linux) |
|
|
162
317
|
| Ollama not detected | Ensure Ollama is running (`ollama serve`) and accessible at `http://localhost:11434` |
|
|
163
318
|
| Port 7700 in use | Set `OHWOW_PORT=7701` or any free port |
|
|
164
319
|
| WhatsApp QR expired | Restart ohwow and scan the new QR within 60 seconds |
|
|
165
|
-
| `EACCES` on global install | Use `npm install ohwow -g --prefix ~/.npm-global` or fix npm permissions |
|
|
166
320
|
|
|
167
321
|
## Community
|
|
168
322
|
|
|
@@ -170,7 +324,6 @@ All local features work without cloud. See [pricing](https://ohwow.fun/pricing)
|
|
|
170
324
|
- [Contributing](./CONTRIBUTING.md)
|
|
171
325
|
- [Architecture](./ARCHITECTURE.md)
|
|
172
326
|
- [Security](./SECURITY.md)
|
|
173
|
-
- [Governance](./GOVERNANCE.md)
|
|
174
327
|
- Email: ogsus@ohwow.fun
|
|
175
328
|
|
|
176
329
|
## License
|