Claude Desktop 1.46388.2
This release provides Claude Desktop version 1.46388.2 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.46388.2/claude-desktop-extra-1.46388.2-1-x86_64.pkg.tar.zst
# ARM64
sudo pacman -U https://github.com/patrickjaja/claude-desktop-extra/releases/download/v1.46388.2/claude-desktop-extra-1.46388.2-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.46388.2-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-extra_1.46388.2-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.46388.2-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-extra-1.46388.2-1.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-extraAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.46388.2-x86_64.AppImage
./Claude_Desktop-1.46388.2-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.46388.2-aarch64.AppImage
./Claude_Desktop-1.46388.2-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) | 6e762189b2ff7e9392a4df970bd3407d81c2a6243e77abdc463a810585750801
|
| Arch pacman (aarch64) | e9846679bbba0b337b54fab0e0e5d135f0930306c1160158ea2e19fa7c7678f4
|
| Tarball (x86_64) | aca82dff00829702210824ee383324c745b33cb90f5eefce9d446e550b4ec8fd
|
| Tarball (aarch64) | b32cb4ec170e03c98d2d2e967f871c08f40bb622bc8500241431a79cb061ef41
|
| AppImage (x86_64) | 482e1b1e0390221c53ff5d609e4ae6ac6b1241be760a142f9ed0d0939268fb76
|
| AppImage (aarch64) | 076fb35b9b8ee36c64af69ea9bfdcb34f6fe20de594506eaf44dbfcb98cc0495
|
| Debian (amd64) | 494126602a7edaa3f5870765a85ea98302e48a21725bca3fadeb9a96ed26a596
|
| Debian (arm64) | 9cb4d940b9bcd9631fc38b0a9a201ed7bdd759e1a5ee5ee5a9ba404ac9c89292
|
| RPM (x86_64) | f13e82c4f4c3868b4215feb853be0e78b07effa18bd658b617163a9d26a31609
|
| RPM (aarch64) | 59c11ad1f3d813aee4194615c2e98bf0e3b5a49085bfde13154e95e703993185
|
Changes since last release
From CHANGELOG.md, 2026-09-04:
Upstream bump to Claude Desktop v1.46388.2
Anthropic's v1.46388.2 re-minified the bundle: string literals are double-quoted again instead of
backticks, and the second chunk family (index2.chunk-*) is gone - everything is index.chunk-*
once more. Five patches lost their anchors and are re-fitted; nothing was upstreamed and no patch was
added or removed (47 patches).
- Computer Use (
fix_computer_use_linux): the seven tool-description rewrites were anchored on
backtick literals and now accept either quote style. The two availability gates gained an
upstream Cowork HIPAA compliance check; the Linux path now honours it too, so an org compliance
lock disables Computer Use on Linux exactly as on macOS and Windows. Theopen_application
description became a plain string, so its Linux wording is concatenated instead of interpolated. - Files quick open: the worker-host fork site is matched with either quote style; the env
passthrough that carries the feature switch to the file-index worker is unchanged. - Native title bar: upstream turned the titleBarOverlay style helper into a function taking
main/popout; the background capture follows the new declarator shape. - Dock bounce:
requestUserAttentionnow returns a boolean that callers chain, so the Linux
guard returnsfalse("nothing flashed") instead of falling through. - Renderer-gone log: upstream turned the suppression into two early returns; both now log
Main webview render process gone (suppressed)before returning, so a silently swallowed
renderer death stays visible in main.log.
The 2026-08-30 v1.40609.0 release was auto-released and never hand-audited, so the catalogs below
cover two releases:
- Feature flags: the GrowthBook override template grows from 225 to 291 catalogued flags (66
added, 12 removed). The static merger swappedepitaxyMcpAppsand
chillingSlothSshWorktreeLocation(now static) forsideSessionsandwslForkSession. Notable
new flags: multi-account, Code session keep-awake, side sessions, terminal scrollback, file
checkpointing.enable_local_agent_modeneeded no change. - Deployment panel: the managed-settings key catalog grows from 117 to 143 keys, matching the
bundle's zod schema and the 3P setup SPA. New groups include the network egress proxy, Entra ID
sign-in, Microsoft 365 add-in policies and the built-in browser domain policy. - Built-in MCP: three new internal servers (
ccd_session,ccd_pr,ccd_sidebar) and new
session hand-off / PR monitoring tools; none is platform-gated. - Platform gates: no new Linux-blocking gate and no new native module. New capability keys
codeSessionKeepAwake,computerUseComplianceGate,multiAccount,sessionMentionsare
supported on Linux;popoutTitleBarOverlayis unsupported only under Wayland. Claude Code's
sandbox now needsbubblewrapon Linux when a managed egress or workspace policy requires it. - ion-dist: the 3P setup SPA patch still hits its two sites (Linux org-plugins mount path).
Also fixed: scripts/validate-patches.sh aborted on the first failing patch instead of reporting
all of them (set -e swallowed the exit status of the nim branch).