Skip to content

Claude Desktop 1.26832.0 (patch release 3)

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 07:08
· 2 commits to master since this release

Claude Desktop 1.26832.0 (patch release 3)

This release provides Claude Desktop version 1.26832.0 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-extra

Arch Linux (manual package)

# x86_64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v1.26832.0-3/claude-desktop-extra-1.26832.0-3-x86_64.pkg.tar.zst
# ARM64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v1.26832.0-3/claude-desktop-extra-1.26832.0-3-aarch64.pkg.tar.zst

Debian/Ubuntu (APT Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-extra/install.sh | sudo bash
sudo apt install claude-desktop-extra

Debian/Ubuntu (manual .deb)

# x86_64
sudo apt install ./claude-desktop-extra_1.26832.0-3_amd64.deb
# ARM64
sudo apt install ./claude-desktop-extra_1.26832.0-3_arm64.deb

Fedora/RHEL (RPM Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-extra/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-extra

Fedora/RHEL (manual .rpm)

# x86_64
sudo dnf install ./claude-desktop-extra-1.26832.0-3.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-extra-1.26832.0-3.aarch64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-extra

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.26832.0-x86_64.AppImage
./Claude_Desktop-1.26832.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.26832.0-aarch64.AppImage
./Claude_Desktop-1.26832.0-aarch64.AppImage

Update 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) d1b5e1d9d925f4526858cfea3280e0bd9b61784bfa2cc6fa56c1f7023a2ea9d0
Arch pacman (aarch64) f9d8d85b7893c2344727b71c66a654431c4518350a6c38f1277f943fbe76b939
Tarball (x86_64) 639158916ad2dcb88e77a31be4a225b1a33bf3e01067b3683d2f5d1352d3e82b
Tarball (aarch64) 82d415880f88a445be90d1c5ab6be210a8257ec83aa475aafa1394a2a4bb9526
AppImage (x86_64) 6aede026a97500877ef868404a7ca2f74cfad5bab8d74da409cf5b8f1d7247f2
AppImage (aarch64) 554db16a8590eae834355fda8e06f5ab5f9048d42663817ae406c1e9a60c2868
Debian (amd64) aba3d630801cd8f0a40f37957555e3ae70a85baca37830902c3a68d6fceeebe7
Debian (arm64) 69082b55aa5f7e9d9c078ed56716ae1ae5951599772726c471dd446ba3e8e44e
RPM (x86_64) f96663754ced962183a311b5359ec6f67f2b29d1fe2ab06f988bd496974fb39d
RPM (aarch64) 6907be18ff349a5ac1e6738bfa7c38815f3a37e5c19e8f5b0d8698a2058db181

Changes since last release

From CHANGELOG.md, 2026-08-11:

Every release download is attested (#224)

Contributed by Kaj Kowalski (@kjanat). The release job now publishes a GitHub build-provenance attestation for every release asset - tarballs, .deb, .rpm, AppImage, the pacman packages and repo database - before anything goes live, so gh attestation verify --owner patrickjaja <file> works on any download. The step is fail-closed ahead of all publishing: if attestation fails, the release aborts cleanly with every channel still on the previous version. The reproducibility probe now also reuses the release pipeline's own bridge binaries from its cache (restore-only) and prints its digest next to the latest release asset's, so probe and release attestations can cover the very same bytes.

Links