| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.5.2-linux-amd64.deb | 2026-07-31 | 211.7 MB | |
| ClawX-0.5.2-linux-arm64.AppImage | 2026-07-31 | 199.0 MB | |
| ClawX-0.5.2-linux-arm64.deb | 2026-07-31 | 201.5 MB | |
| ClawX-0.5.2-linux-x86_64.AppImage | 2026-07-31 | 206.2 MB | |
| ClawX-0.5.2-linux-x86_64.rpm | 2026-07-31 | 180.4 MB | |
| ClawX-0.5.2-mac-arm64.dmg | 2026-07-31 | 232.3 MB | |
| ClawX-0.5.2-mac-arm64.zip | 2026-07-31 | 266.0 MB | |
| ClawX-0.5.2-mac-x64.dmg | 2026-07-31 | 244.1 MB | |
| ClawX-0.5.2-mac-x64.zip | 2026-07-31 | 279.2 MB | |
| ClawX-0.5.2-win-x64.exe | 2026-07-31 | 262.4 MB | |
| latest-linux-arm64.yml | 2026-07-31 | 702 Bytes | |
| latest-linux.yml | 2026-07-31 | 1.0 kB | |
| latest-mac.yml | 2026-07-31 | 1.3 kB | |
| latest.yml | 2026-07-31 | 343 Bytes | |
| README.md | 2026-07-31 | 3.3 kB | |
| v0.5.2 source code.tar.gz | 2026-07-31 | 18.4 MB | |
| v0.5.2 source code.zip | 2026-07-31 | 18.9 MB | |
| Totals: 17 Items | 2.3 GB | 0 | |
🚀 ClawX v0.5.2
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
- feat:upgrade openclaw to 7.1 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1193
- fix: harden OpenClaw upgrade snapshot backup scope and cleanup by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1194
- [codex] Add runtime abstraction and cc-connect provider by @ashione in https://github.com/ValueCell-ai/ClawX/pull/1103
- Revert "[codex] Add runtime abstraction and cc-connect provider" by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1196
- feat: Collapse ACP tool calls into a grouped summary after turn completes by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1198
- fix markdown display by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1199
- fix: prevent plugin cleanup from deleting bundled OpenClaw runtime by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1197
- fix: restore ACP slash command replies such as /status by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1200
- fix: use short folder names for imported workspaces by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1201
- feat: Improve chat title and copy button layout on Windows by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1202
- feat: update OpenAI OAuth default model to gpt-5.6-sol by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1203
- feat: improve file previews and link opening behavior by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1204
- feat: Enable FTS-only memory search when no OpenAI embedding key is configured. by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1205
- release v0.5.2 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1206
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.5.1...v0.5.2