Claude Desktop 1.5354.0 (patch release 4)
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-4_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.5354.0-4_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-4.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.5354.0-4.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 | 763fec9f33843f781c49199e6bee695d3e56bc0828b02ae1eac9d13c866861b5
|
| AppImage (x86_64) | 90a90a633e65418d4d6fe220ebc9169d8f44a425a41be179f2af656188621311
|
| AppImage (aarch64) | b5b3773d9e446b0131e679d9887ae975fd2ba14e956fe4468b27498ddc9b40ff
|
| Debian (amd64) | 13bc2c6a51d46527210f3c43293c9b2300a033bb4a51b1e12df35beee80f2f2c
|
| Debian (arm64) | 06d2038204ae1ee23814c163c75a9627b73221b23aeec38c14ea8d558f2e64f1
|
| RPM (x86_64) | 106c33ec5829a22d074382393b78997d753cb1579e4fb114a2798569b08a6ce0
|
| RPM (aarch64) | 769214cea6b01e1ba6c85d7020ea566281e15a0cd7f0c26914418473cf9fe24d
|
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)