๐Ÿค– AI Tools
ยท 4 min read

Surface RTX Spark Dev Box: Microsoft's AI Developer Mini PC (2026)


The Surface RTX Spark Dev Box is Microsoftโ€™s answer to the Mac Studio for AI developers. Announced at Build 2026, it packs NVIDIAโ€™s RTX Spark superchip (128GB unified memory, 1 petaflop AI compute) into a compact aluminium chassis โ€” preloaded with every developer tool you need to start running AI models locally out of the box.

This is not a consumer PC. It is a dedicated AI development workstation designed for one purpose: running and building with AI models locally.

Specs

Chip NVIDIA RTX Spark (N1X)
CPU 20-core NVIDIA Grace (ARM)
GPU Blackwell (6,144 CUDA cores)
Memory 128GB unified (CPU + GPU shared)
AI compute 1 petaflop
Thermal 100W sustained (aluminium chassis as heatsink)
OS Windows 11 Pro
Form factor Compact desktop (mini PC)
Availability Fall 2026

Whatโ€™s preinstalled

The Dev Box ships ready-to-code:

  • Windows 11 Pro
  • Visual Studio Code
  • GitHub Copilot (with MAI-Code-1-Flash)
  • WSL2 with GPU passthrough (full Linux + CUDA on Windows)
  • CUDA toolkit
  • Python
  • Git
  • Node.js
  • PowerShell 7

No setup. Unbox, power on, run ollama pull qwen3.7:27b, start coding with AI. This is the value proposition: zero-configuration AI development.

What models run on it

128GB unified memory supports models up to ~120B parameters. For the full breakdown, see Best LLMs for RTX Spark. Highlights:

ModelMemory neededSpeed (est.)
Qwen 3.6/3.7 27B16GB (Q4)40-60 t/s
Llama 4 Scout60GB (Q4)20-35 t/s
Mistral Medium 3.524GB (Q4)30-50 t/s
Step 3.7 Flash100GB (Q4)15-30 t/s
120B dense model70GB (Q4)10-18 t/s

Plus Aion 1.0 models for on-device agent workflows.

Surface RTX Spark Dev Box vs Mac Studio

Surface RTX Spark Dev BoxMac Studio M4 Ultra 128GB
Memory128GB unified128GB unified
GPUBlackwell (1 PFLOP)Apple GPU (~27 TFLOPS)
CUDAโœ… (native + WSL2)โŒ
OSWindows 11 PromacOS
Preloaded dev stackโœ… (VS Code, Copilot, CUDA, Python)โŒ (manual setup)
WSL2 Linuxโœ… (GPU passthrough)โŒ
Form factorMini PCMini PC
Thermal100W sustained (aluminium)Silent (fan-based)
Price (est.)TBD (~$3,000-5,000?)$3,999
AvailableFall 2026Now

The Dev Boxโ€™s main advantages: CUDA support (critical for many AI tools), preloaded dev stack (zero setup), and WSL2 GPU passthrough (run Linux AI tools natively). Mac Studioโ€™s advantages: available now, silent operation, proven ecosystem.

For the full comparison, see RTX Spark vs Mac Studio.

vs Building your own

A custom AI workstation with 128GB requires:

  • Multi-GPU setup (2ร— RTX 5090 = only 64GB total) โ€” doesnโ€™t match unified 128GB
  • Or expensive server hardware (A100 80GB = $15K+)
  • Manual software configuration
  • No warranty/support from one vendor

The Dev Box solves this with a single integrated package. 128GB unified memory in a form factor you canโ€™t replicate with discrete GPUs.

vs NVIDIA DGX Spark

Surface RTX Spark Dev BoxDGX Spark
OSWindowsLinux
TargetDevelopers (code + AI)ML researchers (always-on)
Form factorMini PC (desktop)Deskside workstation
GPU tierConsumer BlackwellData-center Blackwell
Dev stackโœ… PreloadedManual
24/7 operationNot primary use caseโœ… Designed for it

Choose the Dev Box if you want Windows + development tools. Choose DGX Spark if you need an always-on Linux inference server.

Who should buy this

โœ… Buy if you:

  • Develop AI-powered applications and need local model testing
  • Currently rent cloud GPUs for AI development ($100+/mo)
  • Need CUDA support that Mac Studio cannot provide
  • Want zero-configuration AI development (unbox โ†’ code)
  • Value Windows + WSL2 for the best of both worlds

โŒ Skip if you:

  • Already have a Mac Studio 128GB (similar capability, different ecosystem)
  • Only need small models (14-27B) that run on any RTX 4090
  • Primarily use cloud APIs and donโ€™t run models locally
  • Need it before fall 2026 (not available yet)

FAQ

When does it ship?

Fall 2026, alongside consumer RTX Spark laptops. No exact date or pricing.

How much will it cost?

Not announced. Estimate: $3,000-5,000 based on specs (128GB unified memory + Blackwell GPU + Surface branding). Likely comparable to Mac Studio pricing.

Can I upgrade the memory?

Unlikely. Unified memory architectures (like Apple Silicon and now RTX Spark) are soldered. 128GB is what you get. Choose wisely.

Does it run Linux natively?

Windows 11 Pro with WSL2 + full GPU passthrough. This gives you a Linux environment with CUDA access. Not bare-metal Linux โ€” for that, get DGX Spark.

Is it silent?

Aluminium chassis as heatsink with 100W sustained thermal design. Likely quieter than a traditional GPU workstation but not silent like a Mac Studio. Wait for reviews.

Can it replace a cloud GPU subscription?

For inference (running models): yes, for models โ‰ค120B. For training large models: no. See RTX Spark vs Cloud GPUs for the break-even analysis.