Skip to main content

Hardware Compatibility

PicoClaw is a single static binary with minimal resource requirements, designed to run on a wide range of hardware — from cloud servers to tiny embedded boards.

Verified Chip Support

x86

VendorChipArchitecture
IntelCore / Xeon / Atomx86_64
AMDRyzen / EPYCx86_64

ARM

ArchitectureChipNotes
ARMv6BCM2835Raspberry Pi 1, Pi Zero
ARMv7V3sAllwinner V3s
ARM64H618Allwinner H618
ARM64BCM2711Raspberry Pi 4
ARM64BCM2712Raspberry Pi 5
ARM64AX630CMaix series

RISC-V

ChipVendor / Notes
SG2002Sophgo, LicheeRV-Nano
V861Allwinner
V881Allwinner
D213Allwinner
K1SpacemiT
K3SpacemiT
A210Sophgo
K230Canaan

MIPS

ChipNotes
MT7620MediaTek, OpenWrt routers

LoongArch

ChipNotes
3A5000Loongson
3A6000Loongson
2K1000LALoongson

Verified Products

ProductChipArchitecture
Nokia N900OMAP3430ARMv7
LicheeRV-NanoSG2002RISC-V 64
NanoKVMSG2002RISC-V 64
NanoKVM ProSG2002RISC-V 64
MaixCAMSG2002RISC-V 64
MaixCAM2AX630CARM64

Verified Dev Boards

BoardChipArchitecture
Raspberry Pi 1 (A/B/B+)BCM2835ARMv6
Raspberry Pi Zero / Zero WBCM2835ARMv6
Raspberry Pi Zero 2 WBCM2710A1ARM64
Raspberry Pi 3 (A+/B/B+)BCM2837ARM64
Raspberry Pi 4 BBCM2711ARM64
Raspberry Pi 5BCM2712ARM64
LicheeRV-NanoSG2002RISC-V 64
Milk-V DuoSG2002RISC-V 64
BananaPi F3K1RISC-V 64
SpacemiT K3 BoardK3RISC-V 64
CanMV-K230K230RISC-V 64

Also Works On

  • Android — via Termux (use proot for DNS resolution)
  • Desktop / Server / Cloud — Linux, macOS, Windows, FreeBSD
  • OpenWrt — routers with MIPS or ARM chips
  • FreeBSD / NetBSD — FreeBSD x86_64, ARM64, ARMv6 builds available

Minimum Requirements

ResourceMinimum
RAM10 MB
Storage20 MB
CPUAny single core, 0.6 GHz+
KernelLinux 3.x+ (or equivalent)

PicoClaw itself is extremely lightweight. The actual bottleneck is network connectivity to reach the LLM API endpoint — even a 2G modem connection will work.

How to Test

Run the following on your target device:

./picoclaw onboard
./picoclaw agent -m "Hello, what device am I running on?"

If the binary starts and connects to an API, your hardware is supported.

Contributing Compatibility Reports

Tested PicoClaw on hardware not listed here? We welcome contributions:

  1. Open an issue at github.com/sipeed/picoclaw with the chip, board/product name, architecture, and OS.
  2. Or submit a PR to update this page directly.