Claude Desktop 1.1.3770
This release provides Claude Desktop version 1.1.3770 pre-patched for Linux.
Installation Options
Arch Linux (AUR)
yay -S claude-desktop-binDebian/Ubuntu (APT Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-binDebian/Ubuntu (manual .deb)
sudo apt install ./claude-desktop-bin_1.1.3770_amd64.debAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.3770-x86_64.AppImage
./Claude_Desktop-1.1.3770-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | 8783e01e435ce142353d5cdc06e893798d1eb1aca92df215accf2d2de1f589ff
|
| AppImage | 244a2aff40b8cf772814850053c51f8f85dc8b4dae63fb3a4802cc77d5997790
|
| Debian | 7ecb7e202ddf52b55f20c35b33a62e106ae2f9cbf5202860c1f6633b5893e374
|
Changes since last release
Changed
- Update to Claude Desktop v1.1.3770 (from v1.1.3647)
Fixed
- fix_quick_entry_position.py — Use
[\w$]+instead of\w+for function name in position function pattern; minified names$tcontains$which\wdoesn't match - fix_locale_paths.py / fix_tray_path.py — Replace hardcoded
/usr/lib/claude-desktop-bin/localeswith runtime expressionrequire("path").dirname(require("electron").app.getAppPath())+"/locales"so locale/tray paths resolve correctly for Arch, Debian, and AppImage installs (fixes #7) - fix_node_host.py → fix_0_node_host.py — Renamed so it runs before fix_locale_paths.py; regex updated to match original
process.resourcesPathinstead of post-patch hardcoded path - build-deb.sh — Bundle Electron instead of depending on system
electron; fix dependencies from Arch package names to Ubuntu/Debian shared library deps; fix launcher to use bundled binary