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
NanoClaw
NanoClaw is a lightweight, open-source personal AI assistant that runs securely inside Linux containers. Designed as a simplified alternative to larger frameworks, it connects Claude Code to WhatsApp and enables autonomous task execution with isolated group contexts. Each group operates in its own container with a dedicated filesystem and memory file, ensuring strong OS-level security rather than application-level permission checks. The system runs as a single Node.js process with a minimal codebase that users can understand and modify quickly. NanoClaw supports scheduled tasks, web access, and optional integrations through modular Claude skills. It introduces Agent Swarms, allowing multiple specialized agents to collaborate within a single chat. Built for individual users rather than enterprises, NanoClaw emphasizes customization through direct code changes instead of configuration files.
Learn more
RunInfra
RunInfra turns plain English into production AI inference endpoints. Describe your use case, and the AI agent builds, optimizes, deploys, and scales it for you; no YAML, no DevOps, no GPU configuration, just chat. It is built for shipping open source AI models as production APIs, selecting compatible models, benchmarking real GPUs, applying kernel optimizations, and deploying OpenAI-compatible HTTP endpoints. RunInfra can build LLM, speech-to-text, text-to-speech, embedding, vision-language, image-generation, RAG search, document AI, transcription, AI assistant, and multi-model reasoning pipelines when the selected model and runtime support the route. Its workflow moves from description to optimization to deployment to integration; tell RunInfra what you need, let it profile real GPUs from L4 to B200, search model variants such as AWQ, GPTQ, and FP8, tune kernels with Forge, and ship an endpoint that works with OpenAI Python and JavaScript SDKs.
Learn more
Hermes Agent
Hermes Agent by Nous Research is an open-source autonomous AI agent designed to run locally on your server and improve over time. It operates independently from traditional chatbots by maintaining persistent memory and learning from past interactions. The agent can integrate with multiple platforms such as Slack, Discord, Telegram, and WhatsApp through a unified gateway. Hermes supports automation tasks like scheduling reports, managing workflows, and executing commands using natural language. It also enables parallel task execution through subagents, improving efficiency for complex operations. With built-in tools for web browsing, search, and code execution, it provides a versatile environment for various tasks. Overall, Hermes Agent acts as a continuously evolving AI system that adapts to user needs and workflows.
Learn more