BashClaw banner
shareAI-lab shareAI-lab

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

BashClaw

**Bash is all you need.**

Pure-shell AI agent runtime. No Node.js, no Python, no compiled binaries.

Bash 3.2+ Dependencies Tests Memory MIT

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.

2. Choose an Engine

Claude Code CLI (Recommended)Builtin (Direct API)

Reuses your Claude subscription -- no API keys, no per-token cost.

bashclaw config set \
  '.agents.defaults.engine' '"claude"'

Requires: [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) installed and authenticated.

Calls LLM APIs directly via curl. Supports 18 providers.