| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.5.4-linux-amd64.deb | 2026-08-13 | 213.2 MB | |
| ClawX-0.5.4-linux-arm64.AppImage | 2026-08-13 | 200.5 MB | |
| ClawX-0.5.4-linux-arm64.deb | 2026-08-13 | 202.9 MB | |
| ClawX-0.5.4-linux-x86_64.AppImage | 2026-08-13 | 207.7 MB | |
| ClawX-0.5.4-linux-x86_64.rpm | 2026-08-13 | 181.9 MB | |
| ClawX-0.5.4-mac-arm64.dmg | 2026-08-13 | 234.0 MB | |
| ClawX-0.5.4-mac-arm64.zip | 2026-08-13 | 267.8 MB | |
| ClawX-0.5.4-mac-x64.dmg | 2026-08-13 | 245.4 MB | |
| ClawX-0.5.4-mac-x64.zip | 2026-08-13 | 280.9 MB | |
| ClawX-0.5.4-win-x64.exe | 2026-08-13 | 263.8 MB | |
| latest-linux-arm64.yml | 2026-08-13 | 702 Bytes | |
| latest-linux.yml | 2026-08-13 | 1.0 kB | |
| latest-mac.yml | 2026-08-13 | 1.3 kB | |
| latest.yml | 2026-08-13 | 343 Bytes | |
| README.md | 2026-08-13 | 3.0 kB | |
| v0.5.4 source code.tar.gz | 2026-08-13 | 18.4 MB | |
| v0.5.4 source code.zip | 2026-08-13 | 18.9 MB | |
| Totals: 17 Items | 2.3 GB | 6 | |
🚀 ClawX v0.5.4
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(gateway): restart after 10 missed heartbeats by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1231
- fix: pass Gateway token to ACP child directly instead of reading from openclaw.json; make e2e tests faster; restructure docs by @z0gSh1u in https://github.com/ValueCell-ai/ClawX/pull/1230
- fix(channels): restore supported channel connectivity by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1232
- chore: disable internal control-plane and goal tools by default by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1235
- upgrade openclaw to 7.1-2 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1236
- chore: lower gateway heartbeat restart threshold to 4 consecutive misses by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1237
- docs: align Gateway heartbeat recovery threshold to four misses by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1238
- fix(channels): avoid duplicate gateway restart on plugin save by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1239
- fix: preserve ACP lineage in runs recovery across gateway restarts; avoid false gateway disconnect status by @z0gSh1u in https://github.com/ValueCell-ai/ClawX/pull/1240
- fix(channels): repair Windows plugin peer links and restart Gateway when link repair fails by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1242
- release 0.5.4 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1243
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.5.3...v0.5.4