Go 驱动 · 开源免费

PicoClaw

极致轻量的个人 AI 助手。内存占用不到 10MB,1 秒内启动,支持多架构部署。从 10 美元的硬件到高性能服务器,让 AI 触手可及。

PicoClaw System Preview
System Preview
<10MB
内存占用
<1s
启动时间
3
支持架构
95%
AI 生成代码

极致性能,无限可能

用 Go 语言重写,性能提升 10 倍。从树莓派到服务器,从 Telegram 到钉钉,让 AI 助手随处运行。

超低资源占用

内存占用不到 10MB,比同类产品节省 99% 资源。即使在 10 美元的硬件上也能流畅运行,让 AI 助手触手可及。

闪电般启动

即使在单核 0.6GHz 处理器上也能在 1 秒内启动完成。告别漫长的等待,随时随地开启 AI 对话。

多架构支持

支持 x86_64、ARM64 和 RISC-V 架构。从树莓派到服务器,从嵌入式设备到云端,一键部署无处不在。

多平台集成

支持 Telegram、Discord、QQ、钉钉等多个通讯平台。一个命令启动网关,让 AI 助手融入你的日常工作流。

智能定时任务

内置 cron 功能,支持一次性提醒、循环任务和标准 cron 表达式。自动化你的日常工作,解放双手。

多模型支持

支持 OpenRouter、智谱、Anthropic、OpenAI、DeepSeek、Groq 等多个 LLM 提供商。自由切换,找到最适合你的 AI。

PicoClaw vs 其他方案:性能对比

用 Go 重写,性能提升 10 倍

Data Privacy

    Cloud AI
    Stored on Servers
    PicoClaw
    100% Local

Cost

    Cloud AI
    $20+/month
    PicoClaw
    Free after setup

Device Support

    Cloud AI
    Web only
    PicoClaw
    Mac/RPi/Docker

Built for Real-World Applications

From personal productivity to professional workflows, PicoClaw adapts to your needs.

Code Assistant

Local code completion, debugging, and documentation generation. Keep your proprietary code private while getting AI assistance.

Content Creation

Write blog posts, emails, and documents with AI assistance. All your drafts and ideas stay on your device.

Data Analysis

Analyze sensitive business data locally. No data leaves your infrastructure, ensuring complete confidentiality.

Personal Assistant

Manage your calendar, emails, and tasks with voice commands and automation. 100+ integrations available.

Research & Learning

Summarize papers, answer questions, and organize knowledge bases. Perfect for students and researchers.

API Integration

Build custom applications with PicoClaw's REST API. Integrate AI capabilities into your existing workflows.

一键安装,即刻启动

单个二进制文件,无需复杂配置。支持 Windows、macOS、Linux 等多个平台。

bash — 快速安装
git clone https://github.com/sipeed/picoclaw && cd picoclaw && picoclaw onboard

系统要求

Linux / macOS / Windows
支持 x86_64 / ARM64 / RISC-V
内存 ≥ 64MB(推荐 512MB)
LLM API 密钥(可选)

核心功能

交互式聊天对话
多平台机器人集成
智能定时任务管理
长期记忆和技能系统

快速开始 in Three Steps

克隆仓库

git clone https://github.com/sipeed/picoclaw.git

初始化配置

cd picoclaw && picoclaw onboard

按照提示配置 LLM API 密钥和偏好设置

开始对话

picoclaw agent # 或者发送单条消息: picoclaw agent -m "你好,介绍一下你自己"

支持交互式对话和单次查询两种模式

macOS
Linux
Windows (WSL2)
Raspberry Pi
Docker

常见问题

什么是 PicoClaw?

PicoClaw 是一个用 Go 语言开发的超轻量级个人 AI 助手,灵感来自 nanobot 项目。它拥有极低的资源占用(内存不到 10MB),支持多架构部署,并集成了多个通讯平台。核心代码 95% 由 AI 代理自动生成,通过人类在环方式持续优化。

PicoClaw 相比其他方案有什么优势?

相比 OpenClaw(TypeScript)和 NanoBot(Python),PicoClaw 的内存占用减少了 99%(从 100MB+ 降至 10MB),启动时间从 30 秒缩短至 1 秒内。同时支持 RISC-V 架构,可以运行在价格低至 10 美元的硬件上,大幅降低了使用门槛。

支持哪些通讯平台?

PicoClaw supports multiple mainstream messaging platforms including Telegram, Discord, QQ, and DingTalk. Simply run the `picoclaw gateway` command to start the gateway service, configure the respective bot tokens, and use your AI assistant on these platforms.

硬件要求是什么?

PicoClaw 的硬件要求极低,推荐 64MB+ 内存即可运行(最低 10MB)。支持 x86_64、ARM64 和 RISC-V 架构,可以在树莓派、嵌入式设备、Mac、Linux 和 Windows 等多个平台上运行。

支持哪些 LLM 提供商?

PicoClaw 支持多个主流 LLM 提供商,包括 OpenRouter、智谱AI、Anthropic、OpenAI、DeepSeek、Groq 等。你可以根据需求自由切换模型,在性能、价格和质量之间找到最佳平衡。

GitHub 仓库在哪里?

你可以在 GitHub 上找到 PicoClaw: github.com/sipeed/picoclaw. 欢迎 Star 项目以关注最新动态和功能更新!

如何使用定时任务功能?

PicoClaw 内置 cron 功能,支持多种任务类型:一次性提醒(如"1小时后提醒我")、循环任务(如"每天早上8点发送日报")以及标准 cron 表达式。你可以通过配置文件轻松管理定时任务,实现工作流自动化。