Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

## Project Overview

NVIDIA NemoClaw is an open-source reference stack for running [OpenClaw](https://openclaw.ai) always-on assistants inside [NVIDIA OpenShell](https://github.com/NVIDIA/OpenShell) sandboxes more safely. It provides CLI tooling, a blueprint for sandbox orchestration, and security hardening.
NVIDIA NemoClaw is an open-source reference stack for running always-on AI agents such as [OpenClaw](https://openclaw.ai) and [Hermes](https://get-hermes.ai/) inside [NVIDIA OpenShell](https://github.com/NVIDIA/OpenShell) sandboxes more safely. It provides CLI tooling, a blueprint for sandbox orchestration, and security hardening.

**Status:** Alpha (March 2026+). Interfaces may change without notice.
Status: Active development. Interfaces may change without notice.

## Agent Skills

Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,11 @@

[![License](https://img.shields.io/badge/License-Apache_2.0-blue)](https://github.com/NVIDIA/NemoClaw/blob/main/LICENSE)
[![Security Policy](https://img.shields.io/badge/Security-Report%20a%20Vulnerability-red)](https://github.com/NVIDIA/NemoClaw/blob/main/SECURITY.md)
[![Project Status](https://img.shields.io/badge/status-alpha-orange)](https://docs.nvidia.com/nemoclaw/latest/about/release-notes.html)
[![Discord](https://img.shields.io/badge/Discord-Join-7289da)](https://discord.gg/XFpfPv9Uvx)

NVIDIA NemoClaw is an open source reference stack for running always-on AI agents more safely inside [NVIDIA OpenShell](https://github.com/NVIDIA/OpenShell) sandboxes.
It provides guided onboarding, a hardened blueprint, routed inference, network policy, and lifecycle management through a single CLI.

> [!NOTE]
> NemoClaw is **alpha software**.
> This software is not production-ready.
> Interfaces, APIs, and behavior may change without notice.
> See [Release Notes](https://docs.nvidia.com/nemoclaw/latest/about/release-notes.html) for the current version.

**Supported agents:**

- [OpenClaw](https://openclaw.ai) (default)
Expand Down
5 changes: 0 additions & 5 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ import { CommandTerminal } from "./_components/CommandTerminal";
src: "https://img.shields.io/badge/Security-Report%20a%20Vulnerability-red",
alt: "Security Policy",
},
{
href: "https://github.com/NVIDIA/NemoClaw/blob/main/docs/about/release-notes.mdx",
src: "https://img.shields.io/badge/status-alpha-orange",
alt: "Project Status",
},
{
href: "https://discord.gg/XFpfPv9Uvx",
src: "https://img.shields.io/badge/Discord-Join-7289da",
Expand Down
3 changes: 0 additions & 3 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ title: NVIDIA NemoClaw

global-theme: nvidia

announcement:
message: "🔔 NVIDIA NemoClaw is <strong>alpha software</strong>. APIs and behavior may change without notice. Do not use in production."

layout:
searchbar-placement: header
page-width: 1376px
Expand Down
Loading