Switch language한국어
Back to the list

NVIDIA AI Open-Sources ‘OpenShell’: A Secure Runtime Environment for Autonomous AI Agents

TL;DR AI

Key summary

2 min read
  1. OpenShell was open-sourced, nVIDIA released OpenShell under the Apache 2.0 license.

  2. Provides a runtime layer between agents and the operating system, openShell places a protective layer between agents and the OS to restrict tool use.

  3. Sandboxing uses kernel-level isolation, openShell uses kernel-level isolation called Landlock LSM.

  4. Policy engine supports granular policy enforcement, openShell enforces per-binary, per-endpoint, and per-method controls with audit logging.

  5. Private inference routing routes inference traffic through a private layer, openShell intercepts model traffic to enforce privacy and cost constraints.

Read the original