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-binDebian/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 PPAAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.2685-x86_64.AppImage
./Claude_Desktop-1.1.2685-x86_64.AppImageChecksums
| 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.pynow fails the build instead of warning node --checkvalidates JavaScript syntax on all patched files before repacking- New
scripts/smoke-test.shruns the Electron app headlessly viaxvfb-runfor 15s to catch runtime crashes - CI Docker container now installs
electronandxorg-server-xvfbfor smoke testing
- Brace mismatch in
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/catchwrapper ingetRunningStatuspattern (v1.1.2685+) - enable_local_agent_mode.py — Update mC() merger pattern for v1.1.2685:
desktopVoiceDictationwas removed from async merger, now uses flexible pattern matching the full async arrow function instead of hardcoding the last property name