🚀 ClawX v0.4.7
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 switch session by @su8su in #1054
- fix(chat): show inbound channel messages on the active main session by @su8su in #1055
- fix(chat): support dragging folders into the composer on desktop. by @su8su in #1056
- fix: ensure tar runtime deps by @vcfgv in #1057
- fix(clawhub): search marketplace through official API by @ashione in #1058
- fix: clear stuck "thinking" state when run already finished in history by @su8su in #1059
- upgrade openclaw to 5.19 by @su8su in #1063
- fix: hydrate truncated chat history and unstick thinking on LLM idle timeout by @su8su in #1064
- fix: default web_fetch SSRF policy for fake-IP proxy DNS by @su8su in #1065
- Feat:support image generate provider by @su8su in #1066
- fix: keep macOS artifact preview panel clickable above drag region by @su8su in #1067
- Fix image generate by @su8su in #1068
- fix control ui by @su8su in #1073
- docs: add Linux system library prerequisites for building from source by @octo-patch in #817
- feat(chat): optimize chat and light model by @hazeone in #1074
- refact(i18n/style): opt i18n/style in the project by @hazeone in #1075
- fix(installer): skip legacy NSIS uninstall on Windows overwrite upgrades by @su8su in #1072
- fix: pin OpenAI runtime before gateway launch by @su8su in #1076
- release-0.4.7 by @su8su in #1077
Full Changelog: v0.4.6...v0.4.7