Claude Desktop 1.1.3918
This release provides Claude Desktop version 1.1.3918 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.3918_amd64.debAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.3918-x86_64.AppImage
./Claude_Desktop-1.1.3918-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | a157ac05127d837d84c99ce770aa4152cb489b49b294d696afef6824c2d2382b
|
| AppImage | 9cc1371a399b5f1c206225dfa2650e415cd399c7e12237d37bd93f4c3ff36d35
|
| Debian | 4ef82bf557d704fd9bed4a2ded68fb4f2caf8d853010997f705adf862ddaa581
|
Changes since last release
Changed
- Update to Claude Desktop v1.1.3918 (from v1.1.3770)
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