Claude Desktop 1.1.9669 (patch release 4)
This release provides Claude Desktop version 1.1.9669 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.1.9669-4_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.1.9669-4_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.1.9669-4.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.1.9669-4.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.1.9669-x86_64.AppImage
./Claude_Desktop-1.1.9669-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.1.9669-aarch64.AppImage
./Claude_Desktop-1.1.9669-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 | 4167d9e549d3aec7d282a3a614d36326b367cd93315323d390cdc62c0748b469
|
| AppImage (x86_64) | 0f0a691f91e1ea1febaddbd784aaa75ed1667b06ee28aea225a4b8e5251f32de
|
| AppImage (aarch64) | bbde23e9816189167236a5223864b7d0a472e1cb8efe447b2afaeb381ef11a98
|
| Debian (amd64) | 21a3630c72fa33ed6f06928f42309c6ea1f1a992a36826389cda55eade7686fe
|
| Debian (arm64) | 9e62723b40cfe3e43aba44ffc7c344d0f25a631c0561548eb3b7830ee4064aaa
|
| RPM (x86_64) | b38c43dd26b11d32ea5d3ff83b8b25646d391a2772a78521bdf1e99fbefa69c4
|
| RPM (aarch64) | 2be50580841913efcc5622ccb047f3975c2af6f189bc34e4b2e818687c3641d5
|
Changes since last release
Changed
- Version bump to v1.1.9669 — New upstream release with structural changes to feature flag system.
- New
computerUsefeature flag added to static registry (jun(), darwin-only). Added override toenable_local_agent_mode.pymerger patch (8 features now overridden, up from 7). chillingSlothFeatdarwin gate re-introduced — Was removed upstream in v1.1.9134, now back. Our Patch 1 regex already handles it.
Fixed
- enable_local_agent_mode.py: Fixed
yukonSilverregex — function name$un()contains$which\w+doesn't match. Updated pattern to use[\w$]+for function names.
Docs
- CLAUDE_FEATURE_FLAGS.md: Updated for v1.1.9669 — 18 features (was 17), new function names, new GrowthBook flags (
3691521536stealth updater,3190506572Chrome perms), remote orchestrator flag4201169164removed. - CLAUDE_BUILT_IN_MCP.md: Updated for v1.1.9669 — registration function renamed
Pee()→Are().
New Upstream (not patched — not needed)
- Stealth updater (flag
3691521536) — nudges updates when no sessions active. Works on Linux as-is. - Epitaxy route (flag
1585356617) — new CCD session URL routing withspawn_tasktool. Not platform-gated. - Org plugins path — returns
nullon Linux (graceful no-op). Only needed for enterprise deployments. - Remote orchestrator (manta) — hardcoded off (
Qhn=!1). Flag4201169164removed from GrowthBook.