| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.5.0-linux-amd64.deb | 2026-07-16 | 211.2 MB | |
| ClawX-0.5.0-linux-arm64.AppImage | 2026-07-16 | 196.1 MB | |
| ClawX-0.5.0-linux-arm64.deb | 2026-07-16 | 200.9 MB | |
| ClawX-0.5.0-linux-x86_64.AppImage | 2026-07-16 | 203.3 MB | |
| ClawX-0.5.0-linux-x86_64.rpm | 2026-07-16 | 178.8 MB | |
| ClawX-0.5.0-mac-arm64.dmg | 2026-07-16 | 230.5 MB | |
| ClawX-0.5.0-mac-arm64.zip | 2026-07-16 | 263.5 MB | |
| ClawX-0.5.0-mac-x64.dmg | 2026-07-16 | 242.2 MB | |
| ClawX-0.5.0-mac-x64.zip | 2026-07-16 | 276.4 MB | |
| ClawX-0.5.0-win-x64.exe | 2026-07-16 | 262.4 MB | |
| latest-linux-arm64.yml | 2026-07-16 | 702 Bytes | |
| latest-linux.yml | 2026-07-16 | 1.0 kB | |
| latest-mac.yml | 2026-07-16 | 1.3 kB | |
| latest.yml | 2026-07-16 | 343 Bytes | |
| README.md | 2026-07-16 | 3.7 kB | |
| v0.5.0 source code.tar.gz | 2026-07-16 | 18.2 MB | |
| v0.5.0 source code.zip | 2026-07-16 | 18.6 MB | |
| Totals: 17 Items | 2.3 GB | 8 | |
🚀 ClawX v0.5.0
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: Use ACP to refactor chat UI and session management; add workspace feature by @z0gSh1u in https://github.com/ValueCell-ai/ClawX/pull/1158
- fix: remove stale OAuth models from chat picker by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1161
- fix: hide empty new chats from sidebar until first message by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1162
- Revert "feat(auth): deny subagent tools for ClawX desktop" by @vcfgv in https://github.com/ValueCell-ai/ClawX/pull/1164
- fix: resolve a batch of problems after migrating to ACP by @z0gSh1u in https://github.com/ValueCell-ai/ClawX/pull/1165
- chore: update Anthropic default model to Claude Opus 4.8 by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/1166
- chore: update OpenRouter default model to openai/gpt-5.6-sol by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/1168
- fix: preserve agent model fallbacks when switching models by @Grynder02 in https://github.com/ValueCell-ai/ClawX/pull/1160
- feat(providers): add Z.AI CN/Global with Coding Plan support by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/1167
- refactor: update styling and remove unused status classes in AcpToolCallCard component by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/1169
- fix: raise default LLM idle timeout to 240 seconds to reduce false timeouts on slow providers by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1170
- fix: resolve attachment unavailability, buffer unfinished streams, and show file paths in cards by @z0gSh1u in https://github.com/ValueCell-ai/ClawX/pull/1171
- Revert "fix: raise default LLM idle timeout to 240 seconds to reduce false timeouts on slow providers" by @vcfgv in https://github.com/ValueCell-ai/ClawX/pull/1172
- fix(chat): hide disabled workspace selector border by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1174
- release v0.5.0 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/1175
New Contributors
- @Grynder02 made their first contribution in https://github.com/ValueCell-ai/ClawX/pull/1160
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.4.16...v0.5.0