Releases: CommonstackAI/ClawBox
Releases · CommonstackAI/ClawBox
v2026.3.17
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.12or newer. - GitHub Releases publish only the final macOS
.dmg, Windows.exe, and a combinedCHECKSUMS.txt.
What's Changed
Desktop App
- Publish the current open-source ClawBox desktop client from the new
CommonstackAI/clawboxrepository. - Keep the app version synchronized across
package.json, Tauri config, and Cargo metadata at2026.3.17.
Packaging and Distribution
- Trigger the first repository release from tag
v2026.3.17so 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, andCHECKSUMS.txt.
Docs and Workflow
- Replace the imported
v2026.3.17-1release-note stub with repository-specific notes for the firstCommonstackAI/clawboxrelease. - 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.12or 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