Quick Start
Get ClawIDE up and running in under a minute.
Prerequisites
Make sure you have tmux installed:
# macOS
brew install tmux
# Debian/Ubuntu
sudo apt install tmux
Step 1: Install
curl -fsSL https://raw.githubusercontent.com/davydany/ClawIDE/refs/heads/master/scripts/install.sh | bash
Need to pin a specific version or customize the install directory? See Installation for all options.
Step 2: Start ClawIDE
clawide
Open http://localhost:9800 in your browser. You’ll see the ClawIDE dashboard where you can create or import your first project.
What’s Next
- Installation — Detailed installation options and verification
- Dashboard — Learn how to manage projects
- Terminal Sessions — Start your first Claude Code session
- Configuration — Customize ClawIDE’s settings