github patrickjaja/claude-desktop-bin v1.1.3770
Claude Desktop 1.1.3770

latest releases: v1.2773.0, v1.2581.0-3, v1.2581.0-2...
one month ago

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-bin

Debian/Ubuntu (APT Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-bin

Debian/Ubuntu (manual .deb)

sudo apt install ./claude-desktop-bin_1.1.3770_amd64.deb

AppImage (Any Distro)

chmod +x Claude_Desktop-1.1.3770-x86_64.AppImage
./Claude_Desktop-1.1.3770-x86_64.AppImage

Checksums

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 name s$t contains $ which \w doesn't match
  • fix_locale_paths.py / fix_tray_path.py — Replace hardcoded /usr/lib/claude-desktop-bin/locales with runtime expression require("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.resourcesPath instead 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

Links

Don't miss a new claude-desktop-bin release

NewReleases is sending notifications on new releases.