运行于 ESP32-S3 的本地 AI Agent 固件,集成离线语音唤醒与云端 TTS 服务,支持本地大模型推理、工具调用、长期记忆存储与自主任务执行。
Two powerful layers working in harmony
xiaozhi-esp32
mimiclaw
How the components work together
Compatible with 70+ ESP32-S3 boards
Get up and running in 3 steps
Clone the repository and set your target ESP32-S3 board
git clone https://github.com/beancookie/xiaoclaw.git
cd xiaoclaw
idf.py set-target esp32s3
Set up your WiFi and API keys via menuconfig
idf.py menuconfig
Build the firmware and flash to your device
idf.py build
idf.py -p PORT flash monitor
XiaoClaw combines the best of both worlds