ZeptoClaw
Ultra-lightweight Rust-based AI agent with ~4MB binary. Container-first design with Docker support. Released December 2025 by Aisar Labs.
超轻量级 Rust AI 助手
ZeptoClaw 是 Aisar Labs 开发的基于 Rust 的个人 AI 助手,定位为"记笔记的那个"——研究了 OpenClaw 的集成、NanoClaw 的安全性和 PicoClaw 的极简主义,然后构建了一个单一的约 4MB 二进制文件,避免了每一个的权衡。于 2025 年 12 月发布,是轻量级 claw 生态系统中最新的参与者。
发布日期:2025 年 12 月 开发者:Aisar Labs 语言:Rust 二进制大小:约 4MB 内存:最低 128MB RAM 理念:从他人的权衡中学习,构建更好的
为什么选择 ZeptoClaw?
超轻量级二进制
大小对比:
| 助手 | 大小 | 语言 |
|---|---|---|
| ZeptoClaw | 约 4MB | Rust |
| ZeroClaw | 3.4MB | Rust |
| PicoClaw | 约 10MB | Rust |
| NanoClaw | 约 50MB | TypeScript |
| OpenClaw | 500MB+ | TypeScript |
Rust 性能
Rust 的优势:
- 无垃圾回收的内存安全
- 零成本抽象
- 极快性能
- 亚秒级冷启动
- 最小资源占用
Docker 和容器支持
容器化:
# Docker 隔离
zeptoclaw --containerized
# Apple Container 隔离
zeptoclaw --containerized --runtime=apple安全特性:
- 完全沙箱
- 容器隔离
- 最小攻击面
- 默认安全
核心特性
$#1.
最小占用
资源要求:
- 二进制:约 4MB
- RAM:最低 128MB
- 启动:亚秒级
- CPU:最小使用
$#2.
容器优先设计
隔离选项:
- Docker 容器
- Apple Containers
- 完全沙箱
- 安全优先
$#3.
OpenClaw 风格架构
兼容性:
- 受 OpenClaw 启发的设计
- 熟悉的模式
- 易于迁移
- 经过验证的架构
$#4.
快速部署
快速开始:
# 下载二进制
curl -O https://zeptoclaw.com/download
# 立即运行
./zeptoclaw start安装方式
方法 1:二进制下载
# Linux
curl -L https://github.com/qhkm/zeptoclaw/releases/latest/download/zeptoclaw-linux -o zeptoclaw
chmod +x zeptoclaw
./zeptoclaw
# macOS
curl -L https://github.com/qhkm/zeptoclaw/releases/latest/download/zeptoclaw-macos -o zeptoclaw
chmod +x zeptoclaw
./zeptoclaw
# Windows
curl -L https://github.com/qhkm/zeptoclaw/releases/latest/download/zeptoclaw-windows.exe -o zeptoclaw.exe
.\zeptoclaw.exe方法 2:源码编译
$#1.
安装 Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$#2.
克隆仓库
git clone https://github.com/qhkm/zeptoclaw
cd zeptoclaw
$#3.
编译
cargo build --release
$#4.
运行
./target/release/zeptoclaw方法 3:Docker
docker pull ghcr.io/qhkm/zeptoclaw:latest
docker run -d --name zeptoclaw \
-v ./config:/app/config \
-v ./data:/app/data \
ghcr.io/qhkm/zeptoclaw:latest系统要求
| 组件 | 最低要求 | 推荐配置 |
|---|---|---|
| CPU | 1 核 | 2 核 |
| 内存 | 128MB RAM | 256MB RAM |
| 存储 | 10MB | 50MB |
| 操作系统 | Linux、macOS、Windows | Linux |
| 容器 | 可选 | Docker 推荐 |
使用场景
🔋 边缘设备和物联网
场景:资源受限的边缘设备
ZeptoClaw 优势:
- 4MB 二进制
- 128MB RAM
- 低功耗
- 快速启动
示例设备:
- 树莓派 Zero
- 物联网传感器
- 边缘网关
- 嵌入式系统
⚡ CI/CD 流水线
场景:快速 CI/CD 自动化
ZeptoClaw 优势:
- 亚秒级冷启动
- 最小资源占用
- 容器原生
- 快速执行
工作流:
# GitHub Actions 示例
- name: Run ZeptoClaw
run: |
curl -O https://zeptoclaw.com/download
./zeptoclaw automate --task=testing📦 资源受限环境
场景:有限资源的环境
ZeptoClaw 优势:
- 最小内存占用
- 低 CPU 使用
- 快速响应
- 稳定运行
环境:
- 低配服务器
- 共享主机
- 开发环境
- 测试环境
与替代方案对比
| 特性 | ZeptoClaw | ZeroClaw | PicoClaw | NanoClaw | OpenClaw |
|---|---|---|---|---|---|
| 语言 | Rust | Rust | Rust | TypeScript | TypeScript |
| 大小 | ~4MB | 3.4MB | ~10MB | ~50MB | 500MB+ |
| RAM | 128MB | 64MB | 256MB | 512MB | 2GB+ |
| 启动时间 | 亚秒 | 亚秒 | 秒级 | 秒级 | 10秒+ |
| 容器优先 | ✅ | ❌ | ⚠️ | ⚠️ | ❌ |
| 沙箱 | ✅ | ✅ | ✅ | ✅ | ⚠️ |
| GitHub 星标 | 450 | 200+ | 100+ | 1,000+ | 247,000+ |
优缺点分析
✅ 优点
| 优势 | 说明 |
|---|---|
| 超轻量 | 仅 4MB 二进制 |
| 快速启动 | 亚秒级冷启动 |
| Rust 性能 | 极快执行速度 |
| 容器优先 | Docker 和 Apple Container 支持 |
| 安全 | 完全沙箱隔离 |
| 资源高效 | 最低 128MB RAM |
⚠️ 局限性
| 局限性 | 说明 |
|---|---|
| 新项目 | 2025 年 12 月才发布 |
| 社区小 | 450 星标,社区较小 |
| 功能有限 | 设计上就是最小化功能 |
| 学习曲线 | 需要了解 Rust 和容器 |
定价
ZeptoClaw 软件:完全免费(MIT 许可)
成本:
- 软件本身免费
- 需要自己的 AI API 密钥
- 服务器/云主机费用(如适用)
社区和支持
- 官方网站:https://zeptoclaw.com
- GitHub:https://github.com/qhkm/zeptoclaw
- 文档:https://zeptoclaw.com/docs
- 问题反馈:https://github.com/qhkm/zeptoclaw/issues
- 讨论区:https://github.com/qhkm/zeptoclaw/discussions
信息来源
许可证
MIT 许可证 - 个人和商业使用免费。
总结
ZeptoClaw 是 Aisar Labs 的超轻量级 Rust AI 助手:
- 超轻量 -- 仅 4MB 二进制
- Rust 性能 -- 极快执行速度
- 容器优先 -- Docker 和 Apple Container 支持
- 最小资源 -- 128MB RAM
- 快速启动 -- 亚秒级冷启动
- 安全沙箱 -- 完全隔离
- OpenClaw 灵感 -- 熟悉的架构
适合人群:
- ✅ 边缘计算用户
- ✅ 物联网开发者
- ✅ CI/CD 自动化
- ✅ 资源受限环境
- ✅ 性能敏感应用
- ✅ Rust 开发者
不推荐:
- ❌ 需要丰富功能的用户
- ❌ 非技术用户
- ❌ 需要大型社区支持
- ❌ 不熟悉容器技术
独特优势:最小的二进制大小(4MB)加上亚秒级启动时间,使其成为最快的轻量级 AI 助手之一。
FAQ
Is ZeptoClaw free to use?
Yes, ZeptoClaw is free and open source (MIT license). You only pay for AI model API costs if using external models.
What are the system requirements for ZeptoClaw?
ZeptoClaw requires 128MB RAM of RAM minimum, Runtime: Native Binary. It runs on Windows, macOS, and Linux.
Can I self-host ZeptoClaw?
Yes. ZeptoClaw is open source (MIT) and can be self-hosted on your own hardware. Clone the repository from GitHub and follow the installation guide.
What platforms does ZeptoClaw support?
ZeptoClaw supports popular chat platforms. Check the official documentation for the most up-to-date list of supported platforms.
Is ZeptoClaw suitable for beginners?
Suitability depends on your technical background. Check the getting started guide for more details.
快速入门指南
几分钟内启动 ZeptoClaw。
选项 A: 快速设置
步骤 3: 配置
按照官方文档配置您的系统。
步骤 4: 开始使用
连接您的平台并开始交互。
首次使用时间: ~5-15分钟,具体取决于安装方式。
完整文档: https://zeptoclaw.com/docs 源代码: https://github.com/qhkm/zeptoclaw
常见问题
ZeptoClaw 免费吗?
是的,ZeptoClaw 是免费的开源软件(MIT 许可证)。您只需支付 AI 模型 API 的费用。
ZeptoClaw 的系统要求是什么?
ZeptoClaw 需要 128MB RAM, Native Binary。它可在 Windows、macOS 和 Linux 上运行。
我可以自托管 ZeptoClaw 吗?
可以。ZeptoClaw 是开源软件(MIT),可以在您自己的硬件上自托管。
ZeptoClaw 支持哪些平台?
ZeptoClaw 支持流行的聊天平台。请查看官方文档获取最新支持的平台列表。
ZeptoClaw 适合初学者吗?
适不适合取决于您的技术背景。请参阅入门指南了解更多详情。
YuanQi AIBot
Cheetah Mobile's desktop all-around AI assistant, focused on deep optimization for Chinese scenarios and local execution. Supports mobile remote control, Feishu/DingTalk integration.
ZeroClaw
Ultra-lightweight Rust-based AI agent with <5MB RAM usage. Single 3.4MB binary, 7.6k+ GitHub stars. Perfect for embedded and IoT devices.