Wingetlywingetly
← All apps

Rancher Desktop

by SUSEv2.0.0-alpha.1

Last updated

Kubernetes and container management to the desktop.

Install with winget

$ winget install --id SUSE.RancherDesktop.2 --exact --version 2.0.0-alpha.1

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

Silent install command for Rancher Desktop

Rancher Desktop uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i Rancher.Desktop.Setup.2.0.0-alpha.1.msi /quiet /norestart WSLINSTALLED=1

See the full silent install reference for Rancher Desktop

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

Rancher Desktop is an open-source project to bring Kubernetes and container management to the

desktop.

Windows, macOS and Linux versions of Rancher Desktop are available for download, though do note that

the Linux version is considered a tech preview.

Installers · v2.0.0-alpha.1

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

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 Rancher Desktop.

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

  • openSUSE TumbleweedSUSE
    SUSE.openSUSE.Tumbleweedv26204.10.358.0

    The makers' choice for sysadmins, developers and desktop users in a rolling release.

  • Rancher DesktopSUSE
    SUSE.RancherDesktopv1.24.0

    Kubernetes and container management to the desktop.

  • openSUSE Leap 15.6SUSE
    SUSE.openSUSE.Leap.15.6v156.1.895.0

    The makers' choice for sysadmins, developers and desktop users.

  • SUSE Linux Enterprise 15 SP6SUSE
    SUSE.SUSE.15SP6v156.3.148.0

    The industry-leading adaptable Linux operating system.

  • K
    k3dk3d
    k3d.k3dv5.9.0

    A lightweight wrapper to run k3s (Rancher Lab’s minimal Kubernetes distribution) in docker.

  • V
    vclusterloft-sh
    loft-sh.vclusterv0.36.1

    Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.

More from SUSE or browse k3s, nerdctl, rancher.

Frequently asked questions

How do I install Rancher Desktop on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id SUSE.RancherDesktop.2 --exact --version 2.0.0-alpha.1. winget downloads the installer from SUSE and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Rancher Desktop silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id SUSE.RancherDesktop.2 --exact 2.0.0-alpha.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Rancher Desktop?
Rancher Desktop uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i Rancher.Desktop.Setup.2.0.0-alpha.1.msi /quiet /norestart WSLINSTALLED=1. The silent switches are /quiet /norestart.
How do I uninstall Rancher Desktop via winget?
Run: winget uninstall --id SUSE.RancherDesktop.2 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Rancher Desktop's Apps & Features entry.
Is Rancher Desktop free?
Rancher Desktop is distributed under Apache-2.0. Refer to the publisher (https://rancherdesktop.io/) for the full license terms - Wingetly itself does not charge for installation.
Does Rancher Desktop 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 Rancher Desktop directly from the publisher.
How do I keep Rancher Desktop up to date?
Run winget upgrade --id SUSE.RancherDesktop.2 --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Rancher Desktop from microsoft/winget-pkgs.