| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.4.8-linux-amd64.deb | 2026-06-04 | 239.4 MB | |
| ClawX-0.4.8-linux-arm64.AppImage | 2026-06-04 | 210.7 MB | |
| ClawX-0.4.8-linux-arm64.deb | 2026-06-04 | 227.2 MB | |
| ClawX-0.4.8-linux-x86_64.AppImage | 2026-06-04 | 219.4 MB | |
| ClawX-0.4.8-linux-x86_64.rpm | 2026-06-04 | 202.8 MB | |
| ClawX-0.4.8-mac-arm64.dmg | 2026-06-04 | 264.5 MB | |
| ClawX-0.4.8-mac-arm64.zip | 2026-06-04 | 296.7 MB | |
| ClawX-0.4.8-mac-x64.dmg | 2026-06-04 | 275.9 MB | |
| ClawX-0.4.8-mac-x64.zip | 2026-06-04 | 310.2 MB | |
| ClawX-0.4.8-win-x64.exe | 2026-06-04 | 292.0 MB | |
| latest-linux-arm64.yml | 2026-06-04 | 702 Bytes | |
| latest-linux.yml | 2026-06-04 | 1.0 kB | |
| latest-mac.yml | 2026-06-04 | 1.3 kB | |
| latest.yml | 2026-06-04 | 343 Bytes | |
| README.md | 2026-06-04 | 3.6 kB | |
| v0.4.8 source code.tar.gz | 2026-06-04 | 17.9 MB | |
| v0.4.8 source code.zip | 2026-06-04 | 18.3 MB | |
| Totals: 17 Items | 2.6 GB | 5 | |
🚀 ClawX v0.4.8
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 image generate failed by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1080
- Refine chat history timeout by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1081
- Bundle agent-browser binary like uv and expose it on OpenClaw PATH by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1082
- fix(chat): stabilize auto-scroll on tool runs; hide leaked NO_REPLY lines by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1083
- Improve agent-browser download logs for CI pipeline visibility by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1084
- fix image generate deadloack by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1086
- upgrade openclaw to 5.20 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1085
- fix(gateway): retry connect when OpenClaw is still starting after cold launch by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1087
- feat: Unify Gateway heartbeat recovery across platforms by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1088
- refactor: decouple skills page from gateway marketplace by @vcfgv in https://github.com/ValueCell-ai/ClawX/pull/1089
- fix(mac): align traffic lights in sidebar chrome by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1092
- feat: upgrade MiniMax default model to M3 by @octo-patch in https://github.com/ValueCell-ai/ClawX/pull/1093
- fix chat media previews for Windows SVG artifacts by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1095
- Fix/chat runtime event pipeline by @vcfgv in https://github.com/ValueCell-ai/ClawX/pull/1094
- fix image load by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1097
- fix(chat): settle image runs from delivered media by @vcfgv in https://github.com/ValueCell-ai/ClawX/pull/1096
- Fix/image generation response format by @vcfgv in https://github.com/ValueCell-ai/ClawX/pull/1098
- release 0.4.8 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1099
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.4.7...v0.4.8