Claude Desktop 1.12603.1
This release provides Claude Desktop version 1.12603.1 pre-patched for Linux.
Installation Options
Arch Linux (AUR)
yay -S claude-desktop-binDebian/Ubuntu (APT Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-binDebian/Ubuntu (manual .deb)
# x86_64
sudo apt install ./claude-desktop-bin_1.12603.1-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.12603.1-1_arm64.debFedora/RHEL (RPM Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-binFedora/RHEL (manual .rpm)
# x86_64
sudo dnf install ./claude-desktop-bin-1.12603.1-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.12603.1-1.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.12603.1-x86_64.AppImage
./Claude_Desktop-1.12603.1-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.12603.1-aarch64.AppImage
./Claude_Desktop-1.12603.1-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 |
|---|---|
| Tarball (x86_64) | 1a287f61d9f81566fccd9e7d0518779f95b11f4c74cd290871435cc88048e1b8
|
| Tarball (aarch64) | 764b82812ad487ec71b480403985556a10eac453399f55f14eebb52241d6fbe7
|
| AppImage (x86_64) | eb79a8769368466042825c7b1a69f53c116b83ce29ff2b8e54e05530eeb3ac78
|
| AppImage (aarch64) | 668a2e1c453eb2060b67033e1feef64f86c5de5780d9fe59c53540af46bfae85
|
| Debian (amd64) | 3e2eb3f01e9ce177976004187d0ec602ad99e06b581ec719b1f845c086187544
|
| Debian (arm64) | c11d8cb08a320d0711396468bfebfb593fecbe851eedcdccc9c2756308cfaddd
|
| RPM (x86_64) | 49dafebd13e6a2da96cc06234866aef6c243e53a297ab1d45efaa8fd217ff8a5
|
| RPM (aarch64) | f3e142df30d0fa7aacea73f05e2a78693ab1c766b7380611ab7a68d4b2fef546
|
Changes since last release
Upstream (v1.12603.1)
- Point release on v1.12603.0 (+446 bytes, full re-minify of essentially the same code). All 50 patches applied without modification.
- Static registry renamed:
sD()->aD(). All other function names unchanged (fSAmerger,vR()dev-gate,dt()flag reader).[\w$]+wildcards in patches absorbed the rename. - New GrowthBook flag
1703762832: gatesonModelRefusalFallbackretry behavior inAgentModeSessionManager- when ON, a refusal withdirection:"retry"triggers a fallback. No platform gate; Linux unaffected. - ion-dist config chunk renamed:
c71860c77-C2vlLTGm.js->c71860c77-upcFhKtF.js(~307 KB, was ~313 KB). Bothfix_ion_dist_linux.nimsub-patterns (mountPath mac/win keys, platform ternary) still match. No structural change; file count 730 JS / 978 total (unchanged). - Platform gates: darwin 79 / win32 141 / linux 9 - all identical to v1.12603.0. Zero new gates, zero new PORTABLE opportunities.
enable_local_agent_mode.nim12-flag override list unchanged; no new darwin/win32-gated features.
Docs updated
baseline/CLAUDE_FEATURE_FLAGS.md- added v1.12603.1 version history row + new flag1703762832catalog entry.baseline/ION.md- updated last-verified version, config chunk filename, file count.baseline/PLATFORM_GATE_BASELINE.md- bumped last-audited version and baseline counts.