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

latest releases: v1.1.9669-7, v1.1.9669-6, v1.1.9669-5...
6 hours ago

Claude Desktop 1.1.9669 (patch release 2)

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-2_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.1.9669-2_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-2.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.1.9669-2.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 3af5180631228c9a4d73e131d0e81080c614654713bfe9df8b3866a51608766e
AppImage (x86_64) cd1222fae53ae5bac0f9e6b47c2b350733fe10ead20c311f0755ff80aea7ebd9
AppImage (aarch64) ad9da0bbbd500b08cfa74d32ff732125c9a45adcebfb672a4bf35a7bd981d817
Debian (amd64) e81825cad75309f72d151906ff279829c6e9c249b1c6d6342c1f4797d11d5a90
Debian (arm64) d1d7bc55f6ff3dc4c98e9d8e089d03570876bc2388774fcc87d446b5f0f72d34
RPM (x86_64) e6f8dd3280a95297c5674fea979f13f712b3bac196f4cdac4ce12367ac0ced0b
RPM (aarch64) f145959dcd2642c1425d94bd98b924e05556c4f852541f4332f595fec7ff4664

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.