QM showed up in public with a YC stamp and a deploy story that still assumes you are an operator.
qm init --target docker|fly|aws. Digest-pinned images. Postgres. Email one-time links via Resend or SMTP. That is a real product for teams who already own cloud accounts and an ops weekend. It is not "lunchtime for my org."
What QM actually is
Not another single-user coding CLI. Multiplayer agent harness for work — org web UI, per-scope memory and files, keychain, crons, sandboxes that drive Pi / OpenCode / Codex / Claude Code underneath.
That is closer to Paperclip or a small internal platform than to claude in a terminal. The surface is a browser. The state is a database. The agent needs a place to run tools that is not "whatever process happened to start the UI."
The gap open source leaves open
Self-hosting QM means you still have to:
- Stand up Postgres that survives restarts
- Pull and pin the service images
- Expose the web UI safely
- Wire sign-in email (or an identity proxy)
- Keep the box up when your laptop closes
None of that is QM's fault. It is the distance between open source and running for your team by lunch.
What a microVM changes
jurniti collapses that path into one checkout:
- A Firecracker microVM per tenant — hardware isolation, not a shared Docker neighbor
- The full QM stack pre-baked (core + web-ui + Postgres bind-mounted on the persist disk)
- A public TLS portal with auto sign-in through the jurniti identity bridge (no Resend key to babysit)
- BYOK for the models QM drives — keys stay in the guest
The commercial page that owns buying intent is the QM landing. This post is the informational twin: what QM is, and why the self-deploy path is a tax for most teams.
Availability note
As of the first bake, new QM purchases stay gated. QM's product value is the sandbox path for agent tools; that substrate is not yet something we run inside the guest. The harness is registered, the rootfs bakes, the portal path is real — sellability waits on sandboxes that work. Every other harness on the platform is unaffected.
When the gate opens, checkout sells Pro ($49/mo floor) because the multi-container stack needs more than Starter's 2 GiB. 30-day money-back on first purchase. No free trial.
