# 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.**
[](https://www.rust-lang.org/)
[](../../README.md#license)
[]()
RsClaw es una reescritura completa de [OpenClaw](https://github.com/openclaw/openclaw) en Rust, ofreciendo el mismo protocolo de pasarela IA multiagente con un inicio 10x mas rapido, un tamano 10x menor y cero dependencias de 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
---
## Caracteristicas principales
- **13+ canales de mensajeria** -- Telegram, Discord, Slack, WeChat, Feishu, DingTalk, QQ, WhatsApp, LINE, Signal, Matrix, Zalo, Webhook personalizado
- **15 proveedores LLM** -- OpenAI, Anthropic, Google Gemini, DeepSeek, Qwen, Ollama, etc.
- **32 herramientas integradas** -- Archivos, Shell, Busqueda web/Navegador, Generacion de imagenes, Memoria, Mensajeria, cron, A2A
- **40+ comandos PreParse** -- Evitan el LLM, cero tokens, respuesta sub-milisegundo
- **Automatizacion de navegador CDP** -- Control headless Chrome integrado (20 acciones)
- **Protocolo A2A** -- Google A2A v0.3 (colaboracion de agentes entre redes)
- **Seguridad de ejecucion** -- Reglas deny/confirm/allow, 50+ patrones de rechazo
## Instalacion rapida
```bash
# macOS / Linux (deteccion automatica de plataforma)
```powershell
# Windows (PowerShell)
### Compilar desde el codigo fuente
```bash
git clone https://github.com/rsclaw-ai/rsclaw.git
cd rsclaw
cargo build --release
```
## Inicio rapido
```bash
rsclaw onboard # Asistente de configuracion
rsclaw start # Iniciar la pasarela
rsclaw status # Verificar estado
rsclaw doctor --fix # Verificacion de salud
```
## Plataformas soportadas
macOS (x86_64, ARM64), Linux (x86_64, ARM64), Windows (x86_64, ARM64)
## Documentacion
Documentacion completa en [README.md](../../README.md) (中文) o [README_en.md](../../README.md) (English).
## Licencia
Este proyecto tiene doble licencia MIT OR Apache-2.0. Consulte el [README en inglés](../../README.md#license) para más detalles.