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