The rise of autonomous, long-running AI brokers has launched a brand new class of compute demand, specifically duties that preserve massive context home windows, spawn concurrent subagents, and iterate constantly with out cloud dependency. Safety and privateness issues are additionally accelerating the shift towards native brokers.
Builders, by operating autonomous brokers on {hardware} they personal with NVIDIA NemoClaw orchestrating execution, can preserve delicate context on-device, retain direct management over what an agent can entry and get rid of per-token prices.
NVIDIA DGX Spark is designed to construct and run autonomous brokers domestically. At Computex 2026, NVIDIA is making it considerably simpler to get there, introducing a streamlined path from unboxing to operating AI brokers in minutes (excluding preliminary mannequin obtain, which is determined by community pace). There are additionally mannequin efficiency enhancements with Qwen3.6 and a guided multi-node cluster setup for groups that must scale past a single system.
This publish will cowl what these updates imply for builders constructing agentic AI techniques, together with the way to set up NVIDIA NemoClaw, what it units up, and the way to construct and run your first agent with OpenClaw on DGX Spark.
Conditions
Energetic web connection for the preliminary mannequin obtain
Familiarity with a terminal for non-obligatory configuration steps
From unboxing to operating a neighborhood agent
Getting a neighborhood AI agent operating has traditionally concerned sourcing the appropriate mannequin, configuring an inference backend, putting in a runtime, and wiring them collectively. That course of might take the higher a part of a day even for knowledgeable builders. The brand new streamlined NemoClaw set up path adjustments that.
For brand spanking new techniques, the expertise begins with unboxing and first-time setup of DGX Spark. The most recent model of the DGX Spark system software program, the June 2026 launch, delivers probably the most streamlined out-of-box expertise (OOBE) but so customers can attain native brokers quicker. With this launch, over-the-air updates are now not put in by default throughout preliminary setup, lowering setup time and getting customers to the Ubuntu desktop sooner.
NemoClaw is an open supply blueprint that packages three issues right into a single set up: open fashions, an agent harness, like Hermes Agent or OpenClaw, and the NVIDIA OpenShell runtime. OpenShell is a safe, sandboxed execution atmosphere designed for operating autonomous brokers extra safely. It provides entry controls, privateness protections, and operational guardrails to the agent loop. Mixed with on-device inference, this provides builders a stronger default safety and privateness posture for agentic workloads.
Step 1: Set up NemoClaw
Determine 1, under, reveals the total path from OOBE completion to a operating NemoClaw agent on DGX Spark.


After finishing OOBE, DGX Spark reboots and opens construct.nvidia.com/spark with the NemoClaw playbook prominently displayed for a guided walkthrough. Run this single command to put in Node.js (if wanted), set up OpenShell, clone the most recent steady NemoClaw launch, construct the CLI, and run the onboard wizard to create a sandbox.
The set up wizard walks you thru setup:
Settle for NemoClaw and OpenClaw licenses — Affirm by coming into sure
Run categorical set up — Affirm by coming into Y
Native Ollama is about up together with Qwen3.6-35B robotically downloaded
Study extra about the way to set up NemoClaw in your DGX Spark/GB10 system: Begin with NemoClaw on DGX Spark →
Step 2: Entry your agent
As soon as the set up completes, you’re able to customise your brokers.
First, work together utilizing WebUI:
Then open the tokenized URL in a browser: http://127.0.0.1:18789/#token=. Use 127.0.0.1 precisely — the gateway origin test requires it (not localhost).
Ship a fast check message — “good day” or “what are you able to do?” — to substantiate the total stack is up. The native Ollama mannequin is already chosen; NemoClaw configures this robotically throughout onboarding.
Step 3: Construct your first agent
Along with your sandbox operating, the NemoClaw Purposes playbook gives 4 ready-to-run brokers to get began — every with coverage setup, a starter immediate, and personalization steerage:
Day by day Private Information Digest — a scheduled morning briefing that sweeps your matters and posts a structured digest to Telegram
Software program Growth Agent — reads a neighborhood challenge listing, builds a plan, writes and evaluations its personal code, all with no outbound community past native inference
Deck and Doc Reviewer — red-teams a file earlier than it goes out, returning a severity-ranked punch checklist of inconsistencies, unsourced claims, and accessibility points
Calendar Negotiator — a scheduling chief-of-staff that turns “when can we meet?” threads right into a confirmed calendar occasion
Step 4: Additional customizations
With the sandbox operating, the principle levers for shaping agent conduct are:
System immediate — Edit the agent’s directions from the dashboard to form the way it responds and what it ought to ask earlier than appearing. Extra particular prompts produce extra dependable brokers.
Software permissions — OpenShell community insurance policies management which exterior locations the agent can name. Narrower permissions scale back surprising conduct.
Integrations — Should you enabled a messaging channel throughout onboarding, the agent is already reachable there. Ship it a message out of your cellphone and it responds utilizing the identical native mannequin.
Builders can additional customise by swapping in numerous fashions, adjusting OpenShell permissions, and connecting the agent to native workflows. To spin up a brand new sandbox with a unique mannequin, run nemoclaw onboard –fresh –gpu and choose a unique mannequin throughout the wizard. Be aware that —recent destroys and recreates the prevailing sandbox — use –name to create a further sandbox with out affecting present ones. The total NemoClaw set up directions and mannequin catalog can be found on NVIDIA NGC.
Tip: Begin slender. Give the agent a single, well-scoped activity in your first run, equivalent to “summarize a file” or “reply a query” from a neighborhood doc. Confirm that the response and gear calls look proper earlier than increasing its permissions.
A couple of instructions value protecting useful as you iterate:
DGX Spark brokers utilizing Qwen3.6-35B
Builders can expertise as much as 2.6x quicker inference with prime agentic fashions like Qwen 3.6 35B on vLLM with NVIDIA’s NVFP4 quantized checkpoint utilizing MTP optimizations. Extra enhancements to vLLM CUDA Graph help for MTP with FlashInfer, BF16 autotuning throughout FlashInfer MoE kernels, TinyGEMM and cuBLAS BF16 paths.


Scaling up: The cluster assistant in NVIDIA Sync
For builders who want extra reminiscence or throughput than a single DGX Spark can present, the cluster assistant in NVIDIA Sync automates the method of connecting two to 4 DGX Spark models right into a high-bandwidth cluster.
Clustering issues on the mannequin stage: two DGX Spark nodes present 256 GB of unified reminiscence (enough for ~400B-parameter fashions), and 4 nodes present 512 GB. That’s sufficient to run massive MoE fashions, multi-agent pipelines with a number of concurrent inference cases, or fine-tuning jobs that profit from distributed reminiscence.
Establishing the cluster requires configuring the ConnectX-7 networking. Every DGX Spark has ConnectX-7 NICs that help 200 Gbps RoCE, however utilizing them accurately requires configuring netplan, establishing node-to-node SSH belief, verifying bandwidth throughout every hyperlink, and understanding the appropriate IP task scheme for the goal topology. The cluster assistant simplifies the community configuration by a guided workflow inside Sync.
What Sync configures
Ranging from gadgets already enrolled in Sync, the cluster assistant walks by: system readiness checks (OTA model, sudo entry),CX-7 topology detection utilizing a probe that runs on every node in parallel and combines LLDP/BPDU proof with interface and IP checks, IP planning and deconfliction and netplan software, bandwidth and latency validation by way of ib_write_bw / ib_write_lat, and inter-node SSH setup utilizing keys routed over the CX-7 material.
Supported bodily configurations are two-node direct connection (single QSFP cable, no swap), three-node ring (three QSFP cables, each CX-7 ports lively per node), and two-to-four nodes by way of a QSFP swap with the minimal necessities proven right here:
Minimal 4 ports QSFP56-DD
Breakout to 25/50/100/200/400 G
Advisable max port pace of 200G-400G per port
One 1/10GbE administration Ethernet port
Helps RoCE v2
Switching capability/throughput: Minimal 0.8 -1.6 Tbps
For documentation on the NVIDIA Sync cluster assistant and supported topologies, see the NVIDIA Sync documentation.
Discover extra on DGX Spark
All three capabilities can be found now:
Begin constructing
The DGX Spark updates at Computex 2026 scale back the 2 largest blockers to constructing production-quality native brokers: time to first agent and entry to the compute wanted to run massive fashions.
The streamlined NemoClaw set up will get builders from unboxing to a operating OpenClaw agent with Qwen3.6-35B because the default mannequin and a built-in safe execution atmosphere. For groups that want extra, the cluster assistant in Sync removes the experience barrier to spinning up a multi-node cluster with full ConnectX-7 efficiency.
Begin constructing on NVIDIA DGX Spark →

