2026-02-15 17:20:14 -08:00
< p align = "center" >
2026-03-04 19:46:13 -08:00
< a href = "https://denchclaw.com" >
< img src = "assets/denchclaw-hero.png" alt = "DenchClaw — AI CRM, hosted locally on your Mac. Built on OpenClaw." width = "680" / >
< / a >
2026-02-15 17:20:14 -08:00
< / p >
2025-11-25 04:44:10 +01:00
2026-02-15 17:20:14 -08:00
< p align = "center" >
2026-03-04 19:46:13 -08:00
< a href = "https://www.npmjs.com/package/denchclaw" > < img src = "https://img.shields.io/npm/v/denchclaw?style=for-the-badge&color=000" alt = "npm version" > < / a >
< a href = "https://discord.gg/PDFXNVQj9n" > < img src = "https://img.shields.io/discord/1456350064065904867?label=Discord&logo=discord&logoColor=white&color=5865F2&style=for-the-badge" alt = "Discord" > < / a >
< a href = "LICENSE" > < img src = "https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt = "MIT License" > < / a >
2026-02-15 17:20:14 -08:00
< / p >
< p align = "center" >
2026-03-08 20:45:10 -07:00
< a href = "https://denchclaw.com" > Website< / a > · < a href = "https://discord.gg/PDFXNVQj9n" > Discord< / a > · < a href = "https://skills.sh" > Skills Store< / a > · < a href = "https://www.youtube.com/watch?v=pfACTbc3Bh4&t=44s" > Demo Video< / a >
2026-02-15 17:20:14 -08:00
< / p >
2025-11-25 14:29:21 +01:00
2026-03-04 19:46:13 -08:00
< br / >
2025-11-25 14:42:12 +01:00
2026-02-15 17:20:14 -08:00
< p align = "center" >
2026-03-04 19:46:13 -08:00
< a href = "https://denchclaw.com" >
< img src = "assets/denchclaw-app.png" alt = "DenchClaw Web UI — workspace, object tables, and AI chat" width = "780" / >
< / a >
2026-03-08 20:45:10 -07:00
< br / >
2026-03-08 22:46:21 -07:00
< a href = "https://www.youtube.com/watch?v=pfACTbc3Bh4&t=44s" > Demo Video< / a > · < a href = "https://discord.gg/PDFXNVQj9n" > Join our Discord Server< / a >
2026-02-15 17:20:14 -08:00
< / p >
2026-03-04 19:46:13 -08:00
< br / >
2026-01-31 23:41:43 -08:00
2026-02-15 17:20:14 -08:00
## Install
2026-01-01 21:09:24 +01:00
2026-03-04 19:46:13 -08:00
**Node 22+ required.**
2026-02-08 22:21:20 -08:00
2026-02-15 17:20:14 -08:00
```bash
2026-03-04 13:23:34 -08:00
npx denchclaw
2026-02-15 17:20:14 -08:00
```
2026-01-01 20:19:00 +01:00
2026-03-04 19:46:13 -08:00
Opens at `localhost:3100` after completing onboarding wizard.
2026-02-15 17:20:14 -08:00
---
2026-03-04 19:46:13 -08:00
## Commands
2026-02-15 17:20:14 -08:00
```bash
2026-03-04 19:46:13 -08:00
npx denchclaw # runs onboarding again for openclaw --profile dench
2026-03-05 12:28:08 -08:00
npx denchclaw update # updates denchclaw with current settings as is
npx denchclaw restart # restarts denchclaw web server
npx denchclaw start # starts denchclaw web server
npx denchclaw stop # stops denchclaw web server
2026-02-15 17:20:14 -08:00
2026-03-05 12:28:08 -08:00
# some examples
2026-03-04 19:46:13 -08:00
openclaw --profile dench < any openclaw command >
openclaw --profile dench gateway restart
2026-03-05 12:28:08 -08:00
openclaw --profile dench config set gateway.port 19001
openclaw --profile dench gateway install --force --port 19001
openclaw --profile dench gateway restart
2026-03-08 21:48:02 -07:00
openclaw --profile dench uninstall
2026-02-15 17:20:14 -08:00
```
2026-03-15 21:25:25 -07:00
### Daemonless / Docker
For containers or environments without systemd/launchd, set the environment variable once:
```bash
export DENCHCLAW_DAEMONLESS=1
```
This skips all gateway daemon management (install/start/stop/restart) and launchd LaunchAgent installation across all commands. You must start the gateway yourself as a foreground process:
```bash
openclaw --profile dench gateway --port 19001
```
Alternatively, pass `--skip-daemon-install` to individual commands:
```bash
npx denchclaw --skip-daemon-install
npx denchclaw update --skip-daemon-install
npx denchclaw start --skip-daemon-install
```
2026-02-15 17:20:14 -08:00
---
2026-03-04 19:46:13 -08:00
## Development
2026-02-15 17:20:14 -08:00
```bash
2026-03-04 19:46:13 -08:00
git clone https://github.com/DenchHQ/DenchClaw.git
2026-03-04 13:23:34 -08:00
cd denchclaw
2026-02-15 17:20:14 -08:00
pnpm install
pnpm build
2026-03-04 19:46:13 -08:00
pnpm dev
2026-02-15 17:20:14 -08:00
```
Web UI development:
```bash
pnpm install
2026-03-04 19:46:13 -08:00
pnpm web:dev
2025-12-13 15:15:09 +00:00
```
2026-02-15 17:20:14 -08:00
---
## Open Source
MIT Licensed. Fork it, extend it, make it yours.
2025-12-09 20:28:10 +00:00
2026-03-04 19:46:13 -08:00
< p align = "center" >
< a href = "https://star-history.com/?repos=DenchHQ%2FDenchClaw&type=date&legend=top-left" >
< img src = "https://api.star-history.com/image?repos=DenchHQ/DenchClaw&type=date&legend=top-left" alt = "Star History" width = "620" / >
< / a >
< / p >
2026-03-03 13:48:10 -08:00
2026-02-15 17:20:14 -08:00
< p align = "center" >
2026-03-04 19:46:13 -08:00
< a href = "https://github.com/DenchHQ/DenchClaw" > < img src = "https://img.shields.io/github/stars/DenchHQ/DenchClaw?style=for-the-badge" alt = "GitHub stars" > < / a >
2026-02-15 17:20:14 -08:00
< / p >