| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.1.21-linux-amd64.deb | 2026-03-03 | 384.4 MB | |
| ClawX-0.1.21-linux-arm64.AppImage | 2026-03-03 | 400.0 MB | |
| ClawX-0.1.21-linux-arm64.deb | 2026-03-03 | 358.7 MB | |
| ClawX-0.1.21-linux-x86_64.AppImage | 2026-03-03 | 425.5 MB | |
| ClawX-0.1.21-linux-x86_64.rpm | 2026-03-03 | 339.8 MB | |
| ClawX-0.1.21-mac-arm64.dmg | 2026-03-03 | 190.2 MB | |
| ClawX-0.1.21-mac-arm64.zip | 2026-03-03 | 214.3 MB | |
| ClawX-0.1.21-mac-x64.dmg | 2026-03-03 | 177.3 MB | |
| ClawX-0.1.21-mac-x64.zip | 2026-03-03 | 202.9 MB | |
| ClawX-0.1.21-win-arm64.exe | 2026-03-03 | 409.1 MB | |
| ClawX-0.1.21-win-x64.exe | 2026-03-03 | 423.9 MB | |
| ClawX-0.1.21-win.exe | 2026-03-03 | 831.9 MB | |
| latest-linux-arm64.yml | 2026-03-03 | 707 Bytes | |
| latest-linux.yml | 2026-03-03 | 1.0 kB | |
| latest-mac.yml | 2026-03-03 | 1.3 kB | |
| latest.yml | 2026-03-03 | 962 Bytes | |
| README.md | 2026-03-03 | 2.9 kB | |
| v0.1.21 source code.tar.gz | 2026-03-03 | 3.2 MB | |
| v0.1.21 source code.zip | 2026-03-03 | 3.2 MB | |
| Totals: 19 Items | 4.4 GB | 108 | |
🚀 ClawX v0.1.21
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
- feat: pre-install feishu skills to ~/.openclaw/skills on first launch by @su8su in https://github.com/ValueCell-ai/ClawX/pull/252
- Add dashboard token usage history by @ashione in https://github.com/ValueCell-ai/ClawX/pull/240
- feat(settings): auto-set default provider after successful OAuth by @su8su in https://github.com/ValueCell-ai/ClawX/pull/254
- fix: preserve feishu SKILL.md files in bundled openclaw extensions by @su8su in https://github.com/ValueCell-ai/ClawX/pull/256
- chore: upgrade openclaw to 2026.3.1 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/257
- Add built-in proxy settings for Electron and Gateway by @ashione in https://github.com/ValueCell-ai/ClawX/pull/239
- fix: patch node-domexception in bundled openclaw 3.1 to avoid ESM loader crash by @su8su in https://github.com/ValueCell-ai/ClawX/pull/264
- fix(win): Gateway restart win terminal open error by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/265
- fix(gateway): resolve model switch failure and websocket timeouts during rapid oauth restarts by @su8su in https://github.com/ValueCell-ai/ClawX/pull/266
- fallback model/providers by @ashione in https://github.com/ValueCell-ai/ClawX/pull/259
- chore: remove playwright e2e tests and dependencies by @su8su in https://github.com/ValueCell-ai/ClawX/pull/270
- fix: resolve empty marketplace search results by supporting fallback regex parsing by @su8su in https://github.com/ValueCell-ai/ClawX/pull/273
- feat(chat): enhance sidebar with session management and deletion by @DigHuang in https://github.com/ValueCell-ai/ClawX/pull/274
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.1.20...v0.1.21