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

TradingAgents-GUI: Local Web Interface for Multi-Agent Stock Analysis, Now with Ollama Support
A forked GUI for the TradingAgents multi-agent LLM stock analysis framework. Runs locally with Ollama, OpenAI, Anthropic, and more. Features live pipeline visualization, report reader, and token-saving concise mode.

Constrails: Early-Alpha External Governance Layer for AI Agents
Constrails is an external runtime governance layer for AI agents that places a control layer between agents and their tools, implementing capability checks, risk scoring, policy evaluation, and audit logging. The early-alpha project aims to address safety concerns by moving controls outside the agent itself.

Skill Studio: Open-Source Desktop App for Managing Claude AI Agent Skills
Skill Studio is a free, open-source macOS desktop app that lets developers browse community skill repositories, preview documentation with markdown rendering, and install skills with one-click commands like npx skills add.

Self-Hosted Contextual Bandit in Rust: Syntra & Lycan for Adaptive Decision Systems
Two open-source projects: Lycan (graph execution language with strategy nodes and learned weights) and Syntra (Docker/API appliance serving compiled Lycan capsules). Found data pipeline bugs before runtime bugs when dogfooding on an AI stock-debate product.