|
7 | 7 |
|
8 | 8 | <p align="center"> |
9 | 9 | <a href="https://ghostclaw.io">Website</a> · |
10 | | - <a href="#install">Install</a> · |
| 10 | + <a href="https://ghostclaw.io/why.html">Why GhostClaw</a> · |
| 11 | + <a href="#get-started">Install</a> · |
11 | 12 | <a href="#whats-included">Features</a> · |
12 | 13 | <a href="https://t.me/+8qJbqxzBQAZkYTNk"><img src="https://img.shields.io/badge/Telegram-Community-26A5E4?logo=telegram&logoColor=white" alt="Telegram Community"></a> |
13 | 14 | </p> |
14 | 15 |
|
15 | 16 | --- |
16 | 17 |
|
17 | | -A bare-metal AI agent that runs on your hardware, under your control. Single Node.js process, SQLite for state, Claude as a child process. No containers, no cloud, no orchestration. Telegram, WhatsApp, email, cron. 10 minutes to set up. |
| 18 | +An AI agent that lives on your computer and works for you. Message it on Telegram like a co-worker. It reads email, does research, runs scheduled tasks, and has full access to its machine. No containers, no cloud, no orchestration. 10 minutes to set up. |
18 | 19 |
|
19 | | -## Install |
| 20 | +## Get started |
| 21 | + |
| 22 | +Best on a dedicated machine — a Mac Mini, an old laptop, a VPS. Fresh accounts, let it grow. You _can_ run it on your daily driver, but GhostClaw runs autonomously, installs things, writes files, runs tasks on its own schedule. Give it a machine it can own. |
| 23 | + |
| 24 | +### 1. Install Claude Code |
| 25 | + |
| 26 | +If you haven't already — open Terminal and run: |
| 27 | + |
| 28 | +```bash |
| 29 | +npm install -g @anthropic-ai/claude-code |
| 30 | +``` |
| 31 | + |
| 32 | +### 2. Clone and launch |
20 | 33 |
|
21 | 34 | ```bash |
22 | | -npm install -g @anthropic-ai/claude-code # if you haven't already |
23 | 35 | git clone https://github.com/b1rdmania/ghostclaw.git |
24 | 36 | cd ghostclaw |
25 | 37 | npm install |
26 | 38 | claude |
27 | 39 | ``` |
28 | 40 |
|
29 | | -Inside Claude Code: |
| 41 | +### 3. Let Claude walk you through setup |
| 42 | + |
| 43 | +Inside Claude Code, type: |
30 | 44 |
|
31 | 45 | ``` |
32 | 46 | /setup-ghostclaw |
33 | 47 | ``` |
34 | 48 |
|
35 | | -The wizard handles API keys, Telegram bot, personality, background service. About 10 minutes. |
| 49 | +Claude handles everything interactively — Telegram bot from BotFather, API keys, personality, background service. About 10 minutes. You just answer questions. |
36 | 50 |
|
37 | | -**Requirements:** Node.js 20+, Claude Code, macOS or Linux, Claude Max or API key. |
| 51 | +**Requirements:** Node.js 20+, macOS or Linux, Claude Max or API key. |
38 | 52 |
|
39 | 53 | ## What's included |
40 | 54 |
|
|
0 commit comments