github patrickjaja/claude-desktop-bin v1.1.9669-7
Claude Desktop 1.1.9669 (patch release 7)

5 hours ago

Claude Desktop 1.1.9669 (patch release 7)

This release provides Claude Desktop version 1.1.9669 pre-patched for Linux.

Installation Options

Arch Linux (AUR)

yay -S claude-desktop-bin

Debian/Ubuntu (APT Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-bin

Debian/Ubuntu (manual .deb)

# x86_64
sudo apt install ./claude-desktop-bin_1.1.9669-7_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.1.9669-7_arm64.deb

Fedora/RHEL (RPM Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-bin

Fedora/RHEL (manual .rpm)

# x86_64
sudo dnf install ./claude-desktop-bin-1.1.9669-7.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.1.9669-7.aarch64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (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.AppImage

Update 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 d4cddc0e74da8554e8c46dc301e7d24e21847083934612fbc644d10dd0a76cdb
AppImage (x86_64) 7de38307a02167e5931f397702adaeea00c72c90f07d9bbf7b049fda37114111
AppImage (aarch64) de8d6f94c4c9c1274add81395ea8c412c63a4998badf15b15011ec4db1ae4b5d
Debian (amd64) 3ee28cd31868151ff70590d7cc5452a147b9bec1b4168ca41893df8ec3103cbc
Debian (arm64) eb49ca7bc5ea5a91bbf0d46c0b75a53ad8d64c33793406cc4dafc2955e6cff7a
RPM (x86_64) 8b694465be2b012334cbdea30b94d8fe85c57bc334cff11fed9d2be871064b87
RPM (aarch64) 39771a6fd50d7567643bf67333c5c764ec1a5ea4ec624384e43b1f9d18d14eda

Changes since last release

Changed

  • Version bump to v1.1.9669 — New upstream release with structural changes to feature flag system.
  • New computerUse feature flag added to static registry (jun(), darwin-only). Added override to enable_local_agent_mode.py merger patch (8 features now overridden, up from 7).
  • chillingSlothFeat darwin 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 yukonSilver regex — 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 (3691521536 stealth updater, 3190506572 Chrome perms), remote orchestrator flag 4201169164 removed.
  • 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 with spawn_task tool. Not platform-gated.
  • Org plugins path — returns null on Linux (graceful no-op). Only needed for enterprise deployments.
  • Remote orchestrator (manta) — hardcoded off (Qhn=!1). Flag 4201169164 removed from GrowthBook.

Links

Don't miss a new claude-desktop-bin release

NewReleases is sending notifications on new releases.