PicoClaw
An ultra-lightweight Go-based AI assistant from Sipeed, the embedded hardware company. Approximately 95% of the core was generated by an AI agent, refactored from Nanobot's Python base. It runs on a $10 RISC-V board, boots in one second, and uses under 10MB RAM.
Key Facts
- Language: Go
- Footprint: Under 10MB RAM, one-second boot; single self-contained binary
- Platforms: RISC-V, ARM64, x86; runs on LicheeRV-Nano ($9.90), Termux on Android, NanoKVM
- Channels: Telegram, Discord, QQ, DingTalk
- Features: Cron-based scheduling, sub-agent spawning via heartbeat triggers, free voice transcription (Groq Whisper)
- License: MIT
Best For
IoT and embedded deployments, home automation, and anyone who wants a 24/7 AI agent on the cheapest available Linux hardware. Even on 0.6GHz single-core processors, startup stays around one second.
Note: The project recommends against production use before v1.0. Recent builds have grown to 10–20MB in some configurations. There is no equivalent of ClawHub; the integration library is narrow. Early-stage, community-driven software without enterprise security or compliance certifications.
Compared to OpenClaw
OpenClaw needs a real machine with substantial RAM. PicoClaw runs on a $10 board. If your goal is a useful always-on agent on minimal hardware—or home automation on embedded Linux—PicoClaw is built for that niche. You trade ecosystem breadth for hardware efficiency.