What's New
This release adds configurable bubblewrap mount points, build artifact testing, and a cowork memory path fix. Upstream Claude Desktop version is unchanged at 1.1617.0.
Features
-
Configurable bwrap mount points (#339, #340) — You can now add custom bubblewrap mount points through
claude_desktop_linux_config.jsoninstead of modifying the build script. Useful if you need to expose additional host paths to the sandbox. Contributed by @cbonnissent. -
Build artifact integration tests (#338) — The CI pipeline now validates .deb and .AppImage outputs after each build. This catches packaging regressions before they reach a release. Contributed by @sabiut.
Fixes
- Cowork memory path on HostBackend (#389) — Fixed
CLAUDE_COWORK_MEMORY_PATH_OVERRIDEnot being translated correctly when using the HostBackend. The path now resolves properly inside the sandbox. Contributed by @RayCharlizard.
Docs
- Updated README contributor credits for @RayCharlizard, @sabiut, and @cbonnissent.
Contributors
Thanks to @cbonnissent, @sabiut, and @RayCharlizard for their contributions to this release.
Install / Upgrade
See the README for full details.
- APT (Debian/Ubuntu):
sudo apt update && sudo apt upgrade - DNF (Fedora/RHEL):
sudo dnf upgrade - AUR (Arch Linux): Update the
claude-desktop-appimagepackage via your AUR helper - Nix:
nix profile upgradeor re-install from the flake - Manual: Download the latest
.deb,.rpm, or.AppImagefrom this release
Written by Claude Opus 4.6 via Claude Code