Versions:

  • 0.6.5
  • 0.6.3
  • 0.6.2
  • 0.6.1
  • 0.6.0
  • 0.5.9
  • 0.5.8
  • 0.5.7
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.4.0
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.2.1
  • 0.1.7

ZeroClaw 0.6.5, released by ZeroClaw Labs as the nineteenth iteration of the project, is an open-source runtime framework engineered for building fully autonomous AI assistants that can be deployed on anything from a Raspberry Pi to a cloud micro-instance. Written in Rust and distributed as a single, few-megabyte binary, the software abstracts models, tools, memory, and execution into pluggable traits, letting teams assemble agentic workflows that start near-instantly, consume minimal RAM, and run unchanged across ARM, x86, and RISC-V architectures. Typical use cases include embedding an always-on research agent inside a CI pipeline, shipping a local copilot for field technicians running low-power tablets, or spinning up dozens of sandboxed micro-agents that proactively gather and verify information before generating responses, thereby reducing hallucinations through a built-in “research phase.” Because every layer—provider, channel, tool, memory backend, or network tunnel—can be hot-swapped via configuration, organizations retain full freedom to switch from OpenAI to an on-prem endpoint, add custom vector stores, or enforce strict workspace-scoped allowlists without touching core code. The deliberately lean design keeps cold starts under a second and memory overhead in the single-digit megabytes, making ZeroClaw especially attractive to cost-sensitive IoT, edge, and scientific computing scenarios where heavier frameworks would be prohibitive. Security is addressed through pairwise sandboxing and explicit capability lists, while the absence of heavyweight dependencies simplifies compliance audits. As of this release, the framework remains classified under Developer Tools / AI & Machine Learning. ZeroClaw is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version, and supporting batch installation of multiple applications.

Tags: