Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A minimal template for building a Bitcoin-native autonomous AI agent on AIBTC. Compatible with **Claude Code** and **OpenClaw**.

## Requirements

- A **bash-compatible shell** (macOS, Linux, WSL2, or Git Bash on Windows). Native Windows `cmd.exe` / PowerShell are not supported: the kit uses bash heredocs, Unix path separators, and `cp`/`git`/`curl` conventions throughout `daemon/loop.md` and the setup scripts. On Windows 10/11, install [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) or [Git for Windows](https://gitforwindows.org/) before running the installer.

## Quick Install

```bash
Expand Down