Skip to content

v0.5.6

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 08:56
· 11 commits to main since this release
5cf4d11

🚀 ClawX v0.5.6

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-*.AppImage to add execute permission. On Ubuntu 22.04 you may also need sudo apt install libfuse2; on Ubuntu 24.04 use sudo apt install libfuse2t64
  • Linux .deb (Ubuntu 24.04): If installation fails due to missing dependencies, use sudo apt install libgtk-3-0t64 libnotify4t64 libxss1t64 before installing

💬 Found an issue? Please submit an Issue

What's Changed

  • fix: clean up sessions after agent deletion by @su8su in #1261
  • fix: restore broken star history chart in READMEs by @OctoBored in #1248
  • opt(chat): chat pannel style by @hazeone in #1262
  • fix(chat): clean up working directory session titles by @su8su in #1263
  • fix(chat): remove stale workspaces after agent deletion by @su8su in #1265
  • fix(chat): preserve turn duration across gateway restarts by @su8su in #1267
  • fix(chat): preserve cursor position when switching conversations by @su8su in #1266
  • fix(compaction): default reserve to 50k without explicit context by @su8su in #1268
  • feat(settings): add Ollama provider documentation link by @su8su in #1269
  • fix(providers): stop injecting custom request timeouts by @su8su in #1270
  • fix: last chunk loss, compaction failures and subagent delivery; add todo and compaction UI; experimental realtime talk by @z0gSh1u in #1272
  • fix(chat): use placeholder title for new Windows sessions by @su8su in #1273
  • feat: show subagent sessions in its parent by @z0gSh1u in #1274
  • chore: remove unavailable Realtime Talk voice input feature. by @su8su in #1277
  • refactor: subagent session's live streaming, timing and status by @z0gSh1u in #1280
  • release 0.5.6 by @su8su in #1281

New Contributors

Full Changelog: v0.5.5...v0.5.6