github patrickjaja/claude-desktop-bin v1.1.9669
Claude Desktop 1.1.9669

7 hours ago

Claude Desktop 1.1.9669

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-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.1.9669-1_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-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.1.9669-1.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 169f821107555731b04987146ba934f633e5165db734daa7634ca89e0efb8174
AppImage (x86_64) 34a248a9c0b3e35b52033610249cae74557c450db25b47d01d325ce0394257da
AppImage (aarch64) fcb6f0da9ec58f4f21cc338a720c6bebe5ff592218623da4dbb623ee93c348df
Debian (amd64) 88d8ff61b1323f73229405c7d612ea328c1b661a3ca2f6851ac2ae1c9b7a2c62
Debian (arm64) e3cf5e8af3a192ba0c4eb970598fcf2fad33bdbaf1e125649c6137d8055d64f6
RPM (x86_64) 7c6540197a5fa446977615063f5374059962dc9a94964ddcde7a1b9fc2564730
RPM (aarch64) 91d0288dc8142deba1f1c2874c8844bbada9bbf1d8ede568b3202d464e399428

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.