Run a local Kubernetes cluster on your laptop to test deployments without needing a cloud account.
Build and run Docker containers on macOS, Windows, or Linux using bundled CLI tools from a single installer.
Learn how containers and Kubernetes work by experimenting locally at zero cost.
Script container and cluster management tasks using the included rdctl command-line tool.
Requires downloading and running a full desktop installer, building from source requires both Go and Node toolchains.
Rancher Desktop is a free, open-source application you install on your computer, like any other desktop app. It gives you the ability to run containers and Kubernetes locally on Windows, macOS, or Linux without needing a separate server or cloud account. Containers are a way of packaging software so it runs consistently on any machine, Kubernetes is a system for managing groups of containers, commonly used by engineering teams at companies of various sizes. Once installed, you can use Rancher Desktop to build, run, and test containerized software directly on your own machine. It comes with command-line tools like kubectl and nerdctl, which let you interact with containers from a terminal. It also includes a graphical interface so you can see what is running and manage it without typing commands. A companion command-line tool called rdctl is included for scripting and automation. The project is aimed at developers who need a local Kubernetes environment for testing, but it is also useful for anyone learning how containers work. The application bundles together several underlying technologies into one installer, so you do not have to piece together multiple tools yourself. The README in this repository is oriented toward people who want to build or contribute to Rancher Desktop from its source code. If you are looking to download and use the application, the project points you to rancherdesktop.io for user-facing documentation and downloads. The source code is primarily written in TypeScript, with some parts in Go.
← rancher-sandbox on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.