Skip to content

jetpax/pycoclaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PycoClaw

OpenClaw for Embedded — AI agents on a $5 chip.

Website Install

App Screenshot

What is PycoClaw?

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

Quick Start

  1. Get hardware — any ESP32-S3 board with at least 8MB flash + PSRAM (~$5)
  2. Install firmware — visit pycoclaw.com/install
  3. Open Studio — manage your device at scriptostudio.com

Architecture

┌──────────────────────────────────┐
│     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
└──────────────────────────────────┘

Platforms

Platform Chip Status
ESP32-S3 Xtensa LX7 ✅ Production
ESP32-P4 RISC-V ✅ Production
RP2350 ARM Cortex-M33 🚧 Coming Soon

Star History

Star History Chart

Related Projects

License

MIT — Copyright © 2026 Jonathan Peace

Contact

Jonathan Peace
Email: jep@alphabetiq.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors