Skip to content

Releases: ValueCell-ai/ClawX

v0.3.12-alpha.0

24 Apr 10:03

Choose a tag to compare

v0.3.12-alpha.0 Pre-release
Pre-release

🚀 ClawX v0.3.12-alpha.0

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

  • Add channel health diagnostics and gateway recovery fixes by @ashione in #855
  • feat: default browser ssrfPolicy to allow private network access by @su8su in #860
  • feat(plugin): support enterprise extension by @hazeone in #861
  • style(channels): simplify channel status indicators by @su8su in #862
  • feat(setup): remove AI provider configuration step from onboarding wizard by @su8su in #863
  • style(channels): align status indicator with Models card style by @hazeone in #867
  • feat(openclaw): upgrade openclaw version 4.15 by @hazeone in #866
  • fix(chat): prevent duplicate renderer requests and thinking messages by @hazeone in #870
  • fix(ui): hide recoverable gateway RPC timeouts from chat interface by @su8su in #875
  • fix(channels): restore dingtalk multi-account support by @su8su in #874
  • refactor(chat): execution graph optimize by @hazeone in #873
  • fix(chat): separate response and thinking messages by @hazeone in #878
  • fix(chat): thinking execution graph by @hazeone in #880
  • feat(release): v0.3.10 tag commit by @hazeone in #881
  • feat(chat): render LaTeX math formulas in assistant messages by @hazeone in #886
  • Update workspace agent file by @su8su in #889
  • feat(dependencies): add tar package to dependencies and update lockfile by @vcfgv in #890
  • fix(chat): tighten runtime internal-message filtering and add targeted tests by @su8su in #891
  • feat: show OpenClaw sidebar entry only in developer mode by @su8su in #892
  • feat(chat): optimize ui for execution graph card by @typhigh in #885
  • feat(model): update Kimi model references from k2.5 to k2.6 across the application by @hazeone in #897
  • fix(gateway): only sync configured channel plugins and cleanup unconfigured extensions by @su8su in #898
  • chore: remove brave-web-search skill by @su8su in #900
  • perf: speed up initial chat, channels, skills, and cron loading by @su8su in #901
  • style(chat): make reply bubble table headers transparent + bold in light theme by @hazeone in #902
  • fix(chat): dedupe optimistic user message against Gateway-prefixed echo by @hazeone in #887
  • fix(chat): execution graph status error by @hazeone in #903
  • optimize: skills page structure by @vcfgv in #905
  • feat(provider): add DeepSeek provider with configuration and icon support by @hazeone in #907
  • fix(browser): soften aggressive retry hint and add anti-hallucination prompts by @su8su in #910
  • 0.3.11 by @hazeone in #908

Full Changelog: v0.3.9...v0.3.12-alpha.0

v0.3.11

24 Apr 04:20

Choose a tag to compare

🚀 ClawX v0.3.11

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

  • Add channel health diagnostics and gateway recovery fixes by @ashione in #855
  • feat: default browser ssrfPolicy to allow private network access by @su8su in #860
  • feat(plugin): support enterprise extension by @hazeone in #861
  • style(channels): simplify channel status indicators by @su8su in #862
  • feat(setup): remove AI provider configuration step from onboarding wizard by @su8su in #863
  • style(channels): align status indicator with Models card style by @hazeone in #867
  • feat(openclaw): upgrade openclaw version 4.15 by @hazeone in #866
  • fix(chat): prevent duplicate renderer requests and thinking messages by @hazeone in #870
  • fix(ui): hide recoverable gateway RPC timeouts from chat interface by @su8su in #875
  • fix(channels): restore dingtalk multi-account support by @su8su in #874
  • refactor(chat): execution graph optimize by @hazeone in #873
  • fix(chat): separate response and thinking messages by @hazeone in #878
  • fix(chat): thinking execution graph by @hazeone in #880
  • feat(release): v0.3.10 tag commit by @hazeone in #881
  • feat(chat): render LaTeX math formulas in assistant messages by @hazeone in #886
  • Update workspace agent file by @su8su in #889
  • feat(dependencies): add tar package to dependencies and update lockfile by @vcfgv in #890
  • fix(chat): tighten runtime internal-message filtering and add targeted tests by @su8su in #891
  • feat: show OpenClaw sidebar entry only in developer mode by @su8su in #892
  • feat(chat): optimize ui for execution graph card by @typhigh in #885
  • feat(model): update Kimi model references from k2.5 to k2.6 across the application by @hazeone in #897
  • fix(gateway): only sync configured channel plugins and cleanup unconfigured extensions by @su8su in #898
  • chore: remove brave-web-search skill by @su8su in #900
  • perf: speed up initial chat, channels, skills, and cron loading by @su8su in #901
  • style(chat): make reply bubble table headers transparent + bold in light theme by @hazeone in #902
  • fix(chat): dedupe optimistic user message against Gateway-prefixed echo by @hazeone in #887
  • fix(chat): execution graph status error by @hazeone in #903
  • optimize: skills page structure by @vcfgv in #905
  • feat(provider): add DeepSeek provider with configuration and icon support by @hazeone in #907

Full Changelog: v0.3.9...v0.3.11

v0.3.11-beta.0

23 Apr 14:03

Choose a tag to compare

v0.3.11-beta.0 Pre-release
Pre-release

🚀 ClawX v0.3.11-beta.0

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

  • Add channel health diagnostics and gateway recovery fixes by @ashione in #855
  • feat: default browser ssrfPolicy to allow private network access by @su8su in #860
  • feat(plugin): support enterprise extension by @hazeone in #861
  • style(channels): simplify channel status indicators by @su8su in #862
  • feat(setup): remove AI provider configuration step from onboarding wizard by @su8su in #863
  • style(channels): align status indicator with Models card style by @hazeone in #867
  • feat(openclaw): upgrade openclaw version 4.15 by @hazeone in #866
  • fix(chat): prevent duplicate renderer requests and thinking messages by @hazeone in #870
  • fix(ui): hide recoverable gateway RPC timeouts from chat interface by @su8su in #875
  • fix(channels): restore dingtalk multi-account support by @su8su in #874
  • refactor(chat): execution graph optimize by @hazeone in #873
  • fix(chat): separate response and thinking messages by @hazeone in #878
  • fix(chat): thinking execution graph by @hazeone in #880
  • feat(release): v0.3.10 tag commit by @hazeone in #881
  • feat(chat): render LaTeX math formulas in assistant messages by @hazeone in #886
  • Update workspace agent file by @su8su in #889
  • feat(dependencies): add tar package to dependencies and update lockfile by @vcfgv in #890
  • fix(chat): tighten runtime internal-message filtering and add targeted tests by @su8su in #891
  • feat: show OpenClaw sidebar entry only in developer mode by @su8su in #892
  • feat(chat): optimize ui for execution graph card by @typhigh in #885
  • feat(model): update Kimi model references from k2.5 to k2.6 across the application by @hazeone in #897
  • fix(gateway): only sync configured channel plugins and cleanup unconfigured extensions by @su8su in #898
  • chore: remove brave-web-search skill by @su8su in #900
  • perf: speed up initial chat, channels, skills, and cron loading by @su8su in #901
  • style(chat): make reply bubble table headers transparent + bold in light theme by @hazeone in #902
  • fix(chat): dedupe optimistic user message against Gateway-prefixed echo by @hazeone in #887

Full Changelog: v0.3.9...v0.3.11-beta.0

v0.3.10

20 Apr 13:38

Choose a tag to compare

🚀 ClawX v0.3.10

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

  • Add channel health diagnostics and gateway recovery fixes by @ashione in #855
  • feat: default browser ssrfPolicy to allow private network access by @su8su in #860
  • feat(plugin): support enterprise extension by @hazeone in #861
  • style(channels): simplify channel status indicators by @su8su in #862
  • feat(setup): remove AI provider configuration step from onboarding wizard by @su8su in #863
  • style(channels): align status indicator with Models card style by @hazeone in #867
  • feat(openclaw): upgrade openclaw version 4.15 by @hazeone in #866
  • fix(chat): prevent duplicate renderer requests and thinking messages by @hazeone in #870
  • fix(ui): hide recoverable gateway RPC timeouts from chat interface by @su8su in #875
  • fix(channels): restore dingtalk multi-account support by @su8su in #874
  • refactor(chat): execution graph optimize by @hazeone in #873
  • fix(chat): separate response and thinking messages by @hazeone in #878
  • fix(chat): thinking execution graph by @hazeone in #880

Full Changelog: v0.3.9...v0.3.10

v0.3.10-beta.5

20 Apr 11:23

Choose a tag to compare

v0.3.10-beta.5 Pre-release
Pre-release

🚀 ClawX v0.3.10-beta.5

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

  • Add channel health diagnostics and gateway recovery fixes by @ashione in #855
  • feat: default browser ssrfPolicy to allow private network access by @su8su in #860
  • feat(plugin): support enterprise extension by @hazeone in #861
  • style(channels): simplify channel status indicators by @su8su in #862
  • feat(setup): remove AI provider configuration step from onboarding wizard by @su8su in #863
  • style(channels): align status indicator with Models card style by @hazeone in #867
  • feat(openclaw): upgrade openclaw version 4.15 by @hazeone in #866
  • fix(chat): prevent duplicate renderer requests and thinking messages by @hazeone in #870
  • fix(ui): hide recoverable gateway RPC timeouts from chat interface by @su8su in #875
  • fix(channels): restore dingtalk multi-account support by @su8su in #874
  • refactor(chat): execution graph optimize by @hazeone in #873
  • fix(chat): separate response and thinking messages by @hazeone in #878

Full Changelog: v0.3.9...v0.3.10-beta.5

v0.3.10-beta.2

18 Apr 07:44

Choose a tag to compare

v0.3.10-beta.2 Pre-release
Pre-release

🚀 ClawX v0.3.10-beta.2

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

  • Add channel health diagnostics and gateway recovery fixes by @ashione in #855
  • feat: default browser ssrfPolicy to allow private network access by @su8su in #860
  • feat(plugin): support enterprise extension by @hazeone in #861
  • style(channels): simplify channel status indicators by @su8su in #862
  • feat(setup): remove AI provider configuration step from onboarding wizard by @su8su in #863
  • style(channels): align status indicator with Models card style by @hazeone in #867
  • feat(openclaw): upgrade openclaw version 4.15 by @hazeone in #866

Full Changelog: v0.3.9...v0.3.10-beta.2

v0.3.10-beta.1

17 Apr 11:35

Choose a tag to compare

v0.3.10-beta.1 Pre-release
Pre-release

🚀 ClawX v0.3.10-beta.1

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

  • Add channel health diagnostics and gateway recovery fixes by @ashione in #855
  • feat: default browser ssrfPolicy to allow private network access by @su8su in #860
  • feat(plugin): support enterprise extension by @hazeone in #861
  • style(channels): simplify channel status indicators by @su8su in #862
  • feat(setup): remove AI provider configuration step from onboarding wizard by @su8su in #863

Full Changelog: v0.3.9...v0.3.10-beta.1

v0.3.9

14 Apr 10:47
6acd8ac

Choose a tag to compare

🚀 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

v0.3.9-beta.1

13 Apr 11:30

Choose a tag to compare

v0.3.9-beta.1 Pre-release
Pre-release

🚀 ClawX v0.3.9-beta.1

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

New Contributors

Full Changelog: v0.3.8...v0.3.9-beta.1

v0.3.8

09 Apr 11:42
fc9e37c

Choose a tag to compare

🚀 ClawX v0.3.8

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 custom provider API key validation fallback by @ashione in #773
  • Add execution graph to chat history by @ashione in #776
  • fix: resolve extension dependency missing in shared chunks (#765) by @su8su in #771
  • fix(providers): resolve provider re-seeding loop on deletion by @su8su in #772
  • Feat/perf dashboard by @su8su in #770
  • fix: resolve Windows gateway reconnect race condition and translate comments by @su8su in #787
  • opt(chat): Enhance error handling for chat.send timeouts and improve logging in gateway RPC calls by @hazeone in #788
  • feat(cron): enable WeChat as a supported delivery channel by @su8su in #789
  • fix(gateway): handle Windows OpenClaw process exit error during in-process restarts by @hazeone in #794
  • Refine chat tool status dedupe by @ashione in #786
  • Perf: hoist hidden-usage-source logic out of Models component by @phpoh in #785
  • Fix: remove duplicate IPC channel and extract error code sets by @phpoh in #780
  • fix(feishu): feishu configuration loss by @hazeone in #795
  • fix(channel): support channel names that include numbers; legacy test names containing numbers may still appear by @hazeone in #796
  • fix(feishu): feishu connector name validate by @hazeone in #797
  • release(version): v0.3.7 by @hazeone in #799
  • Upgrade openclaw to 4.9 by @su8su in #804
  • release 0.3.8 by @su8su in #813

New Contributors

Full Changelog: v0.3.6...v0.3.8