All guides
Grok Build logo
Grok Build

Grok Build Hosting on a Real microVM

Run xAI's Grok Build — the terminal coding agent with parallel subagents and Plan Mode — on its own always-on Firecracker microVM. BYO Grok subscription, a persistent home, real isolation. 124ms boot, 30-day money-back.

xAI shipped Grok Build in May 2026 with a feature most v0.1 agents skip: it spawns up to eight parallel subagents, each in its own Git worktree, all running real commands at once. That's serious horsepower — and eight autonomous shells on your laptop is eight times the reason to keep them off it. Here's the move: run Grok Build on its own always-on Firecracker microVM. Bring your Grok subscription, keep a persistent workspace, and let all eight subagents loose inside a box they can't escape — booting in about 124ms.

What Grok Build is

Grok Build is xAI's terminal-native coding agent, powered by grok-code-fast-1 — a model xAI built on programming content and real pull requests. The architecture is the story:

  • Parallel subagents. Up to eight at once, each in its own Git worktree.
  • Plan Mode by default. It proposes a step-by-step plan; you approve, comment, or rewrite it. Nothing runs until you sign off.
  • MCP and AGENTS.md out of the box — the cross-vendor conventions Claude Code and Codex use too.
  • Headless mode for automation and CI pipelines.

That headless, multi-agent design is built for a box that's always on — not a laptop you close.

Why a real microVM for Grok Build

A coding agent runs bash. Grok Build runs eight of them in parallel, across worktrees, executing whatever each subagent decides — code no human reviewed. On your laptop that's the whole machine on the line, multiplied. A shared container shares the host kernel, with 200-plus known weaknesses in the stack — the wrong boundary for this much autonomy.

jurniti gives Grok Build its own Firecracker microVM — its own kernel, a KVM hardware boundary, one tenant per box. The same isolation serverless platforms use. Give it root inside its own VM and eight subagents, a runaway command, or a poisoned dependency all stay contained to that box. Reprovision and you're clean in seconds.

You keep your xAI relationship. jurniti's BYOK is architectural: authenticate with your SuperGrok or X Premium+ subscription, or paste a GROK_CODE_XAI_API_KEY. The credential lives only in your VM, traffic leaves straight for xAI, and jurniti is never in the path. No proxy, no token markup.

Grok Build runs on Starter (1 vCPU / 2 GiB) for most work; lean on many parallel subagents and a larger plan gives them room. And it's reversible: a 30-day money-back guarantee, workspace kept 7 days after cancellation.

Run Grok Build in 3 steps

By hand this is a VPS, the xAI installer, auth, a systemd unit, tmux for durable sessions, and patching for as long as you run it. jurniti runs the box; you keep the agent.

1. Pick a plan and pay

Starter is enough to start. Check out, and the provision chain runs automatically the moment payment confirms.

2. Your microVM boots with Grok Build ready

A fresh Ubuntu microVM boots with Grok Build pre-installed and on your PATH. You get an in-browser terminal — nothing to SSH into. Authenticate and go:

grok                   # authenticate with your Grok subscription
# or: export GROK_CODE_XAI_API_KEY=...

3. Put it to work

Hand Grok Build a task, review its plan, and let the subagents run. Your agents and commands live on the persistent home, so they survive every restart.

What people run Grok Build for

  • Parallel work. Eight subagents chewing through a backlog at once — safely, in one box.
  • Plan-then-execute runs. Approve the plan, walk away, come back to the result.
  • Headless CI jobs. Wire Grok Build into a pipeline on an always-on box instead of your laptop.
  • A pinned environment. Your AGENTS.md, MCP servers, and commands — set up once, always there.

Snapshot a configured workspace into a template and fork it for the next project — your setup, never your credentials.

jurniti vs a laptop vs a DIY VPS

jurnitiYour laptopDIY VPS
Always onYesNo — it sleepsYes
Isolation for parallel subagentsFirecracker microVM (KVM)Your whole machineShared kernel
Grok loginYours, never leaves the VMYoursYours
Blast radius of 8 subagentsOne disposable microVMYour whole machineYour whole server
SetupAutomatic · 124ms bootLocal installManual
Refund30-day money-backn/aNone

Pricing

Starter is $25/mo ($250/year, two months free) and runs Grok Build for most work. Pro is $49/mo and Max $99/mo give parallel subagents more room or add a custom TLS subdomain. Every plan includes the 30-day money-back guarantee, and your Grok subscription or API spend is separate and never marked up.

Running a different agent? See the guides for Claude Code, OpenAI Codex CLI, and Goose, or compare plans on the pricing page.

Frequently asked questions

What is Grok Build?
Grok Build is xAI's terminal-native coding agent, shipped in May 2026 and powered by grok-code-fast-1. Its headline feature is multi-agent parallelism: it can spawn up to eight subagents at once, each working in its own Git worktree. Plan Mode is on by default — it proposes a step-by-step plan and nothing runs until you sign off — and it supports MCP, AGENTS.md, and headless mode for CI.
Can I run Grok Build on a server?
Yes. Grok Build is terminal-first and supports headless automation, so an always-on box lets it run plans and CI jobs without tying up your laptop. jurniti runs Grok Build on a dedicated Firecracker microVM with an in-browser terminal and a persistent home — hand it a plan, close your laptop, come back to the result.
Do I need an xAI API key, or can I use my Grok subscription?
Either. In the in-browser terminal, authenticate with your SuperGrok or X Premium+ subscription, or export a GROK_CODE_XAI_API_KEY. jurniti is bring-your-own-key — your credentials stay in your VM, traffic goes straight to xAI, and we never see your tokens or mark up usage.
Why run Grok Build on a microVM?
Grok Build spawns multiple subagents that each run real commands across Git worktrees. That's a lot of autonomous shell activity, and on your laptop it has the run of your machine. On jurniti, Grok Build gets root inside its own Firecracker microVM with its own kernel and a KVM boundary, so eight parallel subagents stay contained to one disposable box.
How much does it cost to host Grok Build?
Plans start at $25/mo ($250/year — two months free), and every plan has a 30-day money-back guarantee. Grok Build runs on Starter (1 vCPU / 2 GiB) for most work; if you lean on many parallel subagents, a larger plan gives them room. Your Grok subscription or API spend is separate and never marked up, because you bring your own key.
Is this an official xAI product?
No. jurniti is independent managed hosting for Grok Build. We install the upstream xAI CLI at first boot — no fork — so you run the real Grok Build and authenticate with your own xAI account.