NVIDIA announced DGX Station for Windows on June 1, 2026, at COMPUTEX in Taipei. It is a deskside AI supercomputer powered by the GB300 Grace Blackwell Ultra Desktop Superchip, capable of running AI models up to one trillion parameters locally on Windows. Q4 2026 availability from six OEM partners.

The premise is straightforward: enterprise AI workloads have historically required Linux datacenter hardware, while Windows holds roughly 64% of global desktop OS share and dominates corporate desktop fleets. DGX Station closes that gap.


Hardware Specifications

Specs below are drawn from NVIDIA’s product page and the DGX Station for Windows announcement.

Component Spec
Chip GB300 Grace Blackwell Ultra Desktop Superchip
Architecture Blackwell Ultra GPU + 72-core Grace CPU, NVLink-C2C interconnect
Memory Up to 748 GB coherent unified memory (252 GB HBM3e GPU memory + 496 GB LPDDR5X CPU memory)
AI Compute Up to 20 petaflops FP4
Networking NVIDIA ConnectX-8 SuperNIC, up to 800 Gb/s
Optional GPU RTX PRO 6000 Blackwell Workstation GPU (adds ray-traced visualization and physical simulation)
OS Windows 11, with Windows Subsystem for Linux (WSL) for Linux-based AI containers
Availability Q4 2026
OEMs ASUS, Dell Technologies, GIGABYTE, HP, MSI, Supermicro

The coherent memory design is the key hardware fact for builders. 748 GB of unified CPU/GPU memory means large models do not page between separate memory pools. Llama 3.1 405B in FP16 requires roughly 810 GB (405 billion parameters × 2 bytes) — at FP8 or FP4 quantization it fits in the 748 GB pool with room for KV cache. Models in the 70B to 405B range run comfortably at full precision.


What One Trillion Parameters Actually Means

“Up to 1 trillion parameters” is NVIDIA’s headroom claim, not a model that currently exists in publicly available weights. Useful reference points:

Model Parameters Fits in DGX Station?
Llama 3.1 8B 8B Yes, with large margin
Llama 3.1 70B 70B Yes, full FP16
Llama 3.1 405B 405B Yes, FP8/FP4 quantization
Nemotron 3 Ultra 550B total / 55B active (MoE) Yes, MoE active weight fits easily
Hypothetical dense 1T 1,000B Yes, FP4

For most enterprise use cases, the practical ceiling is running Llama 3.1 405B, Nemotron 3 Ultra, or similar open frontier models locally without cloud egress.


Software Stack

DGX Station for Windows was built in direct collaboration with Microsoft. The software integration matters as much as the hardware.

NVIDIA AI Enterprise suite — the full commercial software stack including CUDA, cuDNN, TensorRT, and RAPIDS, licensed per NVIDIA’s enterprise software terms.

NVIDIA NIM microservices — pre-packaged inference containers for popular models. NIM is built for portability: the same containers deploy unmodified across local NVIDIA hardware (including DGX systems), major clouds, and edge devices, and NIM microservices are natively supported on Azure AI Foundry already — this isn’t a future capability, it’s live today. Builders can develop locally on DGX Station, then deploy the same NIM container configuration to Azure for cloud scaling.

Windows Subsystem for Linux (WSL) — NVIDIA has extended CUDA support to WSL for several years, and recent TensorRT-LLM releases add WSL support for RTX-class GPUs. NIM containers can run in WSL without a separate Linux OS or dual-boot setup.

NVIDIA Agent ToolkitNVIDIA’s open-source framework for building and orchestrating enterprise AI agents, used by partners including Adobe, SAP, Salesforce, and ServiceNow. It pairs with NVIDIA OpenShell, an open-source runtime NVIDIA is bringing to Windows in partnership with Microsoft that enforces policy-based security, network, and privacy guardrails for agents running on Windows.

Microsoft and NVIDIA describe the combined Windows-to-Azure stack as a “unified accelerated computing stack” for agentic AI — local compute and cloud compute run the same containers and speak the same APIs.


Why Windows Matters (and Why This Took Until 2026)

Previous DGX systems (DGX A100, DGX H100, DGX B200) required Linux. That was fine for AI research teams and cloud infrastructure. It created friction for the broader enterprise:

  • Enterprise developers working in Visual Studio and .NET toolchains
  • Data scientists running Jupyter on Windows
  • Engineers using AutoCAD, SolidWorks, MATLAB alongside AI workflows
  • IT departments where Windows is the standard-issue workstation OS for the large majority of employees

DGX Station for Windows is not a different product for a different audience. It is the same GB300 compute running in a native Windows environment with direct access to the Win32 API, DXGI, and the Windows agent ecosystem Microsoft outlined at Build 2026 — including Microsoft Execution Containers (MXC) for policy-driven agent execution, Project Solara, and Scout, Microsoft’s first “Autopilot” agent.


On-Prem vs. Cloud: When to Buy vs. When to Rent

DGX Station is a capital purchase. Pricing has not been publicly disclosed by NVIDIA (NVIDIA does not publish list prices for its datacenter-class chips). Market estimates for the GB300 datacenter equivalent (DGX B300, 8-GPU system) put full systems around $300K–$360K, based on vendor quotes rather than an official price list. DGX Station is a single-chip deskside unit, not an 8-GPU rack system — treat any $100K–$200K estimate as a rough guess until OEM pricing is announced.

DGX Station makes economic sense when:

  • Data cannot leave the building. Healthcare (HIPAA), defense (CUI/classified-adjacent), financial services (FCA, SEC data residency), legal (attorney-client privilege over training data).
  • You need sustained high-throughput inference for internal APIs. Dedicated B300-class GPU capacity has been quoted around $6.80–$9/hour through mid-2026; at those rates a DGX Station-equivalent spend can break even within roughly 18–24 months of continuous use, though actual payback depends on DGX Station’s still-undisclosed price.
  • You are running physically sensitive workloads. Robotics policy development with Cosmos 3, autonomous vehicle simulation, or physical AI workflows where latency to a remote cloud is a constraint.
  • Your organization runs Windows-native development pipelines and wants agents to integrate directly with local workflows without a cloud intermediary.

Cloud (Vera Rubin-era) makes sense when:

  • Workloads are bursty. You do not need 24/7 trillion-parameter inference.
  • You need to scale to tens or hundreds of parallel agents for brief periods (Claude Code Dynamic Workflows style).
  • You are pre-production and iterating on models. No capex commitment during R&D.
  • Your data residency requirements are satisfied by AWS/Azure/GCP regional deployments.

RTX Spark (laptop, fall 2026) makes sense when:

  • The developer — not the organization — is the unit of compute. Individual engineers who want mid-size model inference (up to roughly 120B parameters, per NVIDIA’s RTX Spark specs) on a laptop without waiting for cloud quota.
  • Latency is paramount and the task fits in a smaller model.

What Builders Should Do Before Q4

DGX Station is Q4 2026. It is not orderable today. But the software stack is available now.

Start with NIM containers locally. NVIDIA NIM runs today on H100 and A100 hardware. If your organization has existing NVIDIA datacenter gear, you can build against the same NIM API contracts that DGX Station will use. Your code will not need to change.

Review data residency requirements. If your organization has not documented which model inference workloads require on-premises compute, start that inventory now. The purchase decision for DGX Station will move through procurement in Q3 2026 if your team wants Q4 delivery.

Evaluate the NVIDIA AI Enterprise license. DGX Station ships with NVIDIA AI Enterprise included. If you are running NVIDIA AI Enterprise in the cloud today (Azure, AWS, GCP), you can benchmark your actual cloud bill against a DGX Station amortized over three years.

Pilot with Microsoft’s Windows agent tooling. Microsoft Execution Containers (MXC), announced at Build 2026, is in early preview now. Agents built against it will be among the primary consumers of DGX Station’s local inference when the hardware ships.


The Bigger Context: COMPUTEX 2026’s Four-Tier Hardware Stack

DGX Station is one of four NVIDIA hardware tiers all announced or confirmed at COMPUTEX 2026 this week:

Tier Product Form Factor AI Capability Timing
Laptop RTX Spark Notebook / compact desktop 128GB unified memory, runs 120B-parameter models with 1M-token context, 1 petaflop AI compute Fall 2026
Desk DGX Station for Windows Deskside workstation Up to 1T parameters, 748 GB Q4 2026
Cloud rack Vera Rubin NVL72 Datacenter rack Up to 5× inference performance, 10× lower token cost vs. Blackwell H2 2026 (AWS, Azure, GCP, Oracle)
Physical AI Cosmos 3 Inference everywhere Unified world model for robotics/AV Available now (HuggingFace, NIM)

The COMPUTEX message from Jensen Huang was not a single product announcement. It was a claim that NVIDIA hardware now covers every tier of enterprise AI deployment simultaneously, from the developer’s bag to the hyperscaler rack.

DGX Station for Windows is the enterprise desk tier. It ships Q4 2026. The rest of the stack is already in motion.


NVIDIA DGX Station for Windows was announced June 1, 2026, at COMPUTEX/GTC Taipei. OEM pricing and exact model configurations have not been publicly disclosed as of this writing. Related: RTX Spark builder guide, Cosmos 3 builder guide, Nemotron 3 Ultra guide.