github patrickjaja/claude-desktop-bin v1.3883.0
Claude Desktop 1.3883.0

11 hours ago

Claude Desktop 1.3883.0

This release provides Claude Desktop version 1.3883.0 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.3883.0-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.3883.0-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.3883.0-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.3883.0-1.aarch64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.3883.0-x86_64.AppImage
./Claude_Desktop-1.3883.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.3883.0-aarch64.AppImage
./Claude_Desktop-1.3883.0-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 55a07cb1c68dae59ca7bbdd09d4d10a4d59d8fc5c361122331bddf8a27394d0f
AppImage (x86_64) 7d1b4da7dcd0cfd28c2c8ee710bb2042b518c2a8f49fd543ed06e80639b05711
AppImage (aarch64) b0c5051b7acee5135611f073c7d1f8e9acf751c84bef5edf9cba94cdffc79089
Debian (amd64) 9e4e561111ed5f8bd2da9ab45e28401cad0df2d8abd891f70f6cd51f815621ea
Debian (arm64) 5ae52c9e74d93b1e69d21aa02d77e2fb0d2e4b970ac821bdcca0a8faf1e5347b
RPM (x86_64) 63de9e3b05e2eb1d036624889dc01fc56456c43c695de65b56124c7e36e36ffb
RPM (aarch64) ec9b09033c94c8216921a8a7811114249e5ca132bf2c0b30ec2179c5d194004b

Changes since last release

  • Version bump: v1.3561.0 → v1.3883.0
  • 1 patch updated: fix_dispatch_linux.nim — Patch F (rjt() text forward) updated to match new upstream pattern. Upstream expanded the message filter with dispatch tool name variables (SU/T4) behind a gate parameter; our patch now preserves the upstream additions while adding mcp__dispatch__send_message and mcp__cowork__present_files. Also fixed Patch E idempotency (Jr() already-applied detection used hardcoded param name t instead of regex).
  • New feature flag: coworkArtifacts (20 total features, was 19) — persistent HTML artifact storage in cowork sessions (create_artifact, update_artifact, list_artifacts tools). Force-enabled on Linux: merger override + GrowthBook 2940196192 forced ON (4 call sites) in enable_local_agent_mode.nim.
  • Live Artifacts working on Linux — requires claude-cowork-service fix: reverse mount path remapping was applied unconditionally, producing /sessions/ paths that don't exist on native Linux
  • 2 new GrowthBook flags: 2049450122 (session handoff), 2192324205 (dispatch structured content forwarding); 0 removed
  • 0 new MCP servers (17 remain), 0 new process.platform gates
  • Locale i18n JSON files removed from app.asar (moved to resources/ alongside asar — build script already handles this)
  • New @ant/claude-swift module (macOS-only, no Linux impact)
  • @ant/claude-native-binding.node now bundled inside asar (handled by existing native shim)

Upstream diff summary (v1.3561.0 → v1.3883.0)

Variable renames only (all handled by \w+/[\w$]+ wildcards):

  • Static registry: A_()s_()
  • Async merger: gwAFwA
  • Production gate: GGA()lUA()
  • Flag reader: fi()Ii()
  • Listener: bG()FG()
  • Value flags: zn()/f_()y_()/zn()
  • MCP registration: gpA()FpA()

Links

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

NewReleases is sending notifications on new releases.