0.1.9
🚀 ClawX v0.1.9
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 requires executable permission:
chmod +x ClawX-*.AppImage
💬 Found an issue? Please submit an Issue
What's Changed
- fix(chat): improve handling of streaming messages and add pending state management by @vcfgv in #46
- feat(app): i18n by @su8su in #48
- chore: fix some ui problems by @su8su in #51
- fix(chat): improve message handling, fix type errors and migrate changes to enhance branch by @vcfgv in #50
- chore(release): update yml file handling in release workflow by @hazeone in #52
- fix(setup): resolve conflicts, fix light mode styles, add Feishu permission warning by @su8su in #53
- fix(electron): register activate handler after app is ready by @hazeone in #55
Full Changelog: v0.1.8...v0.1.9