# Docker Desktop 4.83: Model Runner Inspector and Two CVE Fixes

> Source: <https://byteiota.com/docker-desktop-4-83-model-runner-inspector-and-two-cve-fixes/>
> Published: 2026-07-27 02:13:03+00:00

Docker Desktop 4.83.0 shipped on July 20, and the update that matters for developers building AI features locally is not the security patches — it is the inference inspector now baked into Docker Model Runner. It shows you the exact HTTP payload your application sends to a local model and the exact response that comes back. No proxy. No logging middleware. No digging through llama.cpp debug output. If you have ever spent an hour debugging a RAG pipeline only to discover your embedding call was silently truncating input, this is the fix. Docker Model Runner in 90 Seconds Docker Model […]

The post
