As of writing Anthropic only provide Claude Desktop for macOS and Windows. There is no official Linux distribution.
Community efforts
Petition for a Native Linux Claude Desktop
Roll your own
ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest
sudo docker run -e ANTHROPIC_API_KEY=$(cat anthropic-key.txt) -v $HOME/.anthropic:/home/computeruse/.anthropic -p 5900:5900 -p 8501:8501 -p 6080:6080 -p 8080:8080 -it
Which is at https://github.com/anthropics/anthropic-quickstarts/
As of writing Anthropic only provide Claude Desktop for macOS and Windows. There is no official Linux distribution.
Community efforts
Petition for a Native Linux Claude Desktop
Roll your own
ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest
Which is at https://github.com/anthropics/anthropic-quickstarts/