Beta β this project is under active development. Features and APIs may change, and bugs are expected.
A modern UI for Rancher Desktop on macOS. Tauri v2 (Rust) + React + TypeScript.
Manage containers, images, Kubernetes resources, and Rancher Desktop itself from one window, with a menu bar tray for quick access.
β¬ Download for macOS (latest) β universal build (Apple Silicon + Intel).
See all releases for previous versions.
demo.mp4
- Dashboard β status summary for RD, containers, images, Kubernetes, and the engine
- Projects β Docker Compose projects with container/service counts; drill into containers
- Containers β list, start/stop/restart/remove, live log tail
- Images β list, size, remove
- Kubernetes β Pods / Deployments / Services / Nodes
- Settings β start/stop RD, toggle Kubernetes, manage snapshots, language (EN/JA)
Requires the moby (dockerd) container engine (uses ~/.rd/docker.sock).
Toolchain is pinned with mise (rust 1.92, node 25).
mise install
npm install
npm run tauri dev # run the app
npm run tauri build # build .app / .dmg