Claude Desktop 2.7032.0 (patch release 3)
This release provides Claude Desktop version 2.7032.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-extraArch Linux (manual package)
# x86_64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v2.7032.0-3/claude-desktop-extra-2.7032.0-3-x86_64.pkg.tar.zst
# ARM64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v2.7032.0-3/claude-desktop-extra-2.7032.0-3-aarch64.pkg.tar.zstDebian/Ubuntu (APT Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-extra/install.sh | sudo bash
sudo apt install claude-desktop-extraDebian/Ubuntu (manual .deb)
# x86_64
sudo apt install ./claude-desktop-extra_2.7032.0-3_amd64.deb
# ARM64
sudo apt install ./claude-desktop-extra_2.7032.0-3_arm64.debFedora/RHEL (RPM Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-extra/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-extraFedora/RHEL (manual .rpm)
# x86_64
sudo dnf install ./claude-desktop-extra-2.7032.0-3.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-extra-2.7032.0-3.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-extraAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-2.7032.0-x86_64.AppImage
./Claude_Desktop-2.7032.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-2.7032.0-aarch64.AppImage
./Claude_Desktop-2.7032.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 |
|---|---|
| Arch pacman (x86_64) | ee4160356697a60132ad191c970754dc6bf2ab4128a4cb3203f78596a385a045
|
| Arch pacman (aarch64) | 54d6dd64d5f68670f41d824d8d2ec7c995abefdb56e47e8d2441cc8fdc16f497
|
| Tarball (x86_64) | 04523c9c76961e57714ba029f976d2093dc69eeb7bd1e7600fc64d04e12a5dc3
|
| Tarball (aarch64) | 080e968281dab5b018676eff184af3d916b3c7d535185ac7d21dfcf57986321b
|
| AppImage (x86_64) | b1d646efdd2b6b18cd4db6869dcc86d138f884b32beb643699ef9166adcb9993
|
| AppImage (aarch64) | 3b87e89c3aae84a252f2456a9b916efcbb65760da156e2fd2a9301400a9c3096
|
| Debian (amd64) | 9da13a97b0f296f1fd52dc27bf6507f26935af060329405f1d09c5bac62c7074
|
| Debian (arm64) | b590e21b6ffdebb309b6ab6b175cdf5aa1353574b48be3ea79f84c5641b3832c
|
| RPM (x86_64) | 61afec0dad67e9884383d8638ff81abaf5a257bd171d0ddc07fec98624102427
|
| RPM (aarch64) | e904d96f93e408e3503fbfd45c7842a389ef39020130d605be929cc8e7b6334a
|
Changes since last release
From CHANGELOG.md, 2026-09-25:
Launcher: persistent Electron flags file
- The launcher reads Chromium/Electron flags from
~/.config/claude-desktop-flags.conf($XDG_CONFIG_HOMEhonored;#
comments and blank lines ignored), the same convention as the AUR
claude-desktoppackage. Contributed by @ytinyui
in #257. - The file's flags are treated like command-line arguments that come before your
own: they override the launcher's automatic--ozone-platform=and
--password-store=choices, feature lists are merged, and the real command
line still wins. See Environment Variables.
Repo cleanup
- The repo root is down to 7 files. The README leads with a quick-install table and
keeps a "Reporting a bug" block (--diagnose+claude-patches.log); details moved
todocs/(newtroubleshooting.mdandcommand-line.md;PATCHES.mdis now
docs/patches.md). AGENTS.md is half its size. - Removed docs superseded by skills:
update-prompt.md,UPDATE-PROMPT-CC-INPUT-MANUAL.md
andAGENT_TEAM_PROMPT.md(the/updateand/auditskills),wayland.md(merged
intodocs/),CLAUDE.md(AGENTS.md is read natively). PKGBUILD.templateandclaude-desktop-extra.installmoved topackaging/arch/;
the generated PKGBUILD and the release assets are unchanged.- The absorption probe keeps its (empty) exception list in the script instead of
CONSTRAINTS.md; the gates are unchanged. - The new-version tracking issue gets a short inline body instead of a template.
- Arch install now leads with the AUR (
yay -S claude-desktop-extra) in the README and on
the website; the signed pacman repository stays as the no-AUR-helper option.