| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.4.10-linux-amd64.deb | < 23 hours ago | 209.5 MB | |
| ClawX-0.4.10-linux-arm64.AppImage | < 23 hours ago | 195.2 MB | |
| ClawX-0.4.10-linux-arm64.deb | < 23 hours ago | 199.2 MB | |
| ClawX-0.4.10-linux-x86_64.AppImage | < 23 hours ago | 202.4 MB | |
| ClawX-0.4.10-linux-x86_64.rpm | < 23 hours ago | 175.5 MB | |
| ClawX-0.4.10-mac-arm64.dmg | < 23 hours ago | 231.4 MB | |
| ClawX-0.4.10-mac-arm64.zip | < 23 hours ago | 263.9 MB | |
| ClawX-0.4.10-mac-x64.dmg | < 23 hours ago | 240.9 MB | |
| ClawX-0.4.10-mac-x64.zip | < 23 hours ago | 275.1 MB | |
| ClawX-0.4.10-win-x64.exe | < 23 hours ago | 261.5 MB | |
| latest-linux-arm64.yml | < 23 hours ago | 707 Bytes | |
| latest-linux.yml | < 23 hours ago | 1.0 kB | |
| latest-mac.yml | < 23 hours ago | 1.3 kB | |
| latest.yml | < 23 hours ago | 346 Bytes | |
| README.md | < 23 hours ago | 2.9 kB | |
| v0.4.10 source code.tar.gz | < 23 hours ago | 17.9 MB | |
| v0.4.10 source code.zip | < 23 hours ago | 18.3 MB | |
| Totals: 17 Items | 2.3 GB | 1 | |
🚀 ClawX v0.4.10
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): surface image generation replie by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1106
- fix: preserve custom provider model capabilities on switch by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1107
- fix: reassign default provider when deleting the current default by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1108
- feat:upgrade OpenClaw to 2026.6.5 and fix OAuth provider detection for auth-profile-only configs. by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1109
- fix(chat): scroll-to-latest no longer cancels smooth scroll to bottom by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1112
- fix: use openai-chatgpt-responses for Codex OAuth and hide stale OpenAI API slot after logout by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1113
- fix: migrate OpenAI Codex OAuth to canonical openai provider by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1114
- chore:show provider or custom name in chat model picker labels by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1115
- fix: clear stale agent model refs after deleting custom providers by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1116
- release 0.4.10 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1117
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.4.9...v0.4.10