Skip to content

Claude Desktop 1.24012.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:03

Claude Desktop 1.24012.0

This release provides Claude Desktop version 1.24012.0 pre-patched for Linux.

Installation Options

Arch Linux (AUR)

yay -S claude-desktop-bin

Debian/Ubuntu (APT Repository — recommended)

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

Debian/Ubuntu (manual .deb)

# x86_64
sudo apt install ./claude-desktop-bin_1.24012.0-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.24012.0-1_arm64.deb

Fedora/RHEL (RPM Repository — recommended)

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

Fedora/RHEL (manual .rpm)

# x86_64
sudo dnf install ./claude-desktop-bin-1.24012.0-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.24012.0-1.aarch64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.24012.0-x86_64.AppImage
./Claude_Desktop-1.24012.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.24012.0-aarch64.AppImage
./Claude_Desktop-1.24012.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
Tarball (x86_64) a1216f35401e4214d870ec77d85a65f0d2ad2d11e1515190c6beaef6256d1882
Tarball (aarch64) dfe28c0899b8c35a4020f77f8a03d57f5c8d3fff00ae687a4c19bce455f54346
AppImage (x86_64) cea08b9eac6d851273aedcf313de861c5c9dca95250d1feb964cce0bda0ec10c
AppImage (aarch64) a7a25ecb8a0ba9f172e55f6ab7551f58fc85d5252695f3c964e81ad6fa636d19
Debian (amd64) 755a374ba3088e4623f88f8ad3afe52e4a0061e8a1d4b7f3e7532187a638e66b
Debian (arm64) 5f777de0bbc6ffb73f4994c9be231efe4fb89c416f1ad585342305c326738f70
RPM (x86_64) d04ccc83f1149612a8749278c02d7073d650a483d62501b545cec9bf1c5bbb17
RPM (aarch64) 1bb96c8b0b8121f90a133d7f4a694a3a971541046b99e5a2b48b74e69ea70953

Changes since last release

Automated upstream bump: repackaged the official Claude Desktop v1.24012.0 .deb. The existing patch set applied cleanly; CHANGELOG.md has no new entries since v1.22209.3-4. See the Full Changelog for the latest maintained notes.

Links