Skip to main content

Running a Rancher Desktop Development Build

9 min read
Jan Dubois

You reported a bug against Rancher Desktop, someone fixed it, and the issue got closed. But the fix is sitting on main, and the next release is still weeks out. You'd rather know now, while reopening the issue is still easy. You can, because every merge to main, and every pull request, produces an installable Rancher Desktop build, whether you're on 1.x or 2.0. Running one is more involved than installing a release, and a bad build can damage files on your host.

Installing and Running Rancher Desktop 2.0

8 min read
Jan Dubois

The 2.0 alpha is out, and there are two ways to run it. You can install the full desktop app, or you can skip the GUI and run the new rdd binary straight from your terminal. Both leave Rancher Desktop 1.x alone, and both put you a couple of commands away from a working container engine.

A Short History of Rancher Desktop

9 min read
Jan Dubois

In October 2020, Rancher Desktop was a tray icon and a single shell command. Click the icon, and it ran minikube start to bring up a Kubernetes cluster on your Mac. The whole thing was nine files, one good idea, and a note in the source that read, more or less, this is just a quick proof of concept.