EctoLedger: Open-source microVM sandbox for local AI agents with terminal access

✍️ OpenClawRadar📅 Published: March 15, 2026🔗 Source
EctoLedger: Open-source microVM sandbox for local AI agents with terminal access
Ad

EctoLedger is an open-source runtime firewall and ledger designed to securely run autonomous AI agents locally with terminal or tool access. The tool addresses the security risk that standard Docker or chroot sandboxes can eventually fail, potentially allowing a hallucinated command like curl | bash or a kernel exploit to compromise the host system.

Security layers and isolation

EctoLedger implements four prevention layers that execute before any action runs:

  • Semantic policy checks
  • Dual-LLM validator
  • Schema enforcer
  • Tripwire kill-switch

Only after these checks does the system spin up commands in real isolation using either Apple Hypervisor.framework on macOS or Firecracker microVM on Linux. According to the source, this provides zero host access possible.

Technical implementation

The core is written in Rust with a Tauri GUI. The system creates a ZK-verifiable audit trail of every tool call, providing a ledger of agent actions. The project is fully open source under the Apache 2.0 license with no paywalls.

Ad

Getting started

The quickstart involves running docker compose up according to the demo and quickstart instructions. The source provides two main links:

The source material frames this as a solution for developers running local AI agents who need stronger isolation than standard containerization provides, particularly when agents have terminal access that could execute potentially harmful commands.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Doc Harness: A Claude Code Skill for Maintaining Project State Across Sessions
Tools

Doc Harness: A Claude Code Skill for Maintaining Project State Across Sessions

Doc Harness is a Claude Code skill that creates a lightweight documentation system with five structured files to help AI agents maintain project context across sessions. It addresses issues like context resets, forgotten rules, and the need to re-explain projects to new agents.

OpenClawRadar
Open Source Rust MCP Server Gives Claude Full Email Management Capabilities
Tools

Open Source Rust MCP Server Gives Claude Full Email Management Capabilities

A developer built a Rust-based MCP server that provides Claude with 25 tools for comprehensive email management including IMAP search, SMTP sending, Microsoft Graph API support, and multi-account handling with OAuth2 authentication.

OpenClawRadar
Brainstorm MCP Server Lets Claude Code Consult Other LLMs for Better Answers
Tools

Brainstorm MCP Server Lets Claude Code Consult Other LLMs for Better Answers

A developer built an MCP server that enables Claude Code to consult with other AI models like GPT-5.2 and DeepSeek before providing answers. The models engage in multi-round debates where they read each other's responses, disagree, and refine positions to converge on better solutions.

OpenClawRadar
Curated List of 260+ AI Agent Tools with Claude Ecosystem Highlights
Tools

Curated List of 260+ AI Agent Tools with Claude Ecosystem Highlights

A GitHub repository contains a curated list of 260+ AI agent tools, including specific Claude-related entries like Claude Code (80.9% SWE-bench), Claude Computer Use, and Claude in Chrome, plus tools that work well with Claude such as Cline and Cursor.

OpenClawRadar