Claude Desktop 1.8089.1 (patch release 2)
This release provides Claude Desktop version 1.8089.1 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.8089.1-2_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.8089.1-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.8089.1-2.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.8089.1-2.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.8089.1-x86_64.AppImage
./Claude_Desktop-1.8089.1-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.8089.1-aarch64.AppImage
./Claude_Desktop-1.8089.1-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 (x86_64) | 0b6db197deb03f07bd926e53079ed788aa8033cf8cc6ebc4fb6b788861cf70f1
|
| Tarball (aarch64) | 63038c1739edac7637189306828100316b519ec9e09ff87c3ce64ece617a4dd5
|
| AppImage (x86_64) | fa202501924f2797d5f80e3f4c840c194d38736289f51c43e79ef8df38b1781c
|
| AppImage (aarch64) | d792a85065d87fabf008d584d0ef333695e12b7d0db1130ed660fb927216a92b
|
| Debian (amd64) | 978791a166df07789ad7385104a04f18a7fa8785c9c90c725e3f821b01a6ed2a
|
| Debian (arm64) | 44df69a0d5180fba4bfb781215cecc61cbf6de128328ebf715fa9c0c936687bb
|
| RPM (x86_64) | cea2992e804b15132a8302ad1c4805a6f18fef60b848eb4b059d1ae81d99dea1
|
| RPM (aarch64) | 0a2d1b40ceb97d22a647587123c0e0bc0a38d9e38d639fbd33284081ca7e7260
|
Changes since last release
- APT install script now uses DEB822
.sourcesformat instead of legacy one-line.listformat (#101) install.shcreates/etc/apt/sources.list.d/claude-desktop.sourceswith structuredTypes/URIs/Suites/Signed-By/Architecturesfields- Migration: re-running
install.shautomatically removes the oldclaude-desktop.listto prevent duplicate APT entries - Manual setup docs (
packaging/apt/index.html) updated to match - Compatible with all supported distros (Debian 11+, Ubuntu 22.04+) - DEB822 has been supported since APT 1.1