-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
github-actions[bot] edited this page Apr 18, 2026
·
3 revisions
Get from download to your first AI session in under 5 minutes.
- macOS 13+, Windows 10+, or Ubuntu 22.04+
- Claude Code CLI installed and authenticated (
claude --versionshould work)
brew tap clawde-io/clawde
brew install clawdcurl -fsSL https://clawde.io/install.sh | bashInstalls clawd to ~/.local/bin/. Verifies SHA256 checksum before installing. Then add it to your PATH if prompted.
Download the binary for your platform 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 |
After downloading, make it executable and move to your PATH:
chmod +x clawd-aarch64-apple-darwin
mv clawd-aarch64-apple-darwin /usr/local/bin/clawdmacOS Gatekeeper: the first time, run xattr -d com.apple.quarantine /usr/local/bin/clawd to remove the quarantine flag.
clawd startThe daemon runs on localhost:4300 and persists in the background.
clawd doctorExpected output:
✓ Port 4300 available port 4300 is free
✓ claude CLI installed claude 1.x.x
✓ claude CLI authenticated logged in
✓ SQLite DB accessible ~/.local/share/clawd/clawd.db
✓ Disk space 45GB free
✓ Relay reachable api.clawde.io reachable
All checks passed.
Download the desktop or mobile app from clawde.io/#download and connect it to your daemon.
To use ClawDE from your phone or another computer:
- Open Settings → Remote Access → Add Device on the host machine
- Scan the QR code or enter the 6-digit PIN on your other device
- For off-network access (not just your home/office LAN), subscribe to Personal Remote ($9.99/yr)
- Features/Projects — organize your repos into projects
- Features/Remote-Access — connect from your phone or another machine
- Configuration — customize the daemon with config.toml
- Daemon-Reference — JSON-RPC 2.0 API for building clients
- Troubleshooting — if something isn't working
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