| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClawX-0.1.18-linux-amd64.deb | 2026-02-27 | 178.8 MB | |
| ClawX-0.1.18-linux-arm64.AppImage | 2026-02-27 | 160.6 MB | |
| ClawX-0.1.18-linux-arm64.deb | 2026-02-27 | 153.1 MB | |
| ClawX-0.1.18-linux-x86_64.AppImage | 2026-02-27 | 186.1 MB | |
| ClawX-0.1.18-linux-x86_64.rpm | 2026-02-27 | 153.7 MB | |
| ClawX-0.1.18-mac-arm64.dmg | 2026-02-27 | 186.8 MB | |
| ClawX-0.1.18-mac-arm64.zip | 2026-02-27 | 208.7 MB | |
| ClawX-0.1.18-mac-x64.dmg | 2026-02-27 | 173.7 MB | |
| ClawX-0.1.18-mac-x64.zip | 2026-02-27 | 197.4 MB | |
| ClawX-0.1.18-win-arm64.exe | 2026-02-27 | 172.7 MB | |
| ClawX-0.1.18-win-x64.exe | 2026-02-27 | 187.5 MB | |
| ClawX-0.1.18-win.exe | 2026-02-27 | 359.2 MB | |
| latest-linux-arm64.yml | 2026-02-27 | 707 Bytes | |
| latest-linux.yml | 2026-02-27 | 1.0 kB | |
| latest-mac.yml | 2026-02-27 | 1.3 kB | |
| latest.yml | 2026-02-27 | 962 Bytes | |
| README.md | 2026-02-27 | 3.8 kB | |
| v0.1.18 source code.tar.gz | 2026-02-27 | 3.1 MB | |
| v0.1.18 source code.zip | 2026-02-27 | 3.2 MB | |
| Totals: 19 Items | 2.3 GB | 35 | |
🚀 ClawX v0.1.18
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(chat): reformat streaming output by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/173
- fix(pkg): move clawhub to dependencies to package into dmg by @vcfgv in https://github.com/ValueCell-ai/ClawX/pull/178
- feat(chat, gateway): implement error recovery timer and enhance histo… by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/179
- feat(openclaw): add repair function for ClawX-only bootstrap files an… by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/180
- fix(chat): improve message layout and text wrapping in ChatMessage co… by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/181
- fix(chat): enhance file path extraction and preserve optimistic user … by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/182
- feat(gateway, openclaw-auth): add browser config synchronization by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/184
- feat: support OAuth & API key for Qwen/MiniMax providers by @su8su in https://github.com/ValueCell-ai/ClawX/pull/177
- refactor(chat): modify newSession logic to avoid resetting old sessio… by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/185
- fix(updater): opt macos electron updator by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/187
- chore: skip Electron binary download in CI workflows by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/188
- fix add model provider by @su8su in https://github.com/ValueCell-ai/ClawX/pull/190
- fix(md): clawx md injection error by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/193
- fix: custom providers overwrite each other in openclaw config by @su8su in https://github.com/ValueCell-ai/ClawX/pull/192
- fix(updater): improve macOS update handling with forced app.quit() fallback by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/196
- chore(release): remove releaseType from GitHub publish configuration and add blockmap file to release artifacts by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/197
- fix(app-state): refactor quitting logic to use setQuitting function by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/199
- fix(model): claw-x header by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/198
- fix: resolve custom provider display bug and remove (CN) suffix from provider names by @su8su in https://github.com/ValueCell-ai/ClawX/pull/200
- feat: add new provider icons for minimax and qwen portals by @hazeone in https://github.com/ValueCell-ai/ClawX/pull/202
Full Changelog: https://github.com/ValueCell-ai/ClawX/compare/v0.1.17...v0.1.18