← 返回命令列表

Linux command

picoclaw 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Initialize

picoclaw onboard

Start an interactive

picoclaw agent

Send a one-shot message

picoclaw agent -m "[question or task]"

Start the multi-channel gateway

picoclaw gateway

说明

picoclaw is an ultra-lightweight personal AI assistant written in Go, designed to run on extremely resource-constrained hardware. It uses less than 10MB of RAM and ships as a single self-contained binary with sub-second boot times. PicoClaw supports RISC-V, ARM64, ARM32, MIPS, LoongArch, and x86 architectures natively, making it deployable on devices ranging from $10 RISC-V boards to powerful servers. Despite the minimal footprint, it provides full agent capabilities including planning, web search integration, command execution, and automation workflows. The tool supports 30+ LLM providers including OpenAI, Anthropic (Claude), Google Gemini, DeepSeek, Mistral, Groq, Qwen, Ollama, and Zhipu. It can integrate with chat platforms via the gateway command for bot deployments on Telegram, Discord, WhatsApp, Slack, Matrix, IRC, and other messaging services.

参数

onboard
Initialize configuration and set up the environment for first-time use. Creates config at ~/.picoclaw/config.json.
agent
Start an interactive CLI chat session with the AI agent.
agent -m _message_
Send a single message to the agent and receive a response without entering interactive mode.
gateway
Start the multi-channel gateway for chat platform integrations including Telegram, Discord, WhatsApp, QQ, Slack, Matrix, IRC, DingTalk, LINE, and WeCom.

FAQ

What is the picoclaw command used for?

picoclaw is an ultra-lightweight personal AI assistant written in Go, designed to run on extremely resource-constrained hardware. It uses less than 10MB of RAM and ships as a single self-contained binary with sub-second boot times. PicoClaw supports RISC-V, ARM64, ARM32, MIPS, LoongArch, and x86 architectures natively, making it deployable on devices ranging from $10 RISC-V boards to powerful servers. Despite the minimal footprint, it provides full agent capabilities including planning, web search integration, command execution, and automation workflows. The tool supports 30+ LLM providers including OpenAI, Anthropic (Claude), Google Gemini, DeepSeek, Mistral, Groq, Qwen, Ollama, and Zhipu. It can integrate with chat platforms via the gateway command for bot deployments on Telegram, Discord, WhatsApp, Slack, Matrix, IRC, and other messaging services.

How do I run a basic picoclaw example?

Run `picoclaw onboard` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does onboard do in picoclaw?

Initialize configuration and set up the environment for first-time use. Creates config at ~/.picoclaw/config.json.