| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.1.17-linux-amd64.deb | 2026-02-25 | 377.4 MB | |
| ClawX-0.1.17-linux-arm64.AppImage | 2026-02-25 | 394.7 MB | |
| ClawX-0.1.17-linux-arm64.deb | 2026-02-25 | 351.7 MB | |
| ClawX-0.1.17-linux-x86_64.AppImage | 2026-02-25 | 420.2 MB | |
| ClawX-0.1.17-linux-x86_64.rpm | 2026-02-25 | 335.8 MB | |
| ClawX-0.1.17-mac-arm64.dmg | 2026-02-25 | 184.3 MB | |
| ClawX-0.1.17-mac-arm64.zip | 2026-02-25 | 205.7 MB | |
| ClawX-0.1.17-mac-x64.dmg | 2026-02-25 | 171.0 MB | |
| ClawX-0.1.17-mac-x64.zip | 2026-02-25 | 194.3 MB | |
| ClawX-0.1.17-win-arm64.exe | 2026-02-25 | 402.2 MB | |
| ClawX-0.1.17-win-x64.exe | 2026-02-25 | 417.0 MB | |
| ClawX-0.1.17-win.exe | 2026-02-25 | 818.1 MB | |
| latest-linux-arm64.yml | 2026-02-25 | 707 Bytes | |
| latest-linux.yml | 2026-02-25 | 1.0 kB | |
| latest-mac.yml | 2026-02-25 | 1.3 kB | |
| latest.yml | 2026-02-25 | 962 Bytes | |
| README.md | 2026-02-25 | 2.6 kB | |
| v0.1.17 source code.tar.gz | 2026-02-25 | 3.1 MB | |
| v0.1.17 source code.zip | 2026-02-25 | 3.2 MB | |
| Totals: 19 Items | 4.3 GB | 27 | |
🚀 ClawX v0.1.17
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
- Development environment setup by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/157
- feat(package): compress artifact size by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/160
- feat(electron): integrate ClawX context into openclaw workspace initi… by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/161
- 最新修改验证 by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/162
- fix(model): custom model choose error by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/164
- fix(gateway): remove --dev flag from gateway startup args by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/167
- feat(gateway): sync gateway token and update agent models on provider… by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/168
- Fix/chore fix on macos by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/169
- feat(gateway): implement unloading of launchctl service to prevent au… by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/170
- ClawX windows path robustness by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/171
- fix(updater): enable autoInstallOnAppQuit for macOS to ensure proper … by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/172
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.1.16...v0.1.17