Claude Desktop 1.1.2102
This release provides Claude Desktop version 1.1.2102 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.2102_amd64.deb
# Note: Requires 'electron' package from your distro or a PPAAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.2102-x86_64.AppImage
./Claude_Desktop-1.1.2102-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | 18814a94546cb1b33c975993a2c955822ae4fe5532912bdb79afdfa02bb41ad9
|
| AppImage | f6038d6617e49fb65ebf8d833dc9e49fc6113c27e4d8ded1f740f2b6ce0ff8d7
|
| Debian | 625ba85edd679943d1243ca2108e0fd5cfaad349e6668dfebf8469c6d825a35a
|
Recent Changes
Fixed
- Disable non-functional Cowork tab — Cowork requires ClaudeVM (unavailable on Linux); tab is now visually disabled with reduced opacity and click prevention via
fix_hide_cowork_tab.py - Suppress false update notifications — New
fix_disable_autoupdate.pypatch makes the isInstalled check return false on Linux, preventing "Update heruntergeladen" popups - Stop force-enabling chillingSlothFeat —
enable_local_agent_mode.pyno longer patches the chillingSlothFeat (Cowork) function or overrides it in the mC() merger; only quietPenguin/louderPenguin (Code tab) are enabled - Gate chillingSlothLocal on Linux — Added Linux platform check to prevent it from returning "supported"
- Fix startVM parameter capture —
fix_vm_session_handlers.pynow uses dynamic parameter name capture instead of hardcodede - Fix getBinaryPathIfReady pattern —
fix_claude_code.pyupdated for newgetLocalBinaryPath()code path in v1.1.2102