Claude Desktop 1.5354.0 (patch release 3)
This release provides Claude Desktop version 1.5354.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.5354.0-3_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.5354.0-3_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.5354.0-3.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.5354.0-3.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.5354.0-x86_64.AppImage
./Claude_Desktop-1.5354.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.5354.0-aarch64.AppImage
./Claude_Desktop-1.5354.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 | 91f4cc61d6075dd7851efe704fad0d85e62e80327a7ddaf25753f749dcfd3ec4
|
| AppImage (x86_64) | 60b245c12af45790fc42405d64c9ca46dcf7c3db07d762453322ca0ca6049eee
|
| AppImage (aarch64) | 2c325ff78cd4215aad809336aee4af2b5c1d98b39344cd67bb67f4a477861f91
|
| Debian (amd64) | 60fdab6842bbd63202110b9ffd1bbc236a63af80bcc99df2bb6694fee9104f27
|
| Debian (arm64) | ac176a61dfc4c2e1f79a126c8e14cb0260b2060238a147c4661470a585ee2645
|
| RPM (x86_64) | f1b141712d10d485a2248140ab9ac2e94a231b13ef9f5e35192d39650d5922f2
|
| RPM (aarch64) | 226fa85be2c42897d5513f29fe1b95df1b5a4c1e8a909df89bd6cea19eaabd20
|
Changes since last release
- Fixed: Bridge build uses
rust:1-trixie(PipeWire 1.4, needed forpw_stream_get_nsec) +cargo-zigbuildtargeting glibc 2.31 (was Bullseye/Bookworm which lacked the required PipeWire APIs) - Added: aarch64 cross-compilation in the same Docker step; aarch64 binary uploaded as artifact and swapped into tarball for ARM64 AppImage, DEB, and RPM packages
- Hardened: Bridge build failure now stops the pipeline (was a non-fatal warning)