Claude Desktop 1.1.4173
This release provides Claude Desktop version 1.1.4173 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.4173_amd64.debFedora/RHEL (manual .rpm)
sudo dnf install ./claude-desktop-bin-1.1.4173-1.x86_64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.4173-x86_64.AppImage
./Claude_Desktop-1.1.4173-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | 907a9726105f4d76f97f89c2a924d9d58ea1368a2ac7bbd480906fdeddf92785
|
| AppImage | 4129119ec967d3966fed1f9f550a02b0d9c6f87816247bbe85234e71d45252d5
|
| Debian | db5f9ad3dcc9ba4f63143f77fc1cc8fd2cfde1270071086a9cbe5046efbdb2ef
|
| RPM | d87a1718d9dbf8c82997f61424829473b577803fb75ed7b52fc9a82e50d408b4
|
Changes since last release
Changed
- Update to Claude Desktop v1.1.4088 (from v1.1.3918)
Fixed
- fix_disable_autoupdate.py — Use
[\w$]+instead of\w+for Electron module variable ($econtains$) - fix_marketplace_linux.py — Use
[\w$]+for all variable patterns; gate function renamedHb→$S, managersgz→CK/$K - fix_quick_entry_position.py — Use
[\w$]+for Electron module variable; make fallback display patch optional (lazy-init pattern removed upstream) - fix_tray_icon_theme.py — Use
[\w$]+for Electron module variable ($e) - fix_mcp_reconnect.py — Detect upstream close-before-connect fix and skip gracefully (upstream added
t.transport&&await t.close()) - enable_local_agent_mode.py — Add second regex variant for the yukonSilver (NH/WOt) platform gate to support v1.1.4173+
formatMessagepattern alongside the old template literal pattern
Added
- update-prompt.md — New "Step 0: Clean Slate" section for removing stale artifacts before version updates
- CLAUDE.md — Added log files section documenting runtime logs at
~/.config/Claude/logs/
Notes
- Key renames: Electron module
Pe→$e, CCD gateHb→$S, marketplace managersgz/mz→CK/$K - MCP reconnect fix is now upstream — patch detects and skips
- Common fix:
$in minified JS identifiers requires[\w$]+in regex patterns