| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.3.3-linux-amd64.deb | 2026-03-31 | 194.6 MB | |
| ClawX-0.3.3-linux-arm64.AppImage | 2026-03-31 | 188.3 MB | |
| ClawX-0.3.3-linux-arm64.deb | 2026-03-31 | 183.8 MB | |
| ClawX-0.3.3-linux-x86_64.AppImage | 2026-03-31 | 199.6 MB | |
| ClawX-0.3.3-linux-x86_64.rpm | 2026-03-31 | 169.3 MB | |
| ClawX-0.3.3-mac-arm64.dmg | 2026-03-31 | 220.9 MB | |
| ClawX-0.3.3-mac-arm64.zip | 2026-03-31 | 249.6 MB | |
| ClawX-0.3.3-mac-x64.dmg | 2026-03-31 | 230.7 MB | |
| ClawX-0.3.3-mac-x64.zip | 2026-03-31 | 261.3 MB | |
| ClawX-0.3.3-win-x64.exe | 2026-03-31 | 239.7 MB | |
| latest-linux-arm64.yml | 2026-03-31 | 702 Bytes | |
| latest-linux.yml | 2026-03-31 | 1.0 kB | |
| latest-mac.yml | 2026-03-31 | 1.3 kB | |
| latest.yml | 2026-03-31 | 343 Bytes | |
| README.md | 2026-03-31 | 3.1 kB | |
| v0.3.3 source code.tar.gz | 2026-03-31 | 12.3 MB | |
| v0.3.3 source code.zip | 2026-03-31 | 12.5 MB | |
| Totals: 17 Items | 2.2 GB | 12 | |
🚀 ClawX v0.3.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
- [codex] fix auth-backed provider discovery by @ashione in https://github.com/ValueCell-ai/ClawX/pull/690
- fix: clean up deleted provider state correctly by @ashione in https://github.com/ValueCell-ai/ClawX/pull/696
- fix: avoid systemd-supervised gateway retry loop in owned launcher by @ashione in https://github.com/ValueCell-ai/ClawX/pull/700
- add electron e2e harness and regression coverage by @ashione in https://github.com/ValueCell-ai/ClawX/pull/697
- Fix token usage handling and developer proxy save UX by @ashione in https://github.com/ValueCell-ai/ClawX/pull/704
- fix(installer): resolve upgrade hang caused by locked files in installation directory by @su8su in https://github.com/ValueCell-ai/ClawX/pull/711
- Upgrade third party plugin by @su8su in https://github.com/ValueCell-ai/ClawX/pull/715
- fix(chat): hide internal system messages from webchat by @kagura-agent in https://github.com/ValueCell-ai/ClawX/pull/710
- fix gateway restart handshake timeout by @ashione in https://github.com/ValueCell-ai/ClawX/pull/689
- fix(installer): preserve user .openclaw directory during uninstall by @su8su in https://github.com/ValueCell-ai/ClawX/pull/717
- fix(gateway): resolve startup hang caused by qqbot plugin manifest ID mismatch & stderr flood by @su8su in https://github.com/ValueCell-ai/ClawX/pull/718
- fix(gateway): restore WebSocket heartbeat ping on Windows by @su8su in https://github.com/ValueCell-ai/ClawX/pull/722
- v0.3.3 by @su8su in https://github.com/ValueCell-ai/ClawX/pull/723
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.3.2...v0.3.3