| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.4.7-linux-amd64.deb | 2026-05-28 | 236.2 MB | |
| ClawX-0.4.7-linux-arm64.AppImage | 2026-05-28 | 208.0 MB | |
| ClawX-0.4.7-linux-arm64.deb | 2026-05-28 | 224.4 MB | |
| ClawX-0.4.7-linux-x86_64.AppImage | 2026-05-28 | 216.2 MB | |
| ClawX-0.4.7-linux-x86_64.rpm | 2026-05-28 | 202.1 MB | |
| ClawX-0.4.7-mac-arm64.dmg | 2026-05-28 | 261.4 MB | |
| ClawX-0.4.7-mac-arm64.zip | 2026-05-28 | 293.8 MB | |
| ClawX-0.4.7-mac-x64.dmg | 2026-05-28 | 272.3 MB | |
| ClawX-0.4.7-mac-x64.zip | 2026-05-28 | 306.8 MB | |
| ClawX-0.4.7-win-x64.exe | 2026-05-28 | 289.3 MB | |
| latest-linux-arm64.yml | 2026-05-28 | 702 Bytes | |
| latest-linux.yml | 2026-05-28 | 1.0 kB | |
| latest-mac.yml | 2026-05-28 | 1.3 kB | |
| latest.yml | 2026-05-28 | 343 Bytes | |
| README.md | 2026-05-28 | 3.7 kB | |
| v0.4.7 source code.tar.gz | 2026-05-28 | 17.9 MB | |
| v0.4.7 source code.zip | 2026-05-28 | 18.2 MB | |
| Totals: 17 Items | 2.5 GB | 9 | |
🚀 ClawX v0.4.7
ClawX - Graphical AI Assistant based on OpenClaw
📦 Downloads
Please select the appropriate installer for your operating system and architecture:
macOS
- Apple Silicon (M1/M2/M3/M4):
ClawX-*-mac-arm64.dmg - Intel (x64):
ClawX-*-mac-x64.dmg
Windows
- Installer (x64):
ClawX-*-win-x64.exe - Installer (ARM64):
ClawX-*-win-arm64.exe
Linux
- AppImage (x64):
ClawX-*-linux-x86_64.AppImage(Universal format, recommended) - AppImage (ARM64):
ClawX-*-linux-arm64.AppImage - Debian/Ubuntu (x64):
ClawX-*-linux-amd64.deb - Debian/Ubuntu (ARM64):
ClawX-*-linux-arm64.deb - RPM (x64):
ClawX-*-linux-x86_64.rpm
📝 Release Notes
See the auto-generated release notes below for detailed changes.
⚠️ Installation Notes
- macOS: On first launch, you may see "cannot verify developer". Go to System Preferences → Security & Privacy to allow the app to run
- Windows: SmartScreen may block the app. Click "More info" → "Run anyway" to proceed
- Linux AppImage: First run
chmod +x ClawX-*.AppImageto add execute permission. On Ubuntu 22.04 you may also needsudo apt install libfuse2; on Ubuntu 24.04 usesudo apt install libfuse2t64 - Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use
sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64before installing
đź’¬ Found an issue? Please submit an Issue
What's Changed
- Fix switch session by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1054
- fix(chat): show inbound channel messages on the active main session by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1055
- fix(chat): support dragging folders into the composer on desktop. by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1056
- fix: ensure tar runtime deps by @vcfgv in https://github.com/ValueCell-ai/ClawX/pull/1057
- fix(clawhub): search marketplace through official API by @ashione in https://github.com/ValueCell-ai/ClawX/pull/1058
- fix: clear stuck "thinking" state when run already finished in history by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1059
- upgrade openclaw to 5.19 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1063
- fix: hydrate truncated chat history and unstick thinking on LLM idle timeout by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1064
- fix: default web_fetch SSRF policy for fake-IP proxy DNS by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1065
- Feat:support image generate provider by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1066
- fix: keep macOS artifact preview panel clickable above drag region by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1067
- Fix image generate by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1068
- fix control ui by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1073
- docs: add Linux system library prerequisites for building from source by @octo-patch in https://github.com/ValueCell-ai/ClawX/pull/817
- feat(chat): optimize chat and light model by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/1074
- refact(i18n/style): opt i18n/style in the project by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/1075
- fix(installer): skip legacy NSIS uninstall on Windows overwrite upgrades by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1072
- fix: pin OpenAI runtime before gateway launch by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1076
- release-0.4.7 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1077
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.4.6...v0.4.7