Index / MimiClaw · updated Aug 17, 2026
MimiClaw
memovai/mimiclaw · healthy · rank 15 of 43 by stars
Runs OpenClaw-style agent loop on a $5 ESP32-S3 chip with pure C, no OS or Node.js. Tiny hardware assistant with Telegram UI, local flash memory, and 0.5W draw.
Facts
Repository
Runtime
Posture
Community
Security breakdown
Composite 40 / 100 · how these are scored
higher is safer
higher is safer
higher is safer
higher is safer
higher is riskier
Model access
Read from the repository, not written by a model · 52 files examined
2 providers
Pinned models
claude-opus-4-5 released 2025-11-24 — 9 months old (from the public model catalogue)
Pin last edited 5 months ago
Evidence
Decision
Why choose MimiClaw over OpenClaw?
Why choose this
- Runs on $5 chip with 0.5W power
- No OS overhead, pure C bare metal
- Tiny footprint, physically portable
Tradeoffs
- Limited tooling vs full OpenClaw
- No rich plugin/skill ecosystem
- Requires flashing firmware, less accessible
Best fit
- Hobbyists wanting AI on tiny hardware
- Offline-ish local agent on ESP32
- Telegram-based assistant on the cheap
Avoid if
- Need full OS-level integrations
- Want rich plugin ecosystem
- Require multi-user support
README and commits confirm active OpenClaw-compatible embedded clone, but Reddit hits are unrelated game mentions, creating uncertainty in community sentiment.
AI layer reviewed Aug 2, 2026 · how this is written
Star activity
5,702 stars today
Overview
MimiClaw is a hardware-native AI assistant that ports the OpenClaw concept onto a $5 ESP32-S3 microcontroller, running entirely in pure C without any operating system, Node.js, or external server. Its core architecture consists of a lightweight agent loop that receives Telegram messages over WiFi, queries Anthropic or OpenAI models, executes local tools, and persists session memory on onboard SPIFFS flash storage.
Recent commits show active development: USB-JTAG console switching, SPIFFS binary inclusion in releases, GPIO skill support, and captive portal WiFi onboarding. Unlike OpenClaw which targets desktops, mobile, and cloud with a rich plugin ecosystem, MimiClaw prioritizes physical portability, 0.5W power draw, and a minimal attack surface on edge silicon.
The project is best suited for makers and embedded enthusiasts who want a pocket-sized, always-on assistant, but it lacks the multi-channel integrations, skill registry, and user-friendly setup of the parent OpenClaw project.