ohwow 0.2.0 → 0.3.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.
package/README.md CHANGED
@@ -6,112 +6,241 @@
6
6
  [![npm downloads](https://img.shields.io/npm/dm/ohwow)](https://www.npmjs.com/package/ohwow)
7
7
  [![Discord](https://img.shields.io/badge/Discord-join-5865F2)](https://discord.gg/WUGnGqceeY)
8
8
 
9
- **Your AI team that runs on your laptop. Agents that learn, message customers, browse the web, and control your desktop. Costs $0.**
9
+ **An AI team that runs on your laptop. Agents that learn your patterns, message your customers, automate your operations, and actually understand what your business needs right now. Free. Open source. Your data stays on your machine.**
10
10
 
11
11
  <p align="center">
12
12
  <img src="docs/demo.gif" alt="ohwow demo" width="800">
13
13
  </p>
14
14
 
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
15
  ```bash
20
16
  npm install ohwow -g
21
17
  ohwow
22
18
  ```
23
19
 
24
- A setup wizard walks you through connecting to [Ollama](https://ollama.com), picking a model, and selecting agents for your business type. Running in under 5 minutes.
20
+ 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
21
 
26
- <p align="center">
27
- <img src="docs/onboarding.gif" alt="ohwow onboarding" width="800">
28
- </p>
22
+ ---
23
+
24
+ ## What a day looks like with ohwow
25
+
26
+ **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 (a customer contract with unusual terms). 2 leads replied to yesterday's outreach. Your Sales Agent's follow-up is queued for 9am."
27
+
28
+ **8:00 AM** — You say: "What should I focus on today?" ohwow knows you're at growth stage 2 (Attract). It responds: "You're over-indexing on content creation this week. Your growth stage needs more outreach. Your Sales Agent has 3 warm leads that haven't been contacted. Want me to draft follow-ups?"
29
+
30
+ **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.
31
+
32
+ **10:30 AM** — You're deep in product work. A customer emails with a support question. ohwow detects it, 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.
29
33
 
30
- ## Talk to it like a person
34
+ **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 that just completed, knowing you'll evaluate it better in the morning. Instead, it surfaces a simple approval that takes 10 seconds.
31
35
 
32
- The orchestrator is a conversational assistant with 150+ tools. Open the Chat tab and speak naturally:
36
+ **4:00 PM** A lead responds positively on WhatsApp. ohwow's Sales Agent wants to send a pricing proposal. It could auto-send (it's earned that trust after 47 successful outreach 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 proposal. Approve?"
37
+
38
+ **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 you asked for this morning. Results will be waiting when you open up tomorrow.
39
+
40
+ **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.
41
+
42
+ ---
43
+
44
+ ## How it actually works
45
+
46
+ ### Talk to it like a person
47
+
48
+ The orchestrator understands natural language with 150+ tools behind it:
33
49
 
34
50
  | What you say | What happens |
35
51
  |---|---|
36
- | "Run the content writer on this week's blog post" | Dispatches a task to that agent immediately |
37
- | "What failed today?" | Lists recent failed tasks with details |
38
- | "Schedule outreach every weekday at 9am" | Creates a cron schedule for the agent |
39
- | "Send a WhatsApp to the team: launching Friday" | Sends the message through your connected WhatsApp |
40
- | "Open Figma and export the hero banner as PNG" | Takes over your desktop, opens the app, clicks through menus, saves the file |
41
- | "Plan out researching 5 new leads this week" | Creates a multi-step plan with agent assignments, waits for your approval |
42
- | "Show me the business pulse" | Returns task stats, contact pipeline, costs, and streaks |
43
- | "Create a project for the website redesign" | Creates a project with a Kanban board |
52
+ | "Follow up with everyone who opened my last email" | Finds contacts with email opens, drafts personalized follow-ups, sends via WhatsApp or email |
53
+ | "Research our top 5 competitors and create a comparison" | Launches the Research Agent with deep web search, compiles findings into a structured report |
54
+ | "Schedule outreach every weekday at 9am" | Creates a recurring schedule. The agent picks leads from your CRM, personalizes messages, and sends them on time |
55
+ | "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 |
56
+ | "How's the business doing?" | Shows your eudaimonia score (workspace flourishing), task stats, lead pipeline, agent efficiency, and growth stage guidance |
57
+ | "Create a project for the website redesign" | Creates a Kanban board, suggests task breakdown, assigns agents to each phase |
58
+ | "Send a WhatsApp to the team: launching Friday" | Sends through your connected WhatsApp. No API needed. Uses your actual WhatsApp number |
59
+ | "What should I focus on this week?" | Analyzes your growth stage, current work balance, goal velocity, and team capacity. Gives specific, actionable recommendations |
60
+
61
+ ### Your agents learn and improve
62
+
63
+ ohwow agents aren't stateless. They remember what worked and what didn't:
64
+
65
+ - After the Content Writer produces 50 blog posts, it knows your brand voice, preferred structure, and which topics get approved immediately vs revised
66
+ - After the Sales Agent sends 200 outreach messages, it knows which opening lines get responses and which get ignored
67
+ - After the Researcher completes 30 deep dives, it knows which sources you trust and how detailed you want the analysis
68
+
69
+ 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.
70
+
71
+ ### It knows your business stage
72
+
73
+ A startup just launching needs different work than an established company scaling. ohwow knows the difference:
74
+
75
+ | Growth Stage | Revenue | What ohwow prioritizes |
76
+ |---|---|---|
77
+ | **Launch** | $0-$1K | Selling. Not building more features. Not researching competitors. Getting first customers |
78
+ | **Attract** | $1K-$10K | Lead flow. Content that brings people in. One channel, mastered |
79
+ | **Systemize** | $10K-$25K | Automating what works. SOPs. Reducing founder dependency |
80
+ | **Focus** | $25K-$50K | Cutting the bottom 20%. Serving ideal customers. Unit economics |
81
+ | **Expand** | $50K-$100K | Second product or market. Validated before scaled |
82
+ | **Structure** | $250K-$500K | Delegation. The founder stops doing execution work |
83
+
84
+ When you ask "what should I focus on?", the answer comes from practical wisdom about your specific stage, not generic advice.
85
+
86
+ ### It respects that you're human
87
+
88
+ Most productivity tools treat you like a machine that processes tasks. ohwow doesn't.
89
+
90
+ - **It learns your rhythm.** Morning person? Complex approvals arrive at 9am. Afternoon slump? Only quick tasks surface after 2pm.
91
+ - **It detects overload.** When you have too many open decisions, it stops adding work and starts batching, prioritizing, and filtering.
92
+ - **It respects boundaries.** If you always stop responding at 6pm, ohwow stops notifying. No setting required. It learns by watching.
93
+ - **It suggests rest.** After a week of sprinting, it shifts work toward reflective tasks and away from high-pressure action items.
94
+
95
+ ---
96
+
97
+ ## Real scenarios
98
+
99
+ ### For a solo e-commerce founder
100
+
101
+ You sell handmade candles on Shopify. You spend 3 hours a day on customer emails, social media, and supplier follow-ups.
102
+
103
+ 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.
104
+
105
+ ### For a SaaS founder with a small team
106
+
107
+ You and 2 engineers are building a developer tool. Marketing, support, and sales fall on you.
108
+
109
+ 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.
110
+
111
+ ### For an agency managing multiple clients
112
+
113
+ You run a marketing agency with 10 clients. Each needs weekly reports, social posts, and campaign analysis.
114
+
115
+ 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.
116
+
117
+ ### For a privacy-focused business
118
+
119
+ You handle sensitive customer data and can't use cloud AI platforms.
120
+
121
+ 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.
122
+
123
+ ---
44
124
 
45
125
  ## Features
46
126
 
47
127
  | Category | What you get |
48
128
  |---|---|
49
- | AI Agents | 48 pre-built agents across 6 business types, persistent memory, RAG retrieval |
50
- | Orchestrator | 150+ tools, natural language chat interface for everything |
51
- | Desktop Control | Full macOS desktop automation: mouse, keyboard, screen capture. Your agents operate any app on your computer. (macOS only) |
52
- | Messaging | WhatsApp + Telegram built in, auto-routing to agents |
53
- | Browser | Local Chromium automation (navigate, click, fill, screenshot, extract) |
54
- | Voice | Local STT/TTS (Whisper, Piper) with cloud fallbacks |
55
- | CRM | Contacts, pipeline, events, analytics, all stored locally |
56
- | Scheduling | Cron schedules + proactive nudge engine every 30 minutes |
57
- | Workflows | DAG-based multi-agent execution graphs with conditions |
58
- | Multidevice | Zero-config mDNS mesh, automatic task routing across machines |
59
- | MCP | External tool integration via Model Context Protocol |
60
- | A2A | Google Agent-to-Agent protocol over JSON-RPC 2.0 |
61
- | Sandbox | Isolated JavaScript execution (no fs/net/process access) |
129
+ | **AI Agents** | 48 pre-built agents across 6 business types. Persistent memory. Tool mastery. Real expertise over time |
130
+ | **Orchestrator** | 150+ tools. Natural language interface. Growth-stage-aware recommendations |
131
+ | **Desktop Control** | Full macOS automation: mouse, keyboard, screen capture. Your agents operate any app on your computer |
132
+ | **Messaging** | WhatsApp + Telegram built in. Uses your real number. Auto-routing to the right agent |
133
+ | **Browser** | Local Chromium automation: navigate, click, fill forms, screenshot, extract data |
134
+ | **CRM** | Contacts, pipeline, events, analytics. All stored locally. Agents use it to personalize outreach |
135
+ | **Scheduling** | Cron schedules + smart timing based on opportunity detection |
136
+ | **Workflows** | Multi-step automation graphs. Parallel execution. Conditions and branching |
137
+ | **Multi-device** | Zero-config mesh across your machines. Tasks route to the best device. Self-healing if one goes down |
138
+ | **Physical I/O** | Connect Arduino, ESP32, sensors, actuators. Your office becomes smart |
139
+ | **MCP** | External tool integration via Model Context Protocol |
140
+ | **A2A** | Agent-to-Agent protocol for connecting with other AI systems |
141
+ | **Cognitive Architecture** | 7-layer philosophical system powering everything under the hood |
142
+
143
+ ## Use with Claude Code
144
+
145
+ ohwow works as a Claude Code plugin. 25 tools become available in your Claude conversations.
62
146
 
63
- ## Desktop Control
147
+ ```bash
148
+ claude plugin install ohwow-fun/ohwow
149
+ ```
150
+
151
+ Or add to any project's `.mcp.json`:
152
+
153
+ ```json
154
+ {
155
+ "mcpServers": {
156
+ "ohwow": {
157
+ "command": "npx",
158
+ "args": ["-y", "ohwow", "mcp-server"]
159
+ }
160
+ }
161
+ }
162
+ ```
64
163
 
65
- Your agents aren't trapped inside a chat window. They can use your computer.
164
+ **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
165
 
67
- ohwow agents see your screen, move the mouse, type on the keyboard, and operate any macOS app. Not through brittle scripts or accessibility hacks. They look at what's on screen, reason about what to do next, and act. The same way you would, but without getting distracted.
166
+ ## Desktop Control
68
167
 
69
- **How it works:** the agent takes a screenshot, analyzes it with a vision model, decides the next action (click, type, scroll, key press), executes it, then takes another screenshot to see the result. This perception/reasoning/action loop repeats until the task is done.
168
+ Your agents aren't trapped in a chat window. They operate your computer.
70
169
 
71
170
  ```
72
171
  You: "Fill out the Q1 expense report in Google Sheets using last month's receipts folder"
73
172
 
74
173
  ohwow:
75
- 1. Opens Finder, navigates to the receipts folder
174
+ 1. Opens Finder, navigates to receipts
76
175
  2. Opens Google Sheets in Chrome
77
- 3. Reads each receipt, types the amounts into the right cells
176
+ 3. Reads each receipt, types amounts into the right cells
78
177
  4. Double-checks totals
79
178
  5. Done. You were making coffee the whole time.
80
179
  ```
81
180
 
82
- **Safety first.** Desktop control requires your explicit permission before activating. You can stop the agent at any point. Dangerous actions (typing in Terminal, changing system settings) trigger additional approval. An emergency stop halts everything instantly.
181
+ 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
182
 
84
- **Works with Dispatch.** Connect to [ohwow.fun](https://ohwow.fun) and trigger desktop tasks from your phone. Start a task on the train, your MacBook at home does the work. Check progress from the dashboard.
183
+ **Safety first.** Desktop control requires explicit permission. Emergency stop halts everything instantly. Dangerous actions (Terminal, system settings) trigger additional approval.
85
184
 
86
- > Desktop control currently supports macOS only. All other features (agents, chat, browser automation, voice, CRM, scheduling, MCP) work on macOS, Linux, and Windows. See [Windows Setup Guide](docs/windows-setup.md) for details.
185
+ ## Multi-device Mesh
87
186
 
88
- ## Who is this for?
187
+ ```
188
+ Mac Mini (home office) MacBook (on the go) Raspberry Pi (warehouse)
189
+ ┌────────────────┐ ┌────────────────┐ ┌────────────────┐
190
+ │ WhatsApp Agent │◄─mesh──►│ Research Agent │◄─mesh──►│ Temp Sensor │
191
+ │ Desktop Tasks │ │ Browser Auto │ │ Motion Detect │
192
+ │ Overnight Work │ │ Mobile Review │ │ Inventory Scan │
193
+ └────────────────┘ └────────────────┘ └────────────────┘
194
+ ```
89
195
 
90
- - **Solo founders** automating marketing, outreach, and ops with zero budget
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
196
+ 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
197
 
97
198
  ## Why ohwow?
98
199
 
99
- | | Zapier | n8n | Make | OpenClaw | **ohwow** |
100
- |---|---|---|---|---|---|
101
- | Runs on your machine | No | Self-host option | No | Yes | **Yes, always** |
102
- | Desktop control | No | No | No | Yes | **Yes, with safety guards** |
103
- | AI agents with persistent memory | No | Yes (LangChain nodes) | No | Partial | **Yes, agents learn over time** |
104
- | Cost to start | $20+/mo | Free (self-host) | $10+/mo | Free | **$0 with Ollama** |
105
- | Pre-built business agents | No | No | No | No | **48 agents, 6 biz types** |
106
- | WhatsApp + Telegram | Plugin | Plugin | Plugin | No | **Built in** |
107
- | CRM + contacts | No | No | No | No | **Built in** |
108
- | Multi-device mesh | No | No | No | No | **Zero-config** |
109
- | Browser automation | No | Partial | No | Yes | **Built in (Chromium)** |
110
- | Workflow DAGs | Yes | Yes | Yes | No | **Yes, with conditions + parallel** |
111
- | Phone dispatch | No | No | No | No | **Yes, via ohwow.fun** |
112
- | Your data stays local | No | Optional | No | Yes | **Always** |
113
-
114
- > Comparison as of March 2026. We love what OpenClaw, n8n, and others are building. ohwow focuses on a different problem: a complete AI business runtime, not just a single agent or workflow tool.
200
+ | | Zapier | n8n | Make | **ohwow** |
201
+ |---|---|---|---|---|
202
+ | Runs on your machine | No | Self-host option | No | **Yes, always** |
203
+ | Desktop control | No | No | No | **Yes, with safety guards** |
204
+ | AI agents with real memory | No | Partial | No | **Yes, agents build expertise** |
205
+ | Cost to start | $20+/mo | Free (self-host) | $10+/mo | **$0 with Ollama** |
206
+ | Pre-built business agents | No | No | No | **48 agents, 6 business types** |
207
+ | WhatsApp + Telegram | Plugin | Plugin | Plugin | **Built in** |
208
+ | CRM + contacts | No | No | No | **Built in** |
209
+ | Multi-device mesh | No | No | No | **Zero-config** |
210
+ | Knows your growth stage | No | No | No | **Yes, adapts priorities** |
211
+ | Respects your energy/stress | No | No | No | **Yes, bio-aware** |
212
+ | Your data stays local | No | Optional | No | **Always** |
213
+
214
+ ## Cloud (optional)
215
+
216
+ Connect to [ohwow.fun](https://ohwow.fun) for cloud features on top of the free local runtime:
217
+
218
+ - **Phone dispatch**: assign tasks to your computer from your phone
219
+ - **OAuth integrations**: Gmail, Slack, and more
220
+ - **AI site generator**: with hosting and custom domains
221
+ - **Fleet dashboard**: manage all your devices from one place
222
+ - **Collective intelligence**: visualize what your agents have learned
223
+ - **Work ontology dashboard**: eudaimonia score, growth stage guidance
224
+
225
+ All local features work without cloud. See [pricing](https://ohwow.fun/pricing) for plans starting at $29/mo.
226
+
227
+ ## Under the Hood
228
+
229
+ 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.
230
+
231
+ ```
232
+ Layer 7: BIOS — Respects human biology (energy, stress, boundaries)
233
+ Layer 6: Symbiosis — Models human-AI collaboration (trust, handoffs, mutual learning)
234
+ Layer 5: Soul — Tracks identity for agents and humans (values, blind spots, growth)
235
+ Persona — Real-time behavioral profiling (circadian, load, communication style)
236
+ Layer 4: Mesh — Distributed consciousness across devices (propagation, shared body, self-healing)
237
+ Layer 3: Work — Purpose-driven execution (growth stage wisdom, work classification, flourishing)
238
+ Layer 2: Body — Physical + digital embodiment (organs, nervous systems, affordances, PID controllers)
239
+ Layer 1: Brain — Cognitive cycle: perceive → deliberate → act (prediction, reflection, dialectic)
240
+ Layer 0: Runtime — Orchestrator, engine, 150+ tools, DB, API, scheduling, messaging
241
+ ```
242
+
243
+ 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
244
 
116
245
  ## Self-hosting
117
246
 
@@ -120,11 +249,8 @@ ohwow:
120
249
  | `ohwow` | Start the TUI (default) |
121
250
  | `ohwow --daemon` | Start daemon in foreground (for systemd/launchd/Docker) |
122
251
  | `ohwow stop` | Stop the daemon |
123
- | `ohwow status` | Check daemon status (PID and port) |
252
+ | `ohwow status` | Check daemon status |
124
253
  | `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
254
 
129
255
  Docker:
130
256
 
@@ -132,37 +258,22 @@ Docker:
132
258
  docker run -d --name ohwow -p 7700:7700 -v ~/.ohwow:/root/.ohwow ohwow
133
259
  ```
134
260
 
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
261
  ## Requirements
149
262
 
150
263
  - Node.js 20+
151
264
  - [Ollama](https://ollama.com) for local models
152
265
  - Optional: Anthropic API key (for Claude models)
153
266
  - Optional: Playwright browsers (`npx playwright install chromium`) for browser automation
154
- - Optional: macOS Accessibility permission for desktop control (macOS only)
155
- - Optional: Visual Studio C++ Build Tools on Windows for `better-sqlite3` native module
267
+ - Optional: macOS Accessibility permission for desktop control
156
268
 
157
269
  ## Troubleshooting
158
270
 
159
271
  | Problem | Solution |
160
272
  |---------|----------|
161
- | `better-sqlite3` build fails | Install build tools: `xcode-select --install` (macOS), `sudo apt install build-essential python3` (Linux), or Visual Studio C++ Build Tools (Windows) |
273
+ | `better-sqlite3` build fails | Install build tools: `xcode-select --install` (macOS), `sudo apt install build-essential python3` (Linux) |
162
274
  | Ollama not detected | Ensure Ollama is running (`ollama serve`) and accessible at `http://localhost:11434` |
163
275
  | Port 7700 in use | Set `OHWOW_PORT=7701` or any free port |
164
276
  | 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
277
 
167
278
  ## Community
168
279
 
@@ -170,7 +281,6 @@ All local features work without cloud. See [pricing](https://ohwow.fun/pricing)
170
281
  - [Contributing](./CONTRIBUTING.md)
171
282
  - [Architecture](./ARCHITECTURE.md)
172
283
  - [Security](./SECURITY.md)
173
- - [Governance](./GOVERNANCE.md)
174
284
  - Email: ogsus@ohwow.fun
175
285
 
176
286
  ## License