---
title: zeroclaw
emoji: π¦
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
app_port: 7860
---
---
π¦ **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