-
Notifications
You must be signed in to change notification settings - Fork 0
Packages
ClawDE daemon (clawd) is distributed as pre-compiled binaries for macOS, Linux, and Windows. Pick the method that fits your workflow.
The install script auto-detects your platform, downloads the latest binary, verifies the SHA256 checksum, and places it in ~/.local/bin.
curl -sSL https://clawde.io/install | bashTo install a specific version:
curl -sSL https://clawde.io/install | bash -s -- --version v0.2.0To install to a custom directory:
curl -sSL https://clawde.io/install | bash -s -- --dir /usr/local/binAfter install:
clawd --version # verify
clawd service install # start as background service
clawd doctor # run diagnosticsRequires Homebrew.
brew tap clawde-io/clawde
brew install clawdStart as a background service:
brew services start clawdUpdate:
brew upgrade clawd# Replace VERSION with the release tag, e.g. 0.2.0
VERSION=0.2.0
curl -fLo clawd.deb \
"https://github.com/nself-org/clawde/releases/download/v${VERSION}/clawd_${VERSION}_amd64.deb"
sudo dpkg -i clawd.debThe .deb package includes a systemd user unit (clawd.service). After install:
systemctl --user enable --now clawd- Download
clawd-x86_64-pc-windows-msvc.exefrom GitHub Releases. - Rename the file to
clawd.exe. - Move it to a directory in your
PATH(e.g.C:\Users\you\AppData\Local\Programs\clawd\). - Add that directory to
PATHin System Settings if it is not already there.
Install as a Windows service:
clawd service installDownload any binary directly from GitHub Releases.
| Platform | Binary |
|---|---|
| macOS (Apple Silicon) | clawd-aarch64-apple-darwin |
| macOS (Intel) | clawd-x86_64-apple-darwin |
| Linux (x86_64) | clawd-x86_64-unknown-linux-gnu |
| Windows (x86_64) | clawd-x86_64-pc-windows-msvc.exe |
Each binary has a matching .sha256 file. Verify before running:
# Linux / macOS
sha256sum -c clawd-aarch64-apple-darwin.sha256clawd --version
clawd doctorclawd doctor runs 8 checks: daemon reachability, port binding, SQLite integrity, auth token, provider connectivity, disk space, file permissions, and keychain access.
clawd service uninstall # stop and remove background service
rm ~/.local/bin/clawd # remove binary (adjust path if installed elsewhere)For Homebrew:
brew services stop clawd
brew uninstall clawd- Getting Started — first-time setup and configuration
- Configuration — config file reference
- Providers — connect Claude, Codex, or Cursor
- Troubleshooting — common issues
ClawDE · GitHub · MIT License
ClawDE
Getting started
Reference
- Architecture
- Daemon-Reference
- Folder-Structure
- Providers
- Multi-Account
- Security
- Features
- Features/Daemon
- Features/Session-Manager
- Features/Mode-System
- Features/Repo-Intelligence
- Features/Projects
- Features/Remote-Access
- Features/Desktop-App
- Features/Provider-Knowledge
- Features/Coding-Standards
- Roadmap
Branding
Contributing