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

Codex Chrome Extension Adds Background Browser Automation Across Tabs
Codex's new Chrome extension on macOS/Windows enables parallel browser task execution in background tabs without taking over the browser — covering debugging flows, dashboards, research, and CRM updates.

Manual-Driven Development: A Method to Prevent Claude Code's Confident Divergence
Manual-Driven Development (MDD) is a method that addresses confident divergence in Claude Code, where the AI produces wrong code that passes its own tests. In a production audit, MDD found 190 issues, wrote 876 new tests in under 8 hours, and eliminated rule violations.

Cull: Open-Source Dataset Curation Engine for AI Image Pipelines
Cull scrapes images from 340+ sources including Civitai, X/Twitter, Reddit, Discord, and booru sites, classifies them with a vision-language model via local LM Studio or Groq, and sorts into category folders with SD prompts and audit records.

Developer Builds Open Source AI Skill to Validate Startup Ideas, Kills Own Idea in 10 Minutes
A developer built an open source AI skill called startup-design that walks through 8 phases of startup validation from brainstorming to financial projections. When testing it on his own startup idea, the skill asked hard questions that revealed he wasn't the right founder for that particular concept.