Wingetlywingetly
← All apps
D

dmr

by Docker Inc.v0.1.0

Last updated

Standalone Docker Model Runner - run local AI models with no Docker Desktop or Engine required.

Install with winget

$ winget install --id Docker.dmr --exact --version 0.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

dmr is the standalone Docker Model Runner: a single binary that bundles both the inference daemon (dmr serve) and the full model management CLI (run, pull, ls, rm, ps, ...) used to talk to it. dmr has no dependency on Docker Desktop or a running Docker Engine.

Installers · v0.1.0

ArchitectureTypeScopeInstallDownload
x64ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for dmr.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Docker DesktopDocker Inc.
    Docker.DockerDesktopv4.87.0

    An application for the building and sharing of containerized applications.

  • Docker SandboxesDocker Inc.
    Docker.sbxv0.39.0

    Docker Sandboxes gives agents safe, isolated environments to work in.

  • Docker CLIDocker Inc.
    Docker.DockerCLIv29.7.2

    Docker CLI & Docker Engine for Windows containers. Docker is an open platform for developing, shipping, and running applications.

  • D
    Docker ComposeDocker Inc.
    Docker.DockerComposev5.5.0

    docker-compose plugin for docker cli

  • Docker Desktop EdgeDocker Inc.
    Docker.DockerDesktopEdgev2.5.4.50534

    Docker Desktop is an application for MacOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes.

  • D
    Docker BuildxDocker Inc.
    Docker.Buildxv0.36.1

    Docker CLI plugin for extended build capabilities with BuildKit

More from Docker Inc. or browse docker, ai, llm.

Frequently asked questions

How do I install dmr on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Docker.dmr --exact --version 0.1.0. winget downloads the installer from Docker Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install dmr silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Docker.dmr --exact 0.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall dmr via winget?
Run: winget uninstall --id Docker.dmr --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from dmr's Apps & Features entry.
Is dmr free?
dmr is distributed under Apache-2.0. Refer to the publisher (https://github.com/docker/model-runner) for the full license terms - Wingetly itself does not charge for installation.
Does dmr work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls dmr directly from the publisher.
How do I keep dmr up to date?
Run winget upgrade --id Docker.dmr --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of dmr from microsoft/winget-pkgs.