rsclaw 2026.5.1

AI Agent Engine Compatible with OpenClaw
Documentation
# RsClaw

**AI Agent Engine with long-term memory and self-learning — one 15MB binary, 13 channels, 15 LLM providers, A2A cross-machine orchestration, browser automation, all in pure Rust. Your AI never forgets and gets better the more you use it.**

[![Rust](https://img.shields.io/badge/Rust-1.91%20Edition%202024-orange)](https://www.rust-lang.org/)
[![License](https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue)](../../README.md#license)
[![Binary Size](https://img.shields.io/badge/binary-~15MB-green)]()

[English]../../README.md | [中文]README_cn.md | [日本語]README_ja.md | [한국어]README_ko.md | **ไทย** | [Tiếng Việt]README_vi.md | [Français]README_fr.md | [Deutsch]README_de.md | [Español]README_es.md | [Русский]README_ru.md

RsClaw คือการเขียนใหม่ทั้งหมดของ [OpenClaw]https://github.com/openclaw/openclaw ด้วย Rust ให้โปรโตคอล AI Gateway แบบมัลติเอเจนต์เดียวกัน แต่เริ่มต้นเร็วขึ้น 10 เท่า ขนาดเล็กลง 10 เท่า และไม่พึ่งพา Node.js


<p align="center">
  <img src="../images/en.gif" alt="RsClaw Preview" width="800" />
</p>

💬 [Join Community](https://rsclaw.ai/en/community) — WeChat / Feishu / QQ / Telegram

---

## คุณสมบัติหลัก

- **13+ ช่องทางข้อความ** -- Telegram, Discord, Slack, WeChat, Feishu, DingTalk, QQ, WhatsApp, LINE, Signal, Matrix, Zalo, Custom Webhook
- **15 ผู้ให้บริการ LLM** -- OpenAI, Anthropic, Google Gemini, DeepSeek, Qwen, Ollama ฯลฯ
- **32 เครื่องมือในตัว** -- จัดการไฟล์, Shell, ค้นหาเว็บ/เบราว์เซอร์, สร้างภาพ, หน่วยความจำ, ส่งข้อความ, cron, A2A
- **40+ คำสั่ง PreParse** -- ข้าม LLM, ไม่เสียโทเค็น, ตอบสนองต่ำกว่ามิลลิวินาที
- **ระบบอัตโนมัติเบราว์เซอร์ CDP** -- ควบคุม headless Chrome ในตัว (20 การดำเนินการ)
- **โปรโตคอล A2A** -- Google A2A v0.3 (การทำงานร่วมกันของเอเจนต์ข้ามเครือข่าย)
- **ความปลอดภัยในการดำเนินการ** -- กฎ deny/confirm/allow, 50+ รูปแบบการปฏิเสธ

## ติดตั้งอย่างรวดเร็ว

```bash
# macOS / Linux (ตรวจจับแพลตฟอร์มอัตโนมัติ)
curl -fsSL https://app.rsclaw.ai/scripts/install.sh | bash
```

```powershell
# Windows (PowerShell)
irm https://app.rsclaw.ai/scripts/install.ps1 | iex
```

### สร้างจากซอร์สโค้ด

```bash
git clone https://github.com/rsclaw-ai/rsclaw.git
cd rsclaw
cargo build --release
```

## เริ่มต้นอย่างรวดเร็ว

```bash
rsclaw onboard    # ตัวช่วยตั้งค่า
rsclaw start      # เริ่ม Gateway
rsclaw status     # ตรวจสอบสถานะ
rsclaw doctor --fix  # ตรวจสุขภาพ
```

## แพลตฟอร์มที่รองรับ

macOS (x86_64, ARM64), Linux (x86_64, ARM64), Windows (x86_64, ARM64)

## เอกสาร

เอกสารฉบับเต็มอยู่ที่ [README.md](../../README.md) (中文) หรือ [README_en.md](../../README.md) (English)

## สัญญาอนุญาต

โปรเจกต์นี้อยู่ภายใต้ลิขสิทธิ์คู่ MIT OR Apache-2.0 ดูรายละเอียดที่ [README ภาษาอังกฤษ](../../README.md#license)