Luxury Yacht Luxury Yacht is a desktop app for managing Kubernetes clusters, available for Linux, macOS, and Windows. New to Luxury Yacht? Read the primer! Installation Go to the Releases page to download the latest version. Packages are available for amd64 (x86_64) and arm64 (aarch64) . Be sure to download the correct package for your architecture. macOS Uses a standard DMG. Open the DMG and drag to Applications . Can also be installed via Homebrew. brew tap luxury-yacht/tap brew install --cask luxury-yacht Linux Install via .deb or .rpm package. Windows Uses a standard installer. Note that these are unsigned, so will require extra confirmation steps to run. Given the cost of a code-signing certificate, these will likely remain unsigned. Building from Source If you prefer to build the app from source, see the Development section. Troubleshooting The app won't start on Linux Luxury Yacht requires webkit2 4.1. Some distros don't include it, or don't install it by default. Installation will vary depending on your distro. Distro Installation Ubuntu 20.04 Unsupported Ubuntu 22.04 sudo apt install libwebkit2gtk-4.1-0 If your distro isn't on this (admittedly short) list, you'll have to search your package manager to determine the exact package name. If you have info you'd like to add to this list, email admin@luxury-yacht.app or open an issue. Development Prerequisites Go 1.25 Node 25 Wails Mage Wails Luxury Yacht is built with Wails, a framework for building cross-platform apps in Go. To install Wails: go install github.com/wailsapp/wails/v2/cmd/wails@2.11.0 Once Wails is installed, run wails doctor to see what other dependencies are required for your OS. Mage For scripting builds, testing, releases, etc., Luxury Yacht uses Mage for cross-platform compatibilty. Makefiles and bash scripts are fine for Linux and macOS, but they don't work in Windows. The magefile is written in Go, so should work the same in any OS. To install Mage: go install github.com/magefile/mage@lates...
First seen: 2026-01-19 15:31
Last seen: 2026-01-19 17:31