Skip to content

Releases: CommonstackAI/ClawBox

v2026.3.17

17 Mar 12:21

Choose a tag to compare

ClawBox 2026.3.17 First Repository Release

The first GitHub Release published from the CommonstackAI/clawbox repository.

Important

  • This is the first public release cut from the new repository, and it intentionally uses the plain app version 2026.3.17.
  • OpenClaw is not bundled with ClawBox. For the least friction, use OpenClaw 2026.3.12 or newer.
  • GitHub Releases publish only the final macOS .dmg, Windows .exe, and a combined CHECKSUMS.txt.

What's Changed

Desktop App

  • Publish the current open-source ClawBox desktop client from the new CommonstackAI/clawbox repository.
  • Keep the app version synchronized across package.json, Tauri config, and Cargo metadata at 2026.3.17.

Packaging and Distribution

  • Trigger the first repository release from tag v2026.3.17 so packaged app metadata and GitHub Releases stay aligned.
  • Keep GitHub Release assets limited to the files users actually download: the macOS .dmg, the Windows .exe, and CHECKSUMS.txt.

Docs and Workflow

  • Replace the imported v2026.3.17-1 release-note stub with repository-specific notes for the first CommonstackAI/clawbox release.
  • Keep the documented release workflow ready to fall back to GitHub-generated notes when a curated note file is absent.

Upgrade Notes

  • App version: 2026.3.17
  • Git tag: v2026.3.17
  • Minimum supported platform notes: GitHub Releases currently ship macOS and Windows artifacts; Linux remains source-build only. OpenClaw 2026.3.12 or newer is recommended.
  • Signing status: The public GitHub release workflow publishes unsigned artifacts by default unless signing secrets are configured separately.

Assets

  • macOS: ClawBox_2026.3.17_aarch64.dmg
  • Windows: ClawBox_2026.3.17_x64-setup.exe
  • Checksums: CHECKSUMS.txt

Full Changelog

Initial public release from this repository, so there is no earlier repository tag to compare against.

macOS Gatekeeper note

The public GitHub Releases workflow currently publishes macOS .dmg artifacts without Apple notarization. Because of that, macOS may show a message such as "ClawBox is damaged and can't be opened" on first launch even when the download itself is intact.

If you trust the release artifact you downloaded from this repository, move ClawBox.app to /Applications first, then remove the quarantine flag:

xattr -dr com.apple.quarantine /Applications/ClawBox.app