BashClaw
Development community
Description
Bash is All You Need. A pure Bash reimplementation of OpenClaw. No dependencies. No runtime. Runs everywhere since 2006
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
**Bash is all you need.**
Pure-shell AI agent runtime. No Node.js, no Python, no compiled binaries.
Install · Quick Start · Features · Dashboard · Engines · Providers · Channels · Architecture · 中文
Install
curl -fsSL https://raw.githubusercontent.com/shareAI-lab/bashclaw/main/install.sh | bash
Or clone directly:
git clone https://github.com/shareAI-lab/bashclaw.git
cd bashclaw && ./bashclaw doctor
Quick Start
1. Start the Gateway
bashclaw gateway
Open `http://localhost:18789` in your browser. If no API key is configured, a first-run setup overlay guides you through it.