Claude Desktop 1.1.3830
This release provides Claude Desktop version 1.1.3830 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.3830_amd64.debAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.3830-x86_64.AppImage
./Claude_Desktop-1.1.3830-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | a3ab605b931ff1c2fbbf1d56369b719b3f2a6c52b9c15155f5fb6c0341fc3c9f
|
| AppImage | cca1910cc3535f464e3cd958178706d2e967fe877a7f07c274981eebcde8fe9d
|
| Debian | ac2d1dee2b6431ea942fd19db5956e25af958352ad414b23027345fdf497af07
|
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