Open-source Agent OS: Rust-based OS for AI agents with WASM sandboxing and Hands feature

OpenClawRadar has open-sourced an operating system designed specifically for AI agents. The system is written in Rust (137k lines of code) and is MIT licensed.
Core Architecture
The system treats AI agents similarly to how Linux handles processes. Agents run inside WASM sandboxes, and the kernel schedules them, isolates them, meters their resources, and terminates them if they behave maliciously.
Security Features
The OS includes 16 security layers baked into the core:
- WASM sandboxing
- Merkle hash-chain audit trails
- Taint tracking on secrets
- Signed agent manifests
- Prompt injection detection
- SSRF protection
Each security layer operates independently. The developers state that giving LLMs tools without isolation is 'insane' and they've designed this system to avoid that approach.
Hands Feature
The system introduces 'Hands' - a different approach to agent operation. Unlike typical chatbot-style agents that wait for user input, Hands run autonomously on schedules, operating 24/7 without requiring prompts.
Example Hands include:
- Lead Hand: Finds and scores prospects every morning, delivering them to Telegram before you wake up
- Researcher Hand: Writes cited reports while you sleep
- Collector Hand: Monitors targets and builds knowledge graphs continuously
📖 Read the full source: r/openclaw
👀 See Also

Sentinel: Self-Hosted Agent Platform for Claude Code Subscribers
Sentinel is a free, open-source agent platform that runs directly on your existing Claude Code OAuth token without API overhead. It provides a clean operator UI with real-time browser automation via built-in VNC and includes features like Git gating, session trace logs, and structured hierarchical memory.

OpenClaw PARA Skill Automatically Organizes Files Using Tiago Forte's Method
A developer created an OpenClaw skill that enforces the PARA method (Projects, Areas, Resources, Archives) for automatic file organization, moving files from a messy root directory into structured folders.
Lovelace: Project Management for Claude Code That Lives in Your Repo
A desktop app where tickets, docs, and session records are Markdown files inside your repo. The app renders a kanban board from the files, and Claude works the same files through 8 MCP tools. Free, no account needed.

Hands-On with Tencent's Model: Strong for Agentic Workflows, Weak for Complex Coding
Tencent's model scores 8/10 for agentic tasks with low hallucination rates, but fails on complex coding like Notion API schemas. Avoid for backend logic.