Notes to Self

Alex Sokolsky's Notes on Computers and Programming

claude

Cowork is not supported on Linux. Cowork requires the Claude Desktop app for macOS or Windows and is not available on web or mobile. That said, there’s an active community working around this. A few unofficial projects bring Cowork to Linux:

These are community projects — not officially supported by Anthropic — so they can be fragile and break with new Claude Desktop releases. If you want something stable on Linux, Claude Code (the CLI) is your best bet, as it natively supports Linux.

Gui App Install

Follow steps from the repo:

# Add the GPG key
curl -fsSL https://pkg.claude-desktop-debian.dev/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/claude-desktop.gpg
# Add the repository
echo "deb [signed-by=/usr/share/keyrings/claude-desktop.gpg arch=amd64,arm64] https://pkg.claude-desktop-debian.dev stable main" | sudo tee /etc/apt/sources.list.d/claude-desktop.list
# Update and install
sudo apt update
sudo apt install claude-desktop

Launch it with

claude-desktop&

Claude Code Install

curl -fsSL https://claude.ai/install.sh | bash

Requires subscription