An LLM agent that runs on any Linux box
An LLM agent has been developed as a single shell script that runs on any Linux system using only POSIX-compliant tools like curl and jq. It supports features such as streaming chat, shell tool integration, rolling memory, and mentor mode with APIs from OpenAI or Anthropic. The tool, called claw, requires no Node.js or npm and can be deployed via wget or run directly in a browser terminal.
- ▪The LLM agent is implemented as a single POSIX sh shell script.
- ▪It works on any Linux box and depends only on curl and jq.
- ▪No Node.js or npm installation is required to run the agent.
- ▪The tool can be installed via wget or used live in a browser at linuxontab.com.
- ▪It supports streaming chat, shell tool calls, rolling memory, and mentor mode with OpenAI or Anthropic APIs.
Opening excerpt (first ~120 words) tap to expand
pure POSIX sh · v0 · MIT An LLM agent that runs on any Linux box. 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 copy No install? Try it live in the browser at linuxontab.com 🌐 browser Linux — open a terminal, run claw, done.
Excerpt limited to ~120 words for fair-use compliance. The full article is at claw.