Claude Desktop 1.1.886
This release provides Claude Desktop version 1.1.886 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.886_amd64.deb
# Note: Requires 'electron' package from your distro or a PPAAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.886-x86_64.AppImage
./Claude_Desktop-1.1.886-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | 979a7162c83b0a94875619eff0ffdbff40f5d534d31430bb4fde0dba68348c5d
|
| AppImage | 1533a0b68d0ea4799d3f29cc000e761ac658200bdf24eb127e1cee53adf0a2a3
|
| Debian | 852ab41f499fee56a9e12777022af9e569a2e3d04c3c25a895a442ddbf1b7ea5
|
Recent Changes
Fixed
- Title bar and sidebar issues for v1.1.886 - Fixed two related issues where title bar hides and sidebar toggle is not clickable:
- New patch
fix_browserview_position.py: Fixes BrowserView y-positioning - changesc=Ds?eS+1:0toc=Pn?0:eS+1so Linux gets the 37px title bar offset like Windows - Updated
fix_title_bar.py: Disables both early returns in renderer withfalse&&prefix instead of removing negation
- New patch