Claude Desktop 1.3883.0 (patch release 2)
This release provides Claude Desktop version 1.3883.0 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)
# x86_64
sudo apt install ./claude-desktop-bin_1.3883.0-2_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.3883.0-2_arm64.debFedora/RHEL (RPM Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-binFedora/RHEL (manual .rpm)
# x86_64
sudo dnf install ./claude-desktop-bin-1.3883.0-2.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.3883.0-2.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.3883.0-x86_64.AppImage
./Claude_Desktop-1.3883.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.3883.0-aarch64.AppImage
./Claude_Desktop-1.3883.0-aarch64.AppImageUpdate existing AppImage (delta download — only changed blocks):
appimageupdatetool Claude_Desktop-*-x86_64.AppImage # Or from within the AppImage: ./Claude_Desktop-*-x86_64.AppImage --appimage-update
Checksums
| File | SHA256 |
|---|---|
| Tarball | 3462052b86e343a95d1930af5771adef39acec120fec8cf3a53f9f8fdc6e7916
|
| AppImage (x86_64) | 5e2fa466a50a973fed4dc6ee7690dc749ab56054ed744d289320a39ad5f4da8b
|
| AppImage (aarch64) | f81b68892106151a4ba108323a7d3f16e6a4a8b42161fd59d5f9387e952f9383
|
| Debian (amd64) | c3cb4b37ddcce1b636ae3e834a5c3d67314acd1353b5982c8a358aed03480226
|
| Debian (arm64) | 15a587ae24b9bc79467eec2f447c866c468dcfc1d76fe242fb531ecb9926a602
|
| RPM (x86_64) | b7ec2d606c047993f67f0b39c4f40eeb602944b5bc9c59d63b69ba69bd0d67d0
|
| RPM (aarch64) | 4b1e3328cb1fcf0b26ec423bd65ca275114f8d04e3ea3cfbffb2e8f893739e46
|
Changes since last release
- Fix: Third-Party Inference configuration now works on Linux (#57). The
ion-dist/web frontend (85MB, 842 files) was missing from the package — theapp://protocol handler had nothing to serve. Main process code is already Linux-compatible; the SPA needed minor patching (see below). - New patch:
fix_ion_dist_linux.nim— patches the ion-dist 3P configuration SPA for Linux:- Adds Linux org-plugins mount path (
/etc/claude-desktop/org-plugins) — upstream only has macOS and Windows paths, so on Linux it showed the macOS path - Fixes mount-path display component to use the Linux path when
platform === "linux"instead of falling back to macOS - Dynamically finds the target JS file (content-hashed filename changes every upstream release)
- Adds Linux org-plugins mount path (
- Updated:
fix_vm_session_handlers.nim— extended IPC error suppression to also coverLocalSessionsandQuickEntryhandlers (in addition to existingClaudeVMandLocalAgentModeSessions) - Build: future-proof resource copying — replaced individual
cpcommands for locales, tray icons, claude-ssh, and cowork-plugin-shim with a bulk copy of all upstream resources tolocales/. Windows-only files (.exe,.dll,.vhdx,.ico) are excluded. New resources Anthropic adds in future releases will be automatically included. - Build: ion-dist post-copy patching — new build step applies
fix_ion_dist_linuxto ion-dist after resource copy, with graceful skip if ion-dist or the patch binary is unavailable - Newly bundled resources:
ion-dist/(web frontend),fonts/,drizzle/(DB migrations),seed/,claude-screen*.png