RayClaw is a multi-channel agentic AI
One small, safe Rust version Claw to power all your AI chats
RayClaw is a multi-channel agentic AI – unified Rust runtime for AI chats across platforms
Summary: RayClaw is a single Rust binary that connects Telegram, Discord, Slack, Feishu, and a Web UI through a shared agent engine with tool execution, memory, and scheduling. It consolidates multiple AI chatbots into one runtime, reducing duplicated code and dependencies. Its memory-safe, low-overhead design supports persistent sessions and context compaction for efficient multi-platform AI interactions.
What it does
RayClaw runs a unified agent engine across multiple chat platforms with built-in tools like shell access, file operations, web search, and scheduling. It uses SQLite for session persistence and supports Anthropic and OpenAI-compatible endpoints.
Who it's for
Developers and teams needing a single AI agent runtime across Telegram, Discord, Slack, Feishu, and web interfaces without managing separate bots.
Why it matters
It eliminates duplicated logic and dependency issues by providing a compact, memory-safe, multi-platform AI agent in one static Rust binary.