Website · Discord · Skills Store
## Install
**Node 22+ required.**
```bash
npx denchclaw
```
Opens at `localhost:3100` after completing onboarding wizard.
---
## Commands
```bash
npx denchclaw # runs onboarding again for openclaw --profile dench
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
# some examples
openclaw --profile dench
openclaw --profile dench gateway restart
openclaw --profile dench config set gateway.port 19001
openclaw --profile dench gateway install --force --port 19001
openclaw --profile dench gateway restart
```
---
## Development
```bash
git clone https://github.com/DenchHQ/DenchClaw.git
cd denchclaw
pnpm install
pnpm build
pnpm dev
```
Web UI development:
```bash
pnpm install
pnpm web:dev
```
---
## Open Source
MIT Licensed. Fork it, extend it, make it yours.