Run Local AI Agents with Faster Models and Multi-Node Clustering on NVIDIA DGX Spark NVIDIA announced at Computex 2026 a streamlined setup for running autonomous AI agents locally on its DGX Spark hardware, reducing the process from hours to minutes. The company introduced the NemoClaw open-source blueprint, which packages models, agent harnesses, and the OpenShell runtime into a single install command, alongside performance improvements with Qwen3.6 and guided multi-node cluster support for scaling beyond a single device. The updates aim to address growing demand for local agent execution driven by security, privacy, and cost concerns. The rise of autonomous, long-running AI agents has introduced a new class of compute demand, namely tasks that maintain large context windows, spawn concurrent subagents, and iterate continuously without cloud dependency. Security and privacy concerns are also accelerating the shift toward local agents. Developers, by running autonomous agents on hardware they own with NVIDIA NemoClaw https://www.nvidia.com/en-us/ai/nemoclaw/ orchestrating execution, can keep sensitive context on-device, retain direct control over what an agent can access and eliminate per-token costs. NVIDIA DGX Spark https://www.nvidia.com/en-us/products/workstations/dgx-spark/ is designed to build and run autonomous agents locally. At Computex 2026, NVIDIA is making it significantly easier to get there, introducing a streamlined path from unboxing to running AI agents in minutes excluding initial model download, which depends on network speed . There are also model performance improvements with Qwen3.6 and a guided multi-node cluster setup for teams that need to scale beyond a single device. This post will cover what these updates mean for developers building agentic AI systems, including how to install NVIDIA NemoClaw https://www.nvidia.com/en-us/ai/nemoclaw/ , what it sets up, and how to build and run your first agent with OpenClaw on DGX Spark. Prerequisites - Active internet connection for the initial model download - Familiarity with a terminal for optional configuration steps From unboxing to running a local agent Getting a local AI agent running has historically involved sourcing the right model, configuring an inference backend, installing a runtime, and wiring them together. That process could take the better part of a day even for experienced developers. The new streamlined NemoClaw installation path changes that. For new systems, the experience begins with unboxing and first-time setup of DGX Spark. The latest version of the DGX Spark system software, the June 2026 release https://docs.nvidia.com/dgx/dgx-spark/release-notes.html , delivers the most streamlined out-of-box experience OOBE yet so users can reach local agents faster. With this release, over-the-air updates are no longer installed by default during initial setup, reducing setup time and getting users to the Ubuntu desktop sooner. NemoClaw https://www.nvidia.com/en-us/ai/nemoclaw/ is an open source blueprint that packages three things into a single install: open models, an agent harness, like Hermes Agent or OpenClaw, and the NVIDIA OpenShell runtime https://developer.nvidia.com/blog/run-autonomous-self-evolving-agents-more-safely-with-nvidia-openshell/ . OpenShell is a secure, sandboxed execution environment designed for running autonomous agents more safely. It adds access controls, privacy protections, and operational guardrails to the agent loop. Combined with on-device inference, this gives developers a stronger default security and privacy posture for agentic workloads. Step 1: Install NemoClaw Figure 1, below, shows the full path from OOBE completion to a running NemoClaw agent on DGX Spark. After completing OOBE, DGX Spark reboots and opens build.nvidia.com/spark http://build.nvidia.com/spark with the NemoClaw playbook prominently displayed for a guided walkthrough. Run this single command to install Node.js if needed , install OpenShell, clone the latest stable NemoClaw release, build the CLI, and run the onboard wizard to create a sandbox. curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash The installation wizard walks you through setup: Accept NemoClaw and OpenClaw licenses — Confirm by entering yes Run express install — Confirm by entering Y- Local Ollama is set up along with Qwen3.6-35B automatically downloaded Learn more about how to install NemoClaw on your DGX Spark/GB10 system: Start with NemoClaw on DGX Spark → https://build.dev.ngc.nvidia.com/spark/nemoclaw/instructions Step 2: Access your agent Once the install completes, you are ready to customize your agents. First, interact using WebUI: nemoclaw