Claude Desktop 1.52386.3
This release provides Claude Desktop version 1.52386.3 pre-patched for Linux.
Installation Options
Arch Linux (pacman Repository - recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-extra/install-pacman.sh | sudo bash
sudo pacman -Syu claude-desktop-extraArch Linux (manual package)
# x86_64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v1.52386.3/claude-desktop-extra-1.52386.3-1-x86_64.pkg.tar.zst
# ARM64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v1.52386.3/claude-desktop-extra-1.52386.3-1-aarch64.pkg.tar.zstDebian/Ubuntu (APT Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-extra/install.sh | sudo bash
sudo apt install claude-desktop-extraDebian/Ubuntu (manual .deb)
# x86_64
sudo apt install ./claude-desktop-extra_1.52386.3-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-extra_1.52386.3-1_arm64.debFedora/RHEL (RPM Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-extra/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-extraFedora/RHEL (manual .rpm)
# x86_64
sudo dnf install ./claude-desktop-extra-1.52386.3-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-extra-1.52386.3-1.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-extraAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.52386.3-x86_64.AppImage
./Claude_Desktop-1.52386.3-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.52386.3-aarch64.AppImage
./Claude_Desktop-1.52386.3-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 |
|---|---|
| Arch pacman (x86_64) | 77afd9c19c931c6d3d480be3b5dbe8b9e6fb1c0cb5fc4d038a85e92214119701
|
| Arch pacman (aarch64) | 54155603ffee18c8658fdecb1e027b1408613b1f7620e8b2b8ed9cf50948f009
|
| Tarball (x86_64) | 5db1356d9a33b023ba256c329e8ff3212ac84edd289104afd1e24b8ddc4a0d83
|
| Tarball (aarch64) | 154333cee464d67509e27f9e76754fe07815ad497b161501c0d7d280c4475709
|
| AppImage (x86_64) | 06042a389eb781ce5c5b7a1554918f4b2461b63f2818701e1afbd2841d20579c
|
| AppImage (aarch64) | f5a7a3f0918ba9217d3fcd2876ad3817b26d580b03dfac15d8fcde769db931dc
|
| Debian (amd64) | ba1d815b5ca3192b2f3f2afc9df137d48e60a61e5723f9e76b4e9278c37285bc
|
| Debian (arm64) | c394a71cbc8123f3152ab2d9f221fd3b20a18482a5362f3c37ed706226472fdd
|
| RPM (x86_64) | b1773f902d5160133e6b2827a9f6395d8294eab4a6c00e6e5f24e069162601a9
|
| RPM (aarch64) | 11e0d473e97314c4033bc6c40d0799f20a0e9be6cba10174da55756919dc6649
|
Changes since last release
Automated upstream bump: repackaged the official Claude Desktop v1.52386.3 .deb. The existing patch set applied cleanly; CHANGELOG.md has no new entries since v1.52386.0. See the Full Changelog for the latest maintained notes.