Claude Desktop 1.1.9669 (patch release 5)
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-5_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.1.9669-5_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-5.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.1.9669-5.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 | 94913f065e15d5a9113ca6e3dc86e8ea02ed0207345a401d7cd0194de4285e05
|
| AppImage (x86_64) | 1472389aa48b239b99cc7ddace2a5e41d3247695c40941878ec4423b690385be
|
| AppImage (aarch64) | d9e185f2fd72c5d66cf88369404658531dc6aa23a1860c4666e135c9072fbb70
|
| Debian (amd64) | 2ac9e5529e3e51664a5398fb03fd5602f2f433144a323fcac7ffccf3b08f3cc2
|
| Debian (arm64) | 86f5718434dde04afcaed1f311208f8c5e7eee2244d5b676b66cd3a9cd5c40aa
|
| RPM (x86_64) | 713edbfa9395a2b1fb1d2cfabd62d17f4a08968faee7adbe63b37d15fb569bde
|
| RPM (aarch64) | 86dd2bf67cfce83bad5dafdae18e1bd74860d521a5d7e3f9cc4cbb52b85ed114
|
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.