Install KubeLoop
Install a platform package from GitHub Releases, or build from source with Wails.
Homebrew
brew tap kube-loop/kubeloop https://github.com/fengqi-dev/kube-loop
brew install --cask kubeloop
Shell
Download the latest DMG for your CPU, then open it and drag KubeLoop.app into Applications.
curl -fsSL https://raw.githubusercontent.com/fengqi-dev/kube-loop/main/scripts/install.sh | bash
Manual
Open the DMG from GitHub Releases and drag KubeLoop.app into Applications. If Gatekeeper blocks it, right-click → Open, or run:
xattr -cr /Applications/KubeLoop.app
Shell
In PowerShell, download and run the latest installer:
irm https://raw.githubusercontent.com/fengqi-dev/kube-loop/main/scripts/install.ps1 | iex
Installer
Run the NSIS installer from GitHub Releases.
Portable
Extract the portable zip and run KubeLoop. If SmartScreen appears, choose More info → Run anyway.
Shell
Download and install the latest .deb/.rpm for your distro:
curl -fsSL https://raw.githubusercontent.com/fengqi-dev/kube-loop/main/scripts/install.sh | bash
Package
Install kubeloop-VERSION-linux-ARCH.deb or .rpm from GitHub Releases.
Tarball
Extract the tar.gz and run the KubeLoop binary from the unpacked directory.