github patrickjaja/claude-desktop-bin v1.1.2685
Claude Desktop 1.1.2685

latest releases: v1.1617.0-2, v1.1617.0, v1.1348.0...
one month ago

Claude Desktop 1.1.2685

This release provides Claude Desktop version 1.1.2685 pre-patched for Linux.

Installation Options

Arch Linux (AUR)

yay -S claude-desktop-bin

Debian/Ubuntu (.deb)

# Download the .deb file, then:
sudo apt install ./claude-desktop_1.1.2685_amd64.deb
# Note: Requires 'electron' package from your distro or a PPA

AppImage (Any Distro)

chmod +x Claude_Desktop-1.1.2685-x86_64.AppImage
./Claude_Desktop-1.1.2685-x86_64.AppImage

Checksums

File SHA256
Tarball b4ea7800d1116b002569369749a63266374a1154ea130d4911cf03015cf86ce9
AppImage dc6411d728b992817c5b2ff51456c9b7f082abdc4d7937a3a886fa13cfb8b3e5
Debian 70190d2ad775847ef9959a3ca493ffbb48f5b4045aba65f5de55b67d2be3baae

Recent Changes

Added

  • Runtime smoke testing in CI — Three layers of defense to prevent broken builds reaching users:
    • Brace mismatch in fix_vm_session_handlers.py now fails the build instead of warning
    • node --check validates JavaScript syntax on all patched files before repacking
    • New scripts/smoke-test.sh runs the Electron app headlessly via xvfb-run for 15s to catch runtime crashes
    • CI Docker container now installs electron and xorg-server-xvfb for smoke testing

Fixed

  • fix_vm_session_handlers.py — Replace false-positive absolute brace count check with delta check (comparing before/after patching); add support for new try/catch wrapper in getRunningStatus pattern (v1.1.2685+)
  • enable_local_agent_mode.py — Update mC() merger pattern for v1.1.2685: desktopVoiceDictation was removed from async merger, now uses flexible pattern matching the full async arrow function instead of hardcoding the last property name

Links

Don't miss a new claude-desktop-bin release

NewReleases is sending notifications on new releases.