Claude Desktop 1.1.9669 (patch release 6)
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-6_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.1.9669-6_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-6.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.1.9669-6.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 | 5254e83ff1cab0120f3488b87a8b8411f12eb25c3d3a09ce1946ff190700e012
|
| AppImage (x86_64) | c4bc9f385f7ec89204a037329a69f0a8c926c15b98142d4c18c8aa11d69b02ec
|
| AppImage (aarch64) | 24fa9c2b62e96806d155d6759c889a87bc638fa32e9f4d5c3d56a09ce5c5d802
|
| Debian (amd64) | 1e5369c6e006d4187d40d6645188d62aa8f21f4717c63a8cbdf387d0bf1ceb6e
|
| Debian (arm64) | 929f48963ccc2a4062083dc2eec3d53edd7eec5104782babf91f9cc0112d10c8
|
| RPM (x86_64) | 4d9b4ba8dd57e33a66d660657ab4bb9859a4fab84782bfd5349f9de8ec3f86f8
|
| RPM (aarch64) | 961bd03f6b8dc31416aea9039317d0944cd172468338206583c12e6f2fb6d703
|
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.