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 Go binary in Termux. Fast and lightweight.
Use Termux for the best Linux-like experience on Android.
Install Termux:Boot to auto-start services on device boot.
Use a wake lock app to prevent the OS from killing background processes.