🚀 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 #1213
- feat: Enhance model context window handling and improve inference logic for custom models by @hazeone in #1214
- chore:remove chat refresh button by @su8su in #1215
- fix(attachments): keep directory attachments available for system open by @su8su in #1216
- feat(chat): make question directory float over conversation by @su8su in #1217
- fix(chat): display OpenClaw transcript attachments by @su8su in #1218
- fix stable turn duration across conversation switches by @su8su in #1219
- fix provider validation to use configured model by @su8su in #1220
- chore: Remove ClawX Dreams integration while leaving OpenClaw memory-core config unchanged. by @su8su in #1221
- fix(cron): show full run reply from transcript instead of truncated summary by @su8su in #1222
- fix(cron): keep scheduled task message editable after inserting a skill by @hazeone in #1223
- refactor: migrate to Streamdown and restore GPU rendering for performance, reduce Gateway restarts via optimized OpenClaw config delivery by @z0gSh1u in #1224
- chore(chat): simplify composer gateway status and toolbar agent label by @su8su in #1225
- feat: disable web search in ClawX by @su8su in #1226
- fix: preserve generated images during pending tasks and refactor image part styles by @z0gSh1u in #1228
- fix(gateway): make heartbeat observability-only by @su8su in #1227
- release 0.5.3 by @su8su in #1229
Full Changelog: v0.5.2...v0.5.3