Cette page est affichée en anglais. Une traduction française est en cours.
ScriptsMay 15, 2026·3 min de lecture

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.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Needs Confirmation · 64/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Zeroclaw Overview
Commande CLI universelle
npx tokrepo install 5477d9e6-5079-11f1-9bc6-00163e2b0d79

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires