OpenClaw for Embedded — AI agents on a $5 chip.
PycoClaw is an open-source platform for running AI agents on microcontrollers.
It brings OpenClaw workspace-compatible intelligence to embedded devices costing under $5.
Built on MicroPython, it supports:
- 🧠 Multi-provider LLM routing (OpenAI, Gemini, Ollama, etc.)
- 💬 Multi-channel chat (Telegram, Studio, WebRTC)
- 🔧 Tool calling with async execution
- 🧩 Extensions via ScriptoHub
- 📡 Over-the-air updates via Scripto Studio
- 🔋 Battery operation with last-gasp flash saves
- Get hardware — any ESP32-S3 board with at least 8MB flash + PSRAM (~$5)
- Install firmware — visit pycoclaw.com/install
- Open Studio — manage your device at scriptostudio.com
┌──────────────────────────────────┐
│ PFC (Prefrontal Cortex) │ AI Agent Orchestrator
├──────────────────────────────────┤
│ ScriptoHub │ Extension Marketplace
├──────────────────────────────────┤
│ Scripto Studio │ PWA IDE + Device Manager
├──────────────────────────────────┤
│ MicroPython │ + Native C modules
├──────────────────────────────────┤
│ ESP32-S3 Hardware │ WiFi · BLE · USB · PSRAM
└──────────────────────────────────┘
| Platform | Chip | Status |
|---|---|---|
| ESP32-S3 | Xtensa LX7 | ✅ Production |
| ESP32-P4 | RISC-V | ✅ Production |
| RP2350 | ARM Cortex-M33 | 🚧 Coming Soon |
- ScriptoHub — Skills & Extension marketplace
- Scripto Studio — PWA IDE + Device Manager
- WebREPL — Protocol specifications
- USRobotIQ — Robot, code thyself!
MIT — Copyright © 2026 Jonathan Peace
Jonathan Peace
Email: jep@alphabetiq.com
