Skip to content

Commit aecd25a

Browse files
authored
docs(readme): replace cowork callout with APT migration advisory (#514)
Top-of-README callout swapped from the EXPERIMENTAL Cowork Mode summary to a short pointer advisory for existing APT users whose sources.list still targets aaddrick.github.io. Rationale: the cowork block is accurate but describes routine operational behavior; the migration advisory describes an imminent, user-visible break on next `apt update` that needs action. The detailed migration instructions live in the Installation section (#510), so this callout is just a pointer, not duplication. DNF users don't need to do anything (DNF follows the downgrade silently); called out explicitly to avoid unnecessary sed-by-reflex. Refs #493
1 parent e86f17b commit aecd25a

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,9 @@ This project provides build scripts to run Claude Desktop natively on Linux syst
66

77
---
88

9-
> **⚠️ EXPERIMENTAL: Cowork Mode Support**
10-
> Cowork mode is **enabled by default** in this build with a pluggable isolation backend:
9+
> **⚠️ APT migration notice (April 2026)**
1110
>
12-
> | Backend | Isolation | Requirements |
13-
> |---------|-----------|-------------|
14-
> | **bubblewrap** (default) | Namespace sandbox | `bwrap` installed and functional |
15-
> | **host** (fallback) | None — runs directly on host | No additional requirements |
16-
>
17-
> The best available backend is auto-detected at startup. Run `claude-desktop --doctor` to check which backend will be used and which dependencies are missing.
18-
>
19-
> **Note:** The bubblewrap backend mounts your home directory as read-only (only the project working directory is writable). The host backend provides no isolation — use it only if you understand the security implications.
20-
>
21-
> **KVM status:** The KVM/QEMU backend code exists but is non-functional — VM file downloads are disabled on Linux to prevent a checksum loop (#337). The backend code remains for potential future use.
11+
> The APT/DNF repo moved to `pkg.claude-desktop-debian.dev` (#493) — binaries are now served from GitHub Releases via a Cloudflare Worker so they don't hit the 100 MB per-file push cap on `gh-pages`. **DNF users are unaffected.** APT users on the legacy `aaddrick.github.io` sources.list will see a scheme-downgrade error on `apt update`. [One-line `sed` fix](#migrating-from-the-old-aaddrickgithubio-url).
2212
2313
---
2414

0 commit comments

Comments
 (0)