| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.5.1-linux-amd64.deb | 2026-07-23 | 211.1 MB | |
| ClawX-0.5.1-linux-arm64.AppImage | 2026-07-23 | 196.4 MB | |
| ClawX-0.5.1-linux-arm64.deb | 2026-07-23 | 200.8 MB | |
| ClawX-0.5.1-linux-x86_64.AppImage | 2026-07-23 | 203.5 MB | |
| ClawX-0.5.1-linux-x86_64.rpm | 2026-07-23 | 179.4 MB | |
| ClawX-0.5.1-mac-arm64.dmg | 2026-07-23 | 230.9 MB | |
| ClawX-0.5.1-mac-arm64.zip | 2026-07-23 | 263.8 MB | |
| ClawX-0.5.1-mac-x64.dmg | 2026-07-23 | 242.6 MB | |
| ClawX-0.5.1-mac-x64.zip | 2026-07-23 | 276.7 MB | |
| ClawX-0.5.1-win-x64.exe | 2026-07-23 | 262.7 MB | |
| latest-linux-arm64.yml | 2026-07-23 | 702 Bytes | |
| latest-linux.yml | 2026-07-23 | 1.0 kB | |
| latest-mac.yml | 2026-07-23 | 1.3 kB | |
| latest.yml | 2026-07-23 | 343 Bytes | |
| README.md | 2026-07-23 | 3.3 kB | |
| v0.5.1 source code.tar.gz | 2026-07-23 | 18.5 MB | |
| v0.5.1 source code.zip | 2026-07-23 | 18.9 MB | |
| Totals: 17 Items | 2.3 GB | 2 | |
🚀 ClawX v0.5.1
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 markdown code highlighting by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1176
- fix chat follow-up auto-scroll by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1177
- fix: prevent model reload from interrupting ACP startup by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1178
- feat: support renaming imported workspaces by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1179
- fix(chat): preserve image generation thinking state across sessions by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1180
- fix: keep @agent first send on target workspace Prevent reactive ACP loads from cancelling new-agent prompts by binding the target workspace on session switch and creating the target main session when missing. by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1184
- feat: improve unavailable workspace recovery and cleanup by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1183
- fix(chat): inherit workspace when creating a new chat by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1186
- fix chat workspace menu and session fallback titles by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1187
- feat: enhance session status, file previews, open-with feature, web browser, and turn timing by @z0gSh1u in https://github.com/ValueCell-ai/ClawX/pull/1189
- feat(gateway): improve startup timing diagnostics by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1190
- fix: disable model ID editing for existing providers by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1191
- release 0.5.1 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1192
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.5.0...v0.5.1