Claude Desktop 1.26832.0
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-extraArch Linux (manual package)
# x86_64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v1.26832.0/claude-desktop-extra-1.26832.0-1-x86_64.pkg.tar.zst
# ARM64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v1.26832.0/claude-desktop-extra-1.26832.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_1.26832.0-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-extra_1.26832.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-1.26832.0-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-extra-1.26832.0-1.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-extraAppImage (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.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) | f8829e8ca2add23095096c3ba0748d0f5f7203023b9237f5be496ac71419c4da
|
| Arch pacman (aarch64) | d519e93350412c0c9c989fd586fb4eaee03e83fff8d2abd27c0828d2d75964a3
|
| Tarball (x86_64) | a07b2aa9d3560e19bda2f86ee697f45799c3bd17af742c50d6368ec56defdbeb
|
| Tarball (aarch64) | b60b8156bb6a0fc9cfa9be3c8f1caddfd4513cbf16425e1c1a4e1b9b64850617
|
| AppImage (x86_64) | 1a2a7b0bd0000f9f17773584b837993f45d5bf3b685c150c2687c38f196a748d
|
| AppImage (aarch64) | 62cb37554dfce7cc0716b348f14902991cc9f60e93b58ade131f03cf6d872a77
|
| Debian (amd64) | 3e04e290c58faac9f5e2a525dd91ea5e262af66deecd7bc1ed3107d3f8215fcd
|
| Debian (arm64) | adfae80716728e4e98aa7ccf5063104e773d271e1f9252f3ec8c720deb282d12
|
| RPM (x86_64) | ef4f953ae4ffa55a01563f659ee8ec46feedfe5f4624eecb64d123ecffe02cb9
|
| RPM (aarch64) | 993486789ad0b70005f5c1dfb12adc62343ab7a435b487adca76412297f5e59e
|
Changes since last release
From CHANGELOG.md, 2026-08-08:
Claude Desktop v1.26832.0 - upstream switched its minifier, 31 of 45 patches re-anchored
Anthropic's v1.25927.0/v1.26832.0 releases (issue #218) came out of a new bundler toolchain, and the auto-release failed loudly as designed. Three output changes invalidated most of our regex anchors at once: string literals are now backtick template literals (process.platform===`darwin` instead of "darwin"), the "use strict"; prologue is gone from bundle heads (files open with a Sentry preamble), and the code-split bundle gained a second chunk family (index2.chunk-*.js, 130 files, next to 195 index.chunk-*.js).
All 31 affected patches are re-anchored with quote-tolerant patterns (["`] character classes), so they survive either quoting style. The patch orchestrator and validator now stage both chunk families as one logical bundle. fix_computer_use_linux additionally lost its silent-failure path: a sub-patch that does not match now exits nonzero instead of quietly writing the file back unpatched.
Substantively this release is the same app re-emitted through a new toolchain: the capability map (36 status:"unavailable" entries), the built-in MCP server roster, the Cowork VM probe shapes and every stable feature anchor are count-identical to v1.24012. There is still no native Linux Computer Use backend, so all four bundled bridges stay load-bearing. Upstream did ship new native Linux pieces alongside: a cowork-linux-helper binary and a raw smol-bin.x64.img VM image (the Cowork VM path keeps maturing on Linux), plus a chrome-native-host native-messaging binary for the Claude browser extension.
One sub-patch retired as upstreamed: the .deb now bundles that chrome-native-host binary in resources/, exactly where the packaged app looks for it - so fix_browser_tools_linux no longer redirects the native-host path to the Claude Code host under ~/.claude (that redirect existed only because the binary used to be absent from the official Linux build). Claude in Chrome now runs on upstream's own bundled native host; our patch still adds Chromium, Brave, Vivaldi and Opera discovery, the extension auto-install path and the DevTools opener.
The minifier switch also exposed one latent false success: add_growthbook_overrides anchored its injection on "use strict"; via plain string search, and the only remaining occurrence of that string now sits inside a vendored template literal - the injection landed as inert string content while reporting success. It now prepends at the bundle head and asserts its own injected marker. The other head-injecting patches already used a safe prefix check with a prepend fallback and needed no change; all ten were verified together in orchestrator order, twice for idempotency, with node --check clean on all 326 re-split bundle parts.
Settings → Extra → Deployment follows the new managed-settings schema
The key catalog now carries the six keys upstream added: skillCreationEnabled, trustBootstrapDelivery, endUserAttribution (renamed from all-lowercase enduserAttribution, which remains readable as a legacy key), the inferenceGatewayOidcAuthFlow/inferenceVertexWorkforceAuthFlow sign-in flow enums, and updateViaUpdatesHost (marked @next upstream, listed but not yet active).
Feature flag catalog refreshed for v1.26832.0
claude-desktop-extra.jsonc's commented-out flag list gains 14 new flags (among them the CliGovernor throttleEnabled/pressureEvictionEnabled pair, a renderer crash-loop watchdog, and resolveCloudBranch) and drops 4 that upstream removed.