Claude Desktop 1.8089.1
This release provides Claude Desktop version 1.8089.1 pre-patched for Linux.
Installation Options
Arch Linux (AUR)
yay -S claude-desktop-binDebian/Ubuntu (APT Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-binDebian/Ubuntu (manual .deb)
# x86_64
sudo apt install ./claude-desktop-bin_1.8089.1-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.8089.1-1_arm64.debFedora/RHEL (RPM Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-binFedora/RHEL (manual .rpm)
# x86_64
sudo dnf install ./claude-desktop-bin-1.8089.1-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.8089.1-1.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.8089.1-x86_64.AppImage
./Claude_Desktop-1.8089.1-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.8089.1-aarch64.AppImage
./Claude_Desktop-1.8089.1-aarch64.AppImageUpdate 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 (x86_64) | 9fd3fb6c0543bb3d559b05dd7b504fefffb9c2efeaf140eaa373c47814728d79
|
| Tarball (aarch64) | 0a543340b6ca990fac9e2fe2290292414dc06c0b16a53c6dfdfed7ac5aa63a0d
|
| AppImage (x86_64) | 400075a6011529b5f2057e7ae7272402cd7a7be88af258ecc6db3697ce192869
|
| AppImage (aarch64) | b14b9a7f0ab6976957d5abf1ea3aeafa171cd6255e08da6899a80cad0da6f602
|
| Debian (amd64) | 92672d4a9409069a68483e8fc19289a69f661a5a85736ef6da2e4e8f2cefa29c
|
| Debian (arm64) | 0458373d4c525be9b6ee76d78a5e11815fcc89c276e1c100d4c9327349103464
|
| RPM (x86_64) | 1e9c5e95cee7fd2150022f6472675c862dd85d982190ed4fa29378d8283d57e0
|
| RPM (aarch64) | 0052fe11942109102bed1abc72334b6ee1aa089155bed90996b1787c91d7cb68
|
Changes since last release
- Linux now uses the Windows-style integrated titlebar (
frame:false+titleBarOverlaythemed via Anthropic's own background helper, theme-aware) instead of the native frame. Opt out withCLAUDE_NATIVE_TITLEBAR=1or the launcher flag--native-titlebar. Quick Entry is unaffected. - New patches:
fix_native_frame.nim(main process, conditional window options + theme-update gate + opaque overlay color in integrated mode) andfix_native_frame_renderer.nim(collapses the upstreamnc-dragdiv inMainWindowPage-*.jsso it no longer absorbs pointer events over the UI buttons). - Contributed by @boommasterxd (#100).