Install
CLI + Web Console (Recommended)
npm install -g clawmaster
clawmasterclawmaster starts the local service and opens the landing page in your browser by default.
If the browser does not open automatically, use the backup local address: http://localhost:16223
- npm package: clawmaster@0.4.0
- all published versions: npm versions
To pin this exact version:
npm install -g clawmaster@0.4.0
Desktop App (Beta)
Direct downloads for this release. Checksums: SHA256SUMS.txt
| Platform | Downloads |
|---|---|
| Linux x64 | AppImage · deb |
| macOS Intel | dmg |
| macOS Apple Silicon | dmg |
| Windows x64 | msi · exe |
Desktop builds are in beta. The CLI + Web Console is the recommended install method.
✨ Features & Polish
Summary: 6 changes shipped in this area.
Show features & polish
- feat: add gateway-backed wiki llm workflows (#138) by @webup
- feat(powermem): integrate wiki recall and link ingest by @webup (#130)
- feat(web): add wiki workspace module by @webup (#130)
- feat(backend): add wiki knowledge service by @webup (#130)
- feat: add package download tracker skill by @webup (#119)
- feat: show latest session cost on Observe (#102) by @webup
🐛 Fixes
Summary: 6 changes shipped in this area.
Show fixes
- fix: clarify PaddleOCR OCR configuration UX (#153) by @webup
- fix: remediate audit advisories (#150) by @webup
- fix: restore SIGTERM→SIGKILL grace period on non-Windows timeout by @webup (#142)
- fix: use taskkill for process tree cleanup on Windows when shell:true by @webup (#142)
- fix: resolve Windows ENOENT for npm-installed CLI tools (openclaw, clawprobe, npm) by @webup (#142)
- fix(web): improve settings update section by @webup (#133)
🙌 Contributors
Thanks @webup for the commits that shipped in this release.
Full Changelog: v0.3.1...v0.4.0