Skip to content

v0.3.9

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Apr 10:47
· 1 commit to main since this release
6acd8ac

🚀 ClawX v0.3.9

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

  • feat(i18n): add Russian (ru) localization support by @AlexZander85 in #798
  • Fix provider API key validation trimming by @ashione in #810
  • feat(cron): allow users to associate cron jobs with specific agents by @typhigh in #835
  • Fix startup chat history recovery for Issue #816 by @ashione in #821
  • Fix multi-account channel binding drift for #836 by @ashione in #841
  • fix(providers): add Moonshot (Global) provider for api.moonshot.ai endpoint by @octo-patch in #839
  • feat(version): upgrade openclaw version 4.11 by @hazeone in #845
  • fix feishu conflict by @su8su in #850
  • support reasoning agentid by accountId or session for cron by @typhigh in #847
  • feat(gateway): enhance gateway readiness handling and batch sync configuration by @hazeone in #851
  • fix feishu plugin conflict by @su8su in #852
  • release v0.3.9 by @su8su in #854

New Contributors

Full Changelog: v0.3.8...v0.3.9