--- title: zeroclaw emoji: 🦞 colorFrom: blue colorTo: indigo sdk: docker pinned: false app_port: 7860 ---
PicoClaw

PicoClaw: Autonomous Distributed Systems Engineer

$10 Hardware Β· 10MB RAM Β· Voice-Enabled Β· Autonomous

Go Hardware License
Website Twitter

[δΈ­ζ–‡](README.zh.md) | [ζ—₯本θͺž](README.ja.md) | **English**
--- 🦐 **PicoClaw** is an ultra-lightweight, autonomous personal AI agent written in Go. Designed as a **Distributed Systems Engineer**, it combines the speed of Go with the intelligence of modern LLMs to handle complex tasks like Docker management, network debugging, and system monitoring with minimal resource footprint. It runs on **$10 hardware** (like LicheeRV Nano) with **<10MB RAM**, making it 99% more efficient than Python-based alternatives.

> [!CAUTION] > **🚨 SECURITY & OFFICIAL CHANNELS** > > * **NO CRYPTO:** PicoClaw has **NO** official token/coin. All claims on `pump.fun` or other trading platforms are **SCAMS**. > * **OFFICIAL DOMAIN:** The **ONLY** official website is **[picoclaw.io](https://picoclaw.io)**. > * **Warning:** PicoClaw is in Alpha. Do not deploy to critical production environments without review. ## πŸš€ Capabilities PicoClaw is more than just a chatbot. It's an autonomous engineer with specialized skills: * **πŸ—£οΈ Voice Interaction**: Speaks directly to you using Google TTS (Auto-configured). * **🐳 Docker Management**: List, inspect, and manage containers via CLI. * **πŸ”¬ AI Research**: Search ArXiv for papers and summarize findings. * **πŸ› οΈ Go Development**: Assist with Go code, compilation, and debugging. * **πŸ“Š Visualization**: Generate system architecture diagrams using Mermaid JS. * **🌐 Network Utilities**: Debug DNS, ping hosts, and trace routes. * **πŸ›‘οΈ Security Audit**: Scan code for secrets and vulnerabilities. * **🧠 Memory & Planning**: Remembers context across sessions and plans complex tasks. ## πŸ“¦ Installation ```bash curl -fsSL https://picoclaw.io/install.sh | sh ``` Or build from source: ```bash git clone https://github.com/sipeed/picoclaw.git cd picoclaw make install ``` ## πŸ› οΈ Usage ### Quick Start Start the interactive agent. It will automatically set up required skills (Voice, etc.) on first run. ```bash picoclaw agent -m "Hello, who are you?" ``` ### Voice Mode PicoClaw can speak its responses! Ensure you have speakers connected. ```bash # It will use the 'voice-tts' skill automatically when appropriate picoclaw agent -m "Please introduce yourself in a voice message." ``` ### Run as a Daemon (Gateway) Run PicoClaw as a background service to handle heartbeats, cron jobs, and multi-channel messages (Telegram/Discord/etc). ```bash picoclaw gateway ``` ## 🐳 Docker Support PicoClaw is available as a Docker image. ```bash # Run agent docker compose run --rm picoclaw-agent -m "Hello" # Run gateway docker compose up -d picoclaw-gateway ``` *Note: To use Voice or Docker skills within the container, you may need to mount `/dev/snd` or `/var/run/docker.sock`.* ## 🀝 Contributing We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details. ## πŸ“„ License MIT License