A single shell script that gives you a full LLM agent — streaming chat, shell tool calls,
rolling memory, and mentor mode against OpenAI or Anthropic.
No Node. No npm. Just curl + jq.
$ wget
-qO /usr/local/bin/claw https://getclaw.site/claw \
&& chmod +x /usr/local/bin/claw
runs in your browser — no install needed 🌐 browser Linux
Built to run in Alpine containers, v86 VMs, and cheap VPS boxes. If it has sh + curl + jq, claw runs.
<shell>…</shell> blocks. claw runs them and feeds results back. YOLO by default; pass --confirm to be prompted.--mentor or /mentor on.claw -s myproject. Each has its own history, compacted rules, and journal — switch instantly with /load..md file into ~/.config/clawlite/instructions/ and it becomes part of the system prompt — project context, tool guides, domain knowledge. No restart needed.soul.md to define your agent's persona — name, voice, values, tone. Follows the emerging soul.md open standard. Portable, versionable, shareable across any claw session.rlwrap is installed, claw self-relaunches under it — giving you arrow keys, ↑↓ history, Ctrl+R reverse search, Alt+← → word-jump, Ctrl+A/E/W/K, and persistent history across sessions. Degrades gracefully without it.The model uses shell tools to inspect the filesystem and answer in context — all from a single shell script.
Three steps. No build system. No package manager.