| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.5.3-linux-amd64.deb | 2026-08-06 | 213.2 MB | |
| ClawX-0.5.3-linux-arm64.AppImage | 2026-08-06 | 200.5 MB | |
| ClawX-0.5.3-linux-arm64.deb | 2026-08-06 | 202.9 MB | |
| ClawX-0.5.3-linux-x86_64.AppImage | 2026-08-06 | 207.7 MB | |
| ClawX-0.5.3-linux-x86_64.rpm | 2026-08-06 | 181.9 MB | |
| ClawX-0.5.3-mac-arm64.dmg | 2026-08-06 | 233.8 MB | |
| ClawX-0.5.3-mac-arm64.zip | 2026-08-06 | 267.8 MB | |
| ClawX-0.5.3-mac-x64.dmg | 2026-08-06 | 245.5 MB | |
| ClawX-0.5.3-mac-x64.zip | 2026-08-06 | 280.9 MB | |
| ClawX-0.5.3-win-x64.exe | 2026-08-06 | 263.8 MB | |
| latest-linux-arm64.yml | 2026-08-06 | 702 Bytes | |
| latest-linux.yml | 2026-08-06 | 1.0 kB | |
| latest-mac.yml | 2026-08-06 | 1.3 kB | |
| latest.yml | 2026-08-06 | 343 Bytes | |
| README.md | 2026-08-06 | 3.8 kB | |
| v0.5.3 source code.tar.gz | 2026-08-06 | 18.3 MB | |
| v0.5.3 source code.zip | 2026-08-06 | 18.8 MB | |
| Totals: 17 Items | 2.3 GB | 5 | |
🚀 ClawX v0.5.3
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(chat): fix multiline composer layout and skill caret alignment by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1213
- feat: Enhance model context window handling and improve inference logic for custom models by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/1214
- chore:remove chat refresh button by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1215
- fix(attachments): keep directory attachments available for system open by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1216
- feat(chat): make question directory float over conversation by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1217
- fix(chat): display OpenClaw transcript attachments by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1218
- fix stable turn duration across conversation switches by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1219
- fix provider validation to use configured model by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1220
- chore: Remove ClawX Dreams integration while leaving OpenClaw memory-core config unchanged. by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1221
- fix(cron): show full run reply from transcript instead of truncated summary by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1222
- fix(cron): keep scheduled task message editable after inserting a skill by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/1223
- refactor: migrate to Streamdown and restore GPU rendering for performance, reduce Gateway restarts via optimized OpenClaw config delivery by @z0gSh1u in https://github.com/ValueCell-ai/ClawX/pull/1224
- chore(chat): simplify composer gateway status and toolbar agent label by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1225
- feat: disable web search in ClawX by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1226
- fix: preserve generated images during pending tasks and refactor image part styles by @z0gSh1u in https://github.com/ValueCell-ai/ClawX/pull/1228
- fix(gateway): make heartbeat observability-only by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1227
- release 0.5.3 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1229
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.5.2...v0.5.3