Nvidia and Microsoft Launch Tools for Local AI Agents on Windows
Nvidia and Microsoft have partnered to enable the development of secure, on-device AI agents on Windows PCs, combining new security primitives with high-performance hardware. According to official announcements from Nvidia and Microsoft, the collaboration introduces Microsoft eXecution Containers (MXC) and the NVIDIA OpenShell runtime to allow autonomous agents to operate on local files and apps without compromising system security.
Securing Local Agents with MXC and OpenShell
A primary barrier to local AI adoption has been the risk of prompt injection and unauthorized system access. Microsoft is addressing this with Microsoft eXecution Containers (MXC), which Nvidia describes as a policy layer that defines isolation and containment using native Windows operating system constructs. This ensures agents cannot access the full system while interacting with personal files.
Nvidia is integrating its OpenShell runtime on top of MXC to provide developers with a deployment package for “always-on” agents. According to Nvidia’s developer documentation, OpenShell adds capabilities for inference routing, policy management, and the obfuscation of personally identifiable information (PII) when queries are sent to cloud models. Open-source projects OpenClaw and Hermes Agent are among the first to integrate these security primitives into their Windows applications.
RTX Spark and DGX Station Hardware Specifications
To support the compute demands of agentic AI, Nvidia unveiled the RTX Spark product family. These Windows-based desktops and laptops feature 1 petaflop of AI compute and up to 128GB of unified memory. Microsoft is supporting this hardware launch with a Surface RTX Spark Dev Box, a special developer edition preloaded with a modified version of Windows and essential development tools.

For professional-grade workloads, Nvidia introduced the DGX Station for Windows. This system brings data-center-class GPU and CPU power to a deskside format, utilizing Windows for security and manageability. According to Nvidia’s blog, these hardware updates are designed to transition the PC from a tool into a “teammate” capable of running complex workflows locally.
Software Ecosystem and Model Integration
The partnership expands the reach of several AI frameworks and models:

- Nvidia NemoClaw: Now supports all Nvidia client systems, including GeForce RTX and DGX Spark, via Linux and the Windows Subsystem for Linux (WSL).
- Hermes Agent: Has released native Windows support, featuring both a command-line interface and a desktop application to interact with Windows APIs and files.
- H Company: Released the Holo 3.1 range of models tuned for “Computer Use,” which allows agents to see the screen and click elements to execute tasks across different applications.
Nvidia also reported 2x inference performance gains for top agentic models using multi-token prediction in vLLM and llama.cpp, alongside new multi-GPU optimizations for ComfyUI. These software updates are scheduled to arrive this fall alongside the RTX Spark hardware.
Comparative Impact on Local AI Development
| Feature | Standard Local AI Setup | Nvidia/Microsoft Agent Stack |
|---|---|---|
| Security | Manual sandboxing or full system access | Native isolation via MXC and OpenShell |
| Memory | Standard consumer RAM/VRAM | Up to 128GB Unified Memory (RTX Spark) |
| Interaction | Chat-based interfaces | “Computer Use” (Screen vision and clicking) |
Related reading