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
| Dependency | Minimum Version |
|---|---|
| Bun | 1.3+ |
| Node.js | 18+ |
| Git | Any modern version |
| Provider API key | At 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