Discover and explore top open-source AI tools and projects—updated daily.
zevornAI assistants for low-cost embedded devices
New!
Top 49.9% on SourcePulse
Making AI Assistants Cheap Again! RT-Claw is an open-source intelligent assistant framework designed for low-cost embedded devices, primarily targeting the ESP32-S3. It enables developers and hobbyists to deploy sophisticated AI agents directly onto hardware costing as little as one dollar, facilitating seamless integration of AI into daily workflows and bridging the digital and physical worlds.
How It Works
RT-Claw employs a layered architecture, abstracting hardware interactions through an OS Abstraction Layer (OSAL) supporting FreeRTOS (via ESP-IDF) and RT-Thread, allowing for cross-platform compatibility. At its core, an LLM Chat Engine facilitates interactive conversations, augmented by a robust Tool Use system enabling LLM-driven function calls to interact with hardware and services. Features like composable Skills allow AI to orchestrate multiple tools, while Conversation Memory provides short-term RAM and long-term NVS Flash persistence. Swarm Intelligence enables networked nodes to discover each other, share capabilities, and invoke tools remotely.
Quick Start & Requirements
./scripts/setup-esp-env.sh). Build and run via make build-esp32c3-qemu and make run-esp32c3-qemu.export RTCLAW_AI_API_KEY=' ').Highlighted Details
/.Maintenance & Community
RT-Claw is inspired by OpenClaw, Nanobot, and MimiClaw. Community channels include Discord, QQ Group, Telegram, and Bilibili.
Licensing & Compatibility
The project is licensed under the permissive MIT license, allowing for broad compatibility with commercial and closed-source applications.
Limitations & Caveats
Some integrations, such as DingTalk, QQ, and Telegram, are marked as "In Progress." Features like Multi-Model API support, a Web Config Portal, and serving as a Claw Skill Provider are listed as "Planned." While verified on ESP32-C3/S3 and QEMU vexpress-a9, other platforms may require further integration.
20 hours ago
Inactive
agentscope-ai