VOOZH about

URL: https://thenewstack.io/nvidia-openshell-agent-runtime/

⇱ Jensen Huang and Bill McDermott bet on OpenShell to secure enterprise AI agents - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2026-05-12 16:08:02
Jensen Huang and Bill McDermott bet on OpenShell to secure enterprise AI agents
AI Agents / Open Source / Security

Jensen Huang and Bill McDermott bet on OpenShell to secure enterprise AI agents

Nvidia's OpenShell, an open-source secure runtime for autonomous AI agents, is gaining enterprise traction through ServiceNow and LangChain adoption.
May 12th, 2026 4:08pm by Darryl K. Taft
👁 Featued image for: Jensen Huang and Bill McDermott bet on OpenShell to secure enterprise AI agents
From left to right, Nvidia CEO Jensen Huang and ServiceNow CEO Bill McDermott, at the ServiceNow Knowledge conference in May 2026 in Las Vegas. (Credit: ServiceNow)

The software stack that powers enterprise applications was built for humans. It assumes human-speed interaction, human-managed credentials, and human oversight of every consequential action. Autonomous AI agents break all three assumptions — and Nvidia argues that the entire stack needs to be rebuilt from scratch to account for them.

At the center of that argument is OpenShell, an Apache 2.0 open source secure runtime for autonomous agents that Nvidia senior director of AI software Ali Golshan and his team have been building for the past six months.

The project, part of Nvidia’s broader Agent Toolkit, is designed to give enterprises a trusted environment in which agents can operate at machine speed without exposing host infrastructure, leaking credentials, or bypassing governance controls.

“If you want to give more and more autonomy to an agent, the lowest level of the stack should really be a sandbox… That agent should not be interacting directly with your operating system or host or network or infrastructure.”

“When we kind of go back to those principles of what does an agent native software stack look like — if you want to give more and more autonomy to an agent, the lowest level of the stack should really be a sandbox,” Golshan tells The New Stack. “That agent should not be interacting directly with your operating system or host or network or infrastructure.”

The problem OpenShell is solving is architectural. Most current tooling was designed around a human user as the trusted actor — the person controlling, monitoring, and moving through an environment at human speed, Golshan says. Agents operate differently.

They’re faster, they can run indefinitely, and they don’t fit cleanly into identity and access models built for people. Lifting a traditional stack and applying it to autonomous agents doesn’t just create inefficiency; it creates security gaps.

Sandbox first, then the gateway

OpenShell addresses this through a layered approach. Every agent, including its harness and model, gets its own sandbox. Outside each sandbox sits a gateway that maintains credentials and session state. When an agent needs to interact with an external service such as ServiceNow, Salesforce, or Workday, the gateway handles authentication and passes the session into the sandbox.

The agent itself never holds keys or credentials directly. If something goes wrong, such as a prompt injection or an attempt to execute arbitrary commands, the blast radius is contained within the sandbox.

Policy below the application layer

Policy enforcement occurs below the application layer, using Linux kernel primitives such as seccomp, eBPF, and Landlock. This is the distinction Golshan draws between security that is baked in versus bolted on.

In a bolted-on model, every product in the stack brings its own enforcement mechanism, creating collision and reliability risks. In OpenShell’s model, policies are enforced at a single horizontal layer that the agent cannot reach or bypass.

“The ability to enforce policies below the application layer — at the same time, you don’t want every single user to be able to do that, because it’s a tricky place to do that,” Golshan says. “So, you want the right level of abstraction and the right level of enforcement.”

OpenShell runs on any environment — desktop, Kubernetes, micro-VMs, cloud infrastructure — and is designed to be agnostic of model, harness, and agent framework. Tools, including Claude Code and Codex, can run inside it.

Enterprise adoption and open contributions

The project is gaining traction beyond Nvidia’s own teams. LangChain, the developer tools company whose frameworks underpin a significant share of enterprise agent development, announced it will contribute openly to the OpenShell GitHub repository — the development that recently brought the project into public view.

Last week at the ServiceNow Knowledge 2026 conference in Las Vegas, the enterprise adoption case became more concrete. Nvidia founder and CEO Jensen Huang joined ServiceNow chairman and CEO Bill McDermott on stage to announce an expansion of the companies’ collaboration, with OpenShell at the center of the security architecture.

Project Arc and Action Fabric

ServiceNow is introducing Project Arc, a long-running autonomous desktop agent designed for knowledge workers, including developers, IT teams, and administrators. Project Arc uses OpenShell as its secure runtime, with ServiceNow contributing to the project and building on it as a common foundation for enterprise-grade agent execution. The agent connects to ServiceNow’s Action Fabric for governance and auditability, and to ServiceNow AI Control Tower for oversight across the agent lifecycle.

“Project Arc represents the next step in our ongoing collaboration with Nvidia, bringing autonomous execution to the desktop,” said Jon Sigler, executive vice president and general manager of AI Platform at ServiceNow, in a statement. “By combining OpenShell’s runtime layer with ServiceNow AI Control Tower, and powered by ServiceNow Action Fabric, we’re delivering the governance and security that enterprise AI requires.”

The ServiceNow partnership also advances NOWAI-Bench, an open benchmarking suite for enterprise AI agents built with Nvidia’s NeMo Gym library. The suite includes EnterpriseOps-Gym, one of the more demanding enterprise agent benchmarks currently available, where Nemotron 3 Super currently ranks first among open source models.

The agent-native stack

The deeper argument Nvidia is making with OpenShell extends beyond any single product. Golshan explains it as a set of primitives that need to be rebuilt for an agent-native world — not just sandboxing, but identity, credential management, and policy enforcement, all redesigned around the assumption that the agent is not a trusted user.

“You can have an agent, and then you can have a whole bunch of specialized agents that know your business, and you can’t treat these traditionally like a human team from an identity or access standpoint… All those primitives and constructs need to be rebuilt.”

“You can have an agent, and then you can have a whole bunch of specialized agents that know your business, and you can’t treat these traditionally like a human team from an identity or access standpoint,” Golshan tells The New Stack. “All those primitives and constructs need to be rebuilt.”

Autonomous agents, in Golshan’s view, are already here. The question is no longer when they arrive but whether enterprises can deploy them in regulated industries and sensitive verticals — health, finance, federal — with the controls those environments require. The tooling to bridge that gap, he argues, is what OpenShell and the broader Agent Toolkit are being built to provide.

“Developers are really trying to understand: if I’m working in a regulated industry, what is the stack I need to build that one works for autonomous agents, and two, is trusted?” Golshan says. “The biggest question they’re trying to answer is, what won’t change on me? What can I count on that will be underneath me and stable?”

OpenShell is now available under the Apache 2.0 license on GitHub.

TRENDING STORIES
Darryl K. Taft covers DevOps, software development tools and developer-related issues from his office in the Baltimore area. He has more than 25 years of experience in the business and is always looking for the next scoop. He has worked...
Read more from Darryl K. Taft
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.