Claude Desktop 2.7032.0
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/claude-desktop-extra-2.7032.0-1-x86_64.pkg.tar.zst
# ARM64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v2.7032.0/claude-desktop-extra-2.7032.0-1-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-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-extra_2.7032.0-1_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-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-extra-2.7032.0-1.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) | 1c9df1b63b98b4ac0c3afc44eb4a8dd82b372c10d488e5ccf4d8acbcdba3284f
|
| Arch pacman (aarch64) | 1a7f48bf501c411e3a5562771a8a7eb369674c4b94a8c10d463c20d211d65328
|
| Tarball (x86_64) | dd0fdd63ecc6bbde4987fa2ee763b6d29df28cb34956d2d5ea2016c1cd5721b1
|
| Tarball (aarch64) | 1dad5afec8e886c9765e14a6aabdb841a361ae96f7965d38e0458b8339f03b7e
|
| AppImage (x86_64) | fdb7d9eb98f6d69b3482f8970cf5de5f8d9eb36964d2afd766b4e3236b748445
|
| AppImage (aarch64) | 5acfd1883cedb19e803bcb3ffbe215ee8e627fcb56855cf6ea0f80600452e0ba
|
| Debian (amd64) | 5aacf3aec670f965ee3ed3e428ef2406c2aae2eb6cc6a338195b5815cdfd3797
|
| Debian (arm64) | f07cbc5ffdd727b17ca6c5f7aeb4f2fd4cd07eee9f657418db6aedc1e655ae81
|
| RPM (x86_64) | 349e5aa9a96a0f35800a9eb271dea486154734eab6b02ca30347c038f8f3aac6
|
| RPM (aarch64) | 11d7d134728ae494ce5a7a7b343f38a9505ae7f7896ed4b149722bc51907b295
|
Changes since last release
From CHANGELOG.md, 2026-09-23:
Claude Desktop v2.7032.0
The auto-release stopped on one sub-patch. It was an assert, not a real breakage.
enable_local_agent_mode Patch 3n checked that SSH remote sessions still forward
plugins and MCP servers without a flag gate (upstreamed in v1.18286.0). It looked
for the method resolveSshControllerForMcp, which upstream has now moved into a
module-level helper. The body is the same, if(e)return <controller>(e), still
without a gate, and it is still called from both createMcpServer and
reconcileServers. Patch 3n injected nothing, so under the retired-guard policy
(AGENTS.md Rule 4/6) it is removed rather than re-anchored. The patch's
EXPECTED_PATCHES goes from 7 to 6.
Every other patch applied unchanged. Spot-checks confirmed that the Computer Use,
Quick Entry, GrowthBook-override and Extra-settings injections still land on the
intended sites.
- Electron 44.2.0 -> 44.4.3. No new native modules.
- GrowthBook catalog: +33 / -5 flags. None is platform-gated. The
claude-desktop-extra.jsonctemplate now covers the new flags. - Deployment panel: the managed-settings catalog goes from 171 to 178 keys:
- added:
keepAwakeEnabled,codeAllowedRepositories,deviceToolsEnabled,
inferenceIdpOidc,inferenceIdpAuthFlow,claudeCodeProcessWrapperEnabled,
disableLocalConfigCache,mcpScheduledTaskApprovalLifetimeDays - removed:
selfHostedOidcTokenStorage
- added:
- New upstream features:
resources/claude-browser-shim.js, a$BROWSERshim that opens links from a
Code session in its Browser pane and falls back toxdg-open.- A new built-in MCP server,
ccd_turn(update_plan,wrap_up). - A Linux-only repaint fallback for Preview/Browser tabs whose first frame is blank.
- No new darwin/win32 gates that block Linux.