Claude Desktop 1.1.3363 (patch release 2)
This release provides Claude Desktop version 1.1.3363 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.3363_amd64.debAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.3363-x86_64.AppImage
./Claude_Desktop-1.1.3363-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | 38b8c179bd9d2c46acb1e7320a4fe7f9591e280d8a4d29b2d75cfdc7abeca8c7
|
| AppImage | e0b7450e7f0d71013e3f674cddcc3634e23139a130cff614333dd3422c6feb7f
|
| Debian | f50e7fbcda9cf3320aeb6b130a7eb433baf163f412ab833178cef020e8debdc9
|
Changes since last release
Changed
- Update to Claude Desktop v1.1.3363 (from v1.1.3189, 174 builds ahead)
Fixed
- fix_claude_code.py —
getStatus()regex now uses[\w$]+instead of\w+for the status enum name, fixing match failure when minifier produces$-prefixed identifiers (e.g.$s) - fix_marketplace_linux.py — CCD gate function name and runner selector now use flexible
\w+patterns instead of hardcodedHb/oAt(function renamed toGwin v1.1.3363)
Added
- update-prompt.md — Reusable prompts for future version updates (build & fix, diff & discover)
Notes
- Diff analysis shows only minified variable renames between v1.1.3189 and v1.1.3363
- One new feature flag
4160352601(VM heartbeat auto-restart) — no Linux patch needed - Key renames:
la()→Xi()(feature flags),Hb→Gw(CCD gate),Cs→$s(status enum),tt→rt(path module)