Skip to content

Releases: openmaster-ai/clawmaster

ClawMaster v0.4.0

13 May 08:04
5b79730

Choose a tag to compare

Install

CLI + Web Console (Recommended)

npm install -g clawmaster
clawmaster

clawmaster 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

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

ClawMaster v0.3.1

25 Apr 16:44
68cd51c

Choose a tag to compare

Install

CLI + Web Console (Recommended)

npm install -g clawmaster
clawmaster

clawmaster 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

To pin this exact version: npm install -g clawmaster@0.3.1

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.

What's Changed

✨ Features & Polish

Summary: 4 changes shipped in this area.

Show features & polish
  • feat(web): simplify settings surfaces and update flow by @webup (#99)
  • feat(web): tighten dashboard task card actions by @webup (#99)
  • feat(web): refine gateway management surfaces by @webup (#99)
  • feat(web): polish settings information architecture by @webup (#99)

🐛 Fixes

Summary: 3 changes shipped in this area.

Show fixes
  • fix(ci): follow gateway step in wizard skip smoke by @webup (#99)
  • fix(ci): stabilize wizard skip-flow smoke check by @webup (#99)
  • fix(ci): improve release notes links and contributor credits by @webup (#98)

Full Changelog: v0.3.0...v0.3.1

Contributors

webup

webup

ClawMaster v0.3.0

25 Apr 04:52
5f9923c

Choose a tag to compare

Install

CLI + Web Console (Recommended)

npm install -g clawmaster
clawmaster

clawmaster 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

To pin this exact version: npm install -g clawmaster@0.3.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.

What's Changed

✨ Features & Polish

Summary: 3 changes shipped in this area.

Show features & polish
  • feat(setup): require gateway check before finishing onboarding by @webup (#93)
  • polish(setup/models): regroup providers into 3 visual tiers by @webup (#85)
  • feat(setup): live /models catalog for custom-openai-compatible by @webup (#81)

🐛 Fixes

Summary: 19 changes shipped in this area.

Show fixes
  • fix(runtime): guard bundled refresh and webui urls by @webup (#92)
  • fix(web): serialize npm proxy installs by @webup (#92)
  • fix(content-draft): harden image linking flows by @webup (#92)
  • fix(web): guard npm proxy installs and gateway urls by @webup (#92)
  • fix(skills): refresh bundled skills in wsl runtimes by @webup (#92)
  • fix(content-draft): stabilize image linkage helpers by @webup (#92)
  • fix(content-draft): harden image linkage and slot validation by @webup (#92)
  • fix(skills): refresh installed bundled skills on startup by @webup (#92)
  • fix(memory): harden fallback states and refine page layout by @webup (#92)
  • fix(ui): improve content draft image handling by @webup (#92)
  • fix(ui): keep sidebar pinned on long pages by @webup (#92)
  • fix(ui): open cron chats in openclaw webui by @webup (#92)
  • fix(ui): open gateway webui with auth token by @webup (#92)
  • fix(ui): polish provider tiers in setup and models by @webup (#92)
  • fix(ui): clarify openclaw webui shortcuts by @webup (#92)
  • fix(npm): persist mirror settings for installs by @webup (#92)
  • fix(setup): load custom provider live catalogs by @webup (#85)
  • fix(setup): keep selected collapsed provider visible by @webup (#85)
  • fix(setup): unbreak custom-openai-compatible probe for GLM-style URLs by @webup (#81)

🙌 Contributors

Thanks @webup for the commits that shipped in this release.

Full Changelog: v0.3.0-rc.1...v0.3.0

ClawMaster v0.3.0-rc.3

24 Apr 19:20
6651222

Choose a tag to compare

Pre-release

Install

CLI + Web Console (Recommended)

npm install -g clawmaster@rc
clawmaster

Open http://localhost:16223 — the setup wizard guides you through OpenClaw engine detection and LLM provider configuration.

To pin this exact version: npm install -g clawmaster@0.3.0-rc.3

Desktop App (Beta)

Download the installer for your platform from the Assets section below.

Platform Files
Linux x64 .AppImage, .deb
macOS Intel .dmg
macOS Apple Silicon .dmg
Windows x64 .msi, .exe

Note: Desktop builds are in beta. The CLI + Web Console is the recommended install method.

Checksums

Verify downloads with SHA256SUMS.txt attached to this release.

What's Changed

🐛 Fixes

  • fix(runtime): guard bundled refresh and webui urls (#92)
  • fix(web): serialize npm proxy installs (#92)
  • fix(content-draft): harden image linking flows (#92)
  • fix(web): guard npm proxy installs and gateway urls (#92)
  • fix(skills): refresh bundled skills in wsl runtimes (#92)
  • fix(content-draft): stabilize image linkage helpers (#92)
  • fix(content-draft): harden image linkage and slot validation (#92)
  • fix(skills): refresh installed bundled skills on startup (#92)
  • fix(memory): harden fallback states and refine page layout (#92)
  • fix(ui): improve content draft image handling (#92)
  • fix(ui): keep sidebar pinned on long pages (#92)
  • fix(ui): open cron chats in openclaw webui (#92)
  • fix(ui): open gateway webui with auth token (#92)
  • fix(ui): polish provider tiers in setup and models (#92)
  • fix(ui): clarify openclaw webui shortcuts (#92)
  • fix(npm): persist mirror settings for installs (#92)

🔧 CI & Tests

  • test(ci): fix npm mirror check mocks (#92)
  • ci(release): generate changelog via custom script (#90)

📦 Release

  • chore(release): bump rc3 versions (#92)
  • docs(readme): mirror Product Tour on CN and JP READMEs (#91)
  • docs(readme): shorten Channels subtitle to match tile height (#91)
  • docs(readme): expand Product Tour to 2x4 with observe + skills (#91)
  • docs(readme): compact Product Tour into 2x3 grid (#91)
  • docs(readme): add Product Feature Overview with curated screenshots (#91)

📝 Misc

  • Improve PowerMem gateway capture visibility (#92)

Full Changelog: v0.3.0-rc.2...v0.3.0-rc.3

ClawMaster v0.3.0-rc.2

23 Apr 13:48
0105476

Choose a tag to compare

Pre-release

Install

CLI + Web Console (Recommended)

npm install -g clawmaster@rc
clawmaster

Open http://localhost:16223 — the setup wizard guides you through OpenClaw engine detection and LLM provider configuration.

To pin this exact version: npm install -g clawmaster@0.3.0-rc.2

Desktop App (Beta)

Download the installer for your platform from the Assets section below.

Platform Files
Linux x64 .AppImage, .deb
macOS Intel .dmg
macOS Apple Silicon .dmg
Windows x64 .msi, .exe

Note: Desktop builds are in beta. The CLI + Web Console is the recommended install method.

Checksums

Verify downloads with SHA256SUMS.txt attached to this release.

What's Changed

✨ Features & Polish

  • feat(setup): live /models catalog for custom-openai-compatible (#81)
  • polish(setup/models): regroup providers into 3 visual tiers (#85)

🐛 Fixes

  • fix(setup): unbreak custom-openai-compatible probe for GLM-style URLs (#81)
  • fix(setup): load custom provider live catalogs (#85)
  • fix(setup): keep selected collapsed provider visible (#85)

🔧 CI & Tests

  • ci(desktop-smoke): populate cache on release/** and hotfix/** pushes (#86)
  • ci(desktop-smoke): cache ~/.cargo/bin directly instead of baptiste0928 dir (#84)
  • ci(desktop-smoke): cache global openclaw install and cargo-installed drivers (#84)
  • ci: gate tests and desktop smoke on PRs into release/** and hotfix/** (#82)
  • ci: trim Desktop Bundles triggers to release-track only (#80)
  • test(e2e): click DeepSeek instead of text=OpenAI in wizard E2E (#85)
  • test: fix flaky ContentDrafts listHint assertion (#83)

📦 Release

  • chore(release): v0.3.0-rc.2

Full Changelog: v0.3.0-rc.1...v0.3.0-rc.2

ClawMaster v0.3.0-rc.1

22 Apr 14:03
5e0b91e

Choose a tag to compare

Pre-release

Install

CLI + Web Console (Recommended)

npm install -g clawmaster@rc
clawmaster

Open http://localhost:16223 — the setup wizard guides you through OpenClaw engine detection and LLM provider configuration.

To pin this exact version: npm install -g clawmaster@0.3.0-rc.1

Desktop App (Beta)

Download the installer for your platform from the Assets section below.

Platform Files
Linux x64 .AppImage, .deb
macOS Intel .dmg
macOS Apple Silicon .dmg
Windows x64 .msi, .exe

Note: Desktop builds are in beta. The CLI + Web Console is the recommended install method.

Checksums

Verify downloads with SHA256SUMS.txt attached to this release.

What's Changed

New Contributors

  • @webup made their first contribution in #3

Full Changelog: https://github.com/openmaster-ai/clawmaster/commits/v0.3.0-rc.1