Claude Desktop 1.1.3963
This release provides Claude Desktop version 1.1.3963 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.3963_amd64.debFedora/RHEL (manual .rpm)
sudo dnf install ./claude-desktop-bin-1.1.3963-1.x86_64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.3963-x86_64.AppImage
./Claude_Desktop-1.1.3963-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | a648fc4a888fcad84347df76afcde910c3744f21355ef3c3015ecc15a0cddbcc
|
| AppImage | f625b0d8d80c06743a88c75f49e001c5d780399aa45c2475ad35362ab31382c4
|
| Debian | a996815b0888104fb6e3252820581f41d008bc912bf0b78a63ed1ba53923c01f
|
| RPM | 8ce897e8ac700882b5d7ae85a8d02ff58a67afe9386cd00e5a26667d81ce1cbb
|
Changes since last release
Changed
- Update to Claude Desktop v1.1.3918 (from v1.1.3770)
Added
- RPM packaging —
packaging/rpm/build-rpm.sh+claude-desktop-bin.specfor Fedora/RHEL; builds infedora:40container during CI,.rpmincluded in GitHub Release assets - NixOS packaging —
flake.nix+packaging/nix/package.nixusing system Electron viamakeWrapper;packaging/nix/update-hash.shhelper for version bumps - CI: RPM build/test — Fedora container builds and smoke-tests the
.rpmbefore release - CI: Nix build — Validates
nix buildsucceeds during CI; uses localfile://tarball to avoid hash mismatch with not-yet-created GitHub release
Fixed
- enable_local_agent_mode.py — Use
[\w$]+instead of\w+for async merger function names ($Ptcontains$); also make User-Agent spoof pattern variable-agnostic (\w+\.setinstead of hardcodeds\.set) - fix_cowork_linux.py — Use regex instead of literal match for error detection pattern; variable name changed from
ttoein v1.1.3918
Added
- fix_mcp_reconnect.py — New patch: fix MCP server reconnection error ("Already connected to a transport") by calling
close()beforeconnect()in theconnect-to-mcp-serverIPC handler
Documentation
- CLAUDE_FEATURE_FLAGS.md — Updated for v1.1.3918: function renames (Oh→Fd, mC→mP, QL→o_e),
chillingSlothEnterprisemoved to static layer,mPsimplified to only overridelouderPenguin,ccdPluginsinlined, added version history table
Notes
- Key renames: Oh()→Fd(), mC()→mP, QL()→o_e(), all individual feature functions renamed
chillingSlothLocalnow unconditionally returns supported (no more win32/arm64 gate)louderPenguinremoved from Fd() entirely, only exists in mP async merger