Download & Install
Getting ClawDesk on your computer takes about 2 minutes. Pick your operating system below and follow the steps.
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
Download ClawDesk
Go to the ClawDesk Releases page and download the right file for your computer.
Not sure which file to pick? Use this guide:
| Your Mac | Download this file |
|---|---|
| Apple Silicon (M1, M2, M3, M4 — any Mac from 2020 onward) | ClawDesk_aarch64.dmg |
| Intel Mac (older Macs before 2020) | ClawDesk_x64.dmg |
| Not sure? Click the Apple menu → "About This Mac". If it says "Apple M1/M2/M3/M4", use aarch64. If it says "Intel", use x64. |
How to Install
- Download the
.dmgfile from the releases page - Open the downloaded
.dmgfile (double-click it) - Drag the ClawDesk icon into your Applications folder
- Launch ClawDesk from your Applications folder or Spotlight (press
Cmd + Space, type "ClawDesk")
macOS may show a warning saying "ClawDesk can't be opened because it is from an unidentified developer." To fix this:
- Open System Settings → Privacy & Security
- Scroll down and click "Open Anyway" next to the ClawDesk message
- Or: Right-click the app → click Open → click Open again in the dialog
| Your system | Download this file |
|---|---|
| Debian / Ubuntu (64-bit Intel/AMD) | ClawDesk_amd64.deb |
| Fedora / RHEL / CentOS (64-bit Intel/AMD) | ClawDesk_amd64.rpm |
| Any Linux (64-bit Intel/AMD, no package manager) | clawdesk-linux-amd64 |
| ARM64 Linux (Raspberry Pi 4/5, ARM servers) | clawdesk-linux-arm64 |
How to Install
Option A: Using the .deb package (Debian/Ubuntu)
# Download and install
sudo dpkg -i ClawDesk_amd64.deb
# Launch
clawdesk
Option B: Using the .rpm package (Fedora/RHEL)
# Download and install
sudo rpm -i ClawDesk_amd64.rpm
# Launch
clawdesk
Option C: Using the standalone binary
# Download the binary
chmod +x clawdesk-linux-amd64
# Move it to your PATH
sudo mv clawdesk-linux-amd64 /usr/local/bin/clawdesk
# Launch
clawdesk
Option D: One-line install script
curl -fsSL https://github.com/clawdesk/clawdesk/releases/latest/download/install.sh | bash
| Your system | Download this file |
|---|---|
| Windows 10 or 11 (64-bit, most computers) | ClawDesk_x64.msi or ClawDesk_x64.exe |
How to Install
- Download the
.msiinstaller from the releases page - Run the installer (double-click the downloaded file)
- Follow the setup wizard — click "Next" through the steps
- Launch ClawDesk from the Start menu or desktop shortcut
If Windows shows a "Windows protected your PC" warning, click "More info" → "Run anyway". This happens because ClawDesk is new and not yet widely recognized by Microsoft's SmartScreen filter.
Verify the Installation
After installing, open ClawDesk. You should see the main app window with:
- A sidebar on the left with navigation items
- The Chat page in the center
- A welcome message or setup prompt
If the app opens successfully, you're done! Head to First Launch & Setup → to configure your first AI provider.
CLI Installation (Optional)
If you prefer working in the terminal, ClawDesk also comes with a command-line interface.
# Using the install script
curl -fsSL https://github.com/clawdesk/clawdesk/releases/latest/download/install.sh | bash
# Or download the binary directly
curl -L -o clawdesk https://github.com/clawdesk/clawdesk/releases/latest/download/clawdesk-darwin-arm64
chmod +x clawdesk
sudo mv clawdesk /usr/local/bin/
# Using the install script
curl -fsSL https://github.com/clawdesk/clawdesk/releases/latest/download/install.sh | bash
# Or download the binary directly
curl -L -o clawdesk https://github.com/clawdesk/clawdesk/releases/latest/download/clawdesk-linux-amd64
chmod +x clawdesk
sudo mv clawdesk /usr/local/bin/
Verify it works:
clawdesk --version
Updating ClawDesk
ClawDesk checks for updates automatically. When a new version is available:
- Desktop app: You'll see an update notification — click to install
- CLI: Re-run the install script or download the latest binary from releases
Uninstalling
- Drag ClawDesk from Applications to the Trash
- Optionally remove data:
rm -rf ~/.clawdesk
# .deb
sudo dpkg -r clawdesk
# .rpm
sudo rpm -e clawdesk
# Binary
sudo rm /usr/local/bin/clawdesk
# Optionally remove data
rm -rf ~/.clawdesk
- Open Settings → Apps → find ClawDesk → click Uninstall
- Optionally remove data: delete the
%APPDATA%\ClawDeskfolder
Something Not Working?
- Troubleshooting → — Common installation issues and fixes
- GitHub Issues → — Report a bug
Next Step
First Launch & Setup → — Set up your AI provider and start chatting