Download Clusterfudge

Free, open source, and available for macOS and Linux. One ~22 MB binary — no runtime dependencies.

macOS

Apple Silicon & Intel

Download .dmg (Apple Silicon) Intel .dmg
or: brew install --cask leonardaustin/tap/clusterfudge

Linux

x64 & ARM64

Download .tar.gz (x64) ARM64 .tar.gz
requires: libgtk-3 libwebkit2gtk-4.1

Install via command line

macOS (Homebrew)
$ brew install --cask leonardaustin/tap/clusterfudge
Linux (APT)
$ curl -fsSL https://apt.austincorp.com/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/austincorp.gpg
$ echo "deb [signed-by=/usr/share/keyrings/austincorp.gpg] https://apt.austincorp.com stable main" | sudo tee /etc/apt/sources.list.d/austincorp.list
$ sudo apt update && sudo apt install clusterfudge
Build from source
$ git clone https://github.com/leonardaustin/clusterfudge.git
$ cd clusterfudge
$ make build

System requirements

Minimum

  • macOS 12+ or Linux with WebKit2GTK 4.1
  • 64-bit processor (x86_64 or ARM64)
  • 4 GB RAM
  • 50 MB disk space
  • Valid kubeconfig for at least one cluster

Recommended

  • Latest OS version
  • 8 GB+ RAM (for large clusters)
  • metrics-server installed for CPU/memory metrics
  • Claude Code, Gemini CLI, or ChatGPT Codex for AI debugging