Search Criteria
Package Details: claude-cowork-linux 1.1.4010-10
Package Actions
| Git Clone URL: | https://aur.archlinux.org/claude-cowork-linux.git (read-only, click to copy) |
|---|---|
| Package Base: | claude-cowork-linux |
| Description: | Anthropic Claude Desktop with Cowork (local agent) support for Linux |
| Upstream URL: | https://github.com/johnzfitch/claude-cowork-linux |
| Keywords: | claude, claude-cowork, claude-desktop, claude-desktop-linux cowork, |
| Licenses: | custom:proprietary |
| Conflicts: | claude-cowork, claude-desktop, claude-desktop-appimage, claude-desktop-bin, claude-desktop-native |
| Provides: | claude-cowork, claude-desktop |
| Submitter: | johnzfitch |
| Maintainer: | johnzfitch |
| Last Packager: | johnzfitch |
| Votes: | 3 |
| Popularity: | 1.07 |
| First Submitted: | 2026-01-29 00:28 (UTC) |
| Last Updated: | 2026-03-26 01:52 (UTC) |
Dependencies (10)
- electron (electron-launcherAUR, electron-nightly-binAUR)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- p7zip (p7zip-natspecAUR, 7zip-natspecAUR, p7zip-full-binAUR, 7zip-zstd-binAUR, 7zip-zstdAUR, 7zip) (make)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-gitAUR, bubblewrap-ignoresigsAUR, bubblewrap-suid) (optional) – for sandbox isolation
- gnome-keyring (gnome-keyring-gitAUR, oo7-gnome-keyring-dummyAUR) (optional) – SecretService provider for secure credential storage
- kwallet (kwallet-gitAUR) (optional) – SecretService provider for KDE users
- python (optional) – for enable-cowork.py patch script
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – for opening URLs
Latest Comments
jantman commented on 2026-03-26 23:54 (UTC)
Just installed this today and it gets stuck at setting up workspace. Claude's analysis:
Errors (from
~/.config/Claude/logs/)1. Unsupported platform:
linux-x64(blocking)File:
claude.ai-web.log,unknown-window.logThe
ClaudeCode.prepareIPC call rejects immediately becauselinux-x64is not in its supported platform list. This likely prevents the cowork agent/code features from initializing.2. VM download fails — no
x64property for linux (blocking)File:
cowork_vm_node.log,claude.ai-web.log,unknown-window.logThe VM download manifest presumably has platform entries like
{ darwin: { arm64: ..., x64: ... }, ... }but nolinuxkey. The code does something likemanifest[platform][arch]which throws whenmanifest.linuxisundefined.3. Shell path worker not found (non-blocking but causes fallback)
File:
main.logThe worker path is resolved relative to the electron binary's
resources/app.asarrather than the claude-coworkapp.asarat/usr/lib/claude-cowork/app.asar. This is a packaging issue when using a system electron instead of the bundled one. The app falls back toprocess.env, so this is non-fatal but means Claude Code sessions may not pick up the user's shell environment (PATH, etc.).4. CSP blocks
a-api.anthropic.comtelemetryFile:
claude.ai-web.logThe page's CSP does not include
https://a-api.anthropic.cominconnect-src, so Segment performance metrics fail to send. Non-blocking but produces recurring errors.5. CORS blocks CDN fetch
File:
claude.ai-web.logPreflight response missing
Access-Control-Allow-Origin. Possibly related to SRI parameter loading.ewirch commented on 2026-03-23 08:53 (UTC)
It (1.1.4010-6) fails with
johnzfitch commented on 2026-03-16 02:51 (UTC)
Sorry about that guys, every new release broke things due to Anthropic’s minifier. I redid the entire app so that it handles the “shape” of what Claude desktop puts out rather than using brittle identifiers. The entire app should be working top to bottom, session restore, and the code tab (with local worktrees) included. Cowork should be bug free and the file system handling is standardized to XDG defaults. Let me know if you have anymore issues!
solarisfire commented on 2026-03-11 15:03 (UTC) (edited on 2026-03-11 15:03 (UTC) by solarisfire)
Seems b0rked...
VVS commented on 2026-02-01 15:28 (UTC) (edited on 2026-02-01 15:31 (UTC) by VVS)