github patrickjaja/claude-desktop-bin v1.1.3830
Claude Desktop 1.1.3830

latest releases: v1.1.9310-2, v1.1.9310, v1.1.9134-3...
one month ago

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-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.3830_amd64.deb

AppImage (Any Distro)

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

Checksums

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