PicoClaw
PicoClaw is an ultra-lightweight AI assistant built in Go and designed to run efficiently on low-cost hardware with minimal resource usage. It operates with less than 10MB of RAM and can boot in under one second, making it significantly faster and more affordable than many traditional AI assistants. The project was refactored from the ground up through a self-bootstrapping process where the AI agent contributed to its own architectural migration and optimization. PicoClaw is portable across RISC-V, ARM, and x86 platforms through a single self-contained binary. It supports deployment via precompiled binaries, source builds, or Docker Compose for flexible setup options. The assistant integrates with multiple chat platforms such as Telegram, Discord, QQ, DingTalk, and LINE for conversational access. With built-in sandboxing and workspace restrictions, PicoClaw emphasizes security while enabling scheduled tasks, long-term memory, and autonomous agent workflows.
Learn more
IronClaw
IronClaw is a secure, open source runtime designed to run autonomous AI agents with strong built-in protections for credentials and system access. It positions itself as a security-focused alternative to OpenClaw, operating inside encrypted enclaves on the NEAR AI Cloud or locally to protect sensitive data throughout execution. It enables users to deploy AI agents quickly through one-click setup while keeping API keys, tokens, and passwords stored in an encrypted vault that the AI itself cannot directly access. IronClaw isolates every tool inside its own WebAssembly sandbox with capability-based permissions and strict resource limits, preventing compromised skills from affecting other parts of the system. It is built in Rust to enforce memory safety at compile time and eliminate common exploit classes such as buffer overflows and use-after-free errors.
Learn more
NullClaw
NullClaw is an ultra-lightweight autonomous AI assistant infrastructure built in Zig and distributed as a single static binary designed to run efficiently on virtually any hardware. It emphasizes extreme performance and minimal resource usage, shipping as a roughly 678 KB executable that typically consumes about 1 MB of RAM and boots in under two milliseconds. It eliminates traditional runtime overhead by avoiding virtual machines, interpreters, and complex dependency chains, allowing developers to deploy agents simply by running the compiled binary. Despite its small footprint, the framework provides a full autonomous agent stack with support for more than 22 model providers, 18 communication channels, hybrid vector and FTS5 memory, streaming, voice, and multi-layer sandboxing. Security is built in through workspace scoping, explicit command allowlists, encrypted secrets, and strict sandbox isolation using tools such as Landlock, Firejail, or Docker.
Learn more
ZeroClaw
ZeroClaw is a Rust-native autonomous AI agent framework engineered for teams that require fast, secure, and highly modular agent infrastructure. It is designed as a compact, production-ready runtime that launches quickly, runs efficiently, and scales through interchangeable providers, channels, memory systems, and tools. Built around a trait-based architecture, ZeroClaw allows developers to swap model backends, communication layers, and storage implementations through configuration changes without rewriting core code, reducing vendor lock-in and improving long-term maintainability. It emphasizes a minimal footprint, shipping as a single binary of about 3.4 MB with startup times under 10 milliseconds and very low memory usage, making it suitable for servers, edge devices, and low-power hardware. Security is a first-class design goal, with sandbox controls, filesystem scoping, allowlists, and encrypted secret handling enabled by default.
Learn more