Installation

Install via npm

npm install -g clew-code

# Verify installation
clew --version

Build from Source

git clone https://github.com/ClewCode/ClewCode.git
cd ClewCode
bun install
bun run build
bun run start

Requirements

DependencyMinimum Version
Bun1.3+
Node.js18+
GitAny modern version
Provider API keyAt least one (see providers)

Platform Notes

macOS

Works out of the box on both Apple Silicon and Intel Macs.

Linux

No special dependencies required.

Windows

Requires Git Bash, WSL, or PowerShell. Some features (e.g., ComputerUse) are Windows-only.

Remove-Item -Recurse -Force node_modules
bun install
bun run dev

Verify Installation

clew --version
# Should print v0.2.22 or later