mirror of
https://github.com/ibelick/webclaw.git
synced 2026-08-14 09:02:04 +00:00
2ca00a754f81f6d5b3ffc7bb5fe7f7b7f9ce53d4
WebClaw
Fast web client for OpenClaw.
Currently in beta.
Installation
curl -fsSL https://webclaw.dev/install | bash
npm CLI
npx webclaw
Initialize in a target directory:
npx webclaw init my-webclaw
CLI release (simple)
pnpm bump:webclaw:patch
pnpm release:webclaw
Other option
Create apps/webclaw/.env.local with CLAWDBOT_GATEWAY_URL and either
CLAWDBOT_GATEWAY_TOKEN (recommended) or CLAWDBOT_GATEWAY_PASSWORD. These map
to your OpenClaw Gateway auth (gateway.auth.token or gateway.auth.password).
Default URL is ws://127.0.0.1:18789. Docs: https://docs.openclaw.ai/gateway
pnpm install
pnpm dev
Contributing
Please read the contributing guide.
License
See LICENSE.
Languages
TypeScript
93.7%
JavaScript
4.6%
CSS
1.1%
HTML
0.3%
Shell
0.3%
