Loading...
Loading...
Ultra-lightweight AI assistant in Go. Runs on <10MB RAM. Boots in 1 second on a $10 RISC-V board. Single binary across RISC-V, ARM, and x86. The smallest fork that can still hold a conversation.
Install Go 1.22 or newer. Go compiles to a single binary with no dependencies.
# Download from https://go.dev/dl/
# Or use package manager:
brew install go # macOS
sudo apt install golang # UbuntuInstall PicoClaw directly from source. This compiles a native binary for your platform.
go install github.com/sipeed/picoclaw@latestInitialize the configuration and start PicoClaw. The single binary includes everything needed.
# Create config file
mkdir -p ~/.config/picoclaw
picoclaw --init
# Edit config and start
picoclawTime from process start to first response
Average response time after startup
PicoClaw in Termux. Lightweight and responsive.
For iPads, SwiftClaw is the only option without jailbreaking.
Android tablets can use Termux for full Linux fork support.
Use a keyboard accessory for easier terminal interaction.