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

latest releases: v1.1.9669-5, v1.1.9669-4
2 hours ago

Claude Desktop 1.1.9669 (patch release 3)

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-3_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.1.9669-3_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-3.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.1.9669-3.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 8874550d02f03be5a7139fb48bb40825573b9fc31c86015f307f84d1f7357968
AppImage (x86_64) ea917c2896cb7fc3e6df1725657ee2d2a07dbd3dc73cddc4a3c0401fb03793d1
AppImage (aarch64) e57074d934a0a5d76849dfcbae681108fdf949e58abdfe427070384af834de5c
Debian (amd64) 932945903ab71c9035ab09ddfad4e922307d3dbbaa9d91606d3e07d7a5ea6280
Debian (arm64) 6f7d4eabccb6197220e7addf2eb10242040553aa8723ffaa1e06ea4dd00ccc70
RPM (x86_64) b9607f209ba08338c7c347288aa32933d5b6f13d19fc0640966ccb9878548984
RPM (aarch64) 87a020d3d809d9461cbaa0ab20e3b6f221caed020e6b782b87223a9fe01bc9b0

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.