Skills2026年5月15日·1 分钟阅读

Zeroclaw — Fast Autonomous AI Assistant Infrastructure

A lightweight, fully autonomous AI personal assistant infrastructure written in Rust that deploys anywhere and runs on any platform with minimal resource overhead.

Agent 就绪

先审查再安装

这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。

Needs Confirmation · 64/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Zeroclaw Overview
先审查命令
npx -y tokrepo@latest install 5477d9e6-5079-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run,确认写入项后再运行此命令。

Introduction

Zeroclaw is an autonomous AI personal assistant infrastructure built in Rust for speed and minimal resource consumption. It provides a self-contained runtime for deploying AI agents on any platform from cloud servers to edge devices, with a focus on privacy and local-first operation.

What Zeroclaw Does

  • Provides an autonomous agent runtime with tool calling and memory
  • Runs on any operating system including Linux, macOS, Windows, and embedded targets
  • Supports swappable model backends from local to cloud providers
  • Manages persistent state and long-term memory across sessions
  • Deploys as a single binary with no external runtime dependencies

Architecture Overview

Zeroclaw is built as a modular Rust binary with an async task scheduler driving the agent loop. The core separates the reasoning engine from the tool execution sandbox, communicating through typed message channels. Model inference is handled by a provider abstraction that supports Ollama, OpenAI-compatible APIs, and embedded GGUF models. State persistence uses an embedded key-value store for zero-configuration deployment.

Self-Hosting & Configuration

  • Install via the one-line shell script or download prebuilt binaries
  • Run zeroclaw init to create a default configuration directory
  • Configure model providers and API keys in the TOML config file
  • Enable or disable specific tools and permissions per profile
  • Deploy as a systemd service or container for always-on operation

Key Features

  • Single Rust binary under 20 MB with no runtime dependencies
  • Fully autonomous operation with planning, execution, and self-correction
  • Embedded key-value store for persistent memory without external databases
  • Multi-platform support including ARM devices and containers
  • Hot-swappable model backends during runtime

Comparison with Similar Tools

  • OpenClaw — full personal assistant platform; Zeroclaw focuses on minimal infrastructure
  • Hermes Agent — growing agent framework; Zeroclaw prioritizes deployment simplicity
  • AutoGPT — Python-based autonomous agent; Zeroclaw is compiled Rust for lower overhead
  • Nanobot — lightweight Python agent; Zeroclaw offers native performance and single-binary deployment

FAQ

Q: What platforms does Zeroclaw support? A: Linux, macOS, Windows, and ARM-based systems are supported with prebuilt binaries.

Q: Does it require a GPU? A: No, Zeroclaw can use CPU-only inference with quantized models or offload to cloud APIs.

Q: How is memory managed? A: An embedded key-value store handles persistent state. No external database is needed.

Q: Can I run it on a Raspberry Pi? A: Yes, ARM builds are available and the agent runs efficiently on constrained hardware.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产