This tap provides two packages:
- Kunobi — a Kubernetes dashboard and management tool (desktop app, installed as a cask).
- kache — a content-addressed, zero-copy build cache for Rust, C/C++ and more (CLI, installed as a formula). Jump to kache (CLI).
- kobe — a cluster pool operator CLI for instant CI/dev cluster provisioning (CLI, installed as a formula). Jump to kobe (CLI).
Two channels are available:
| Cask | Channel | When to use |
|---|---|---|
kunobi |
stable | Production releases — most users |
kunobi-unstable |
unstable | Pre-releases (RC, beta, alpha) — testers and early adopters |
Both casks install the same Kunobi.app bundle (ninja.kunobi.desktop); they are mutually exclusive — pick one.
brew tap kunobi-ninja/kunobi
# Stable
brew install --cask kunobi
# Unstable (pre-releases)
brew install --cask kunobi-unstableTo switch channels, uninstall one and install the other:
brew uninstall --cask kunobi && brew install --cask kunobi-unstable- macOS on Apple Silicon (M1/M2/M3/M4)
- Intel Macs are not supported (no x86_64 build available)
Kunobi has a built-in auto-updater that checks for new versions every.
You don't need to run brew upgrade — the app will notify you when updates are available.
This cask has auto_updates true, which tells Homebrew "this app updates itself, don't include it in bulk upgrades."
Without explicitly naming the cask:
brew outdated --cask # won't list kunobi
brew upgrade --cask # won't upgrade kunobi (skips auto-updating apps)When you explicitly name it:
brew upgrade kunobi # upgrades anyway (you asked for it specifically)
brew upgrade --cask kunobi # same behaviorTo see all outdated casks including auto-updating ones:
brew outdated --cask --greedybrew uninstall --cask kunobiTo also remove application data:
brew uninstall --cask --zap kunobiTo remoce tap:
brew untap kunobi-ninja/kunobikache is a content-addressed, zero-copy build cache for Rust, C/C++ and more.
Two channels are available:
| Formula | Channel | When to use |
|---|---|---|
kache |
stable | Production releases — most users |
kache-unstable |
unstable | Pre-releases (RC, beta) — testers and early adopters |
The two formulae have different names, so both can be installed side by side.
brew tap kunobi-ninja/kunobi
# Stable
brew install kache
# Unstable (pre-releases)
brew install kache-unstable- macOS on Apple Silicon (arm64) or Intel (x86_64).
brew upgrade kachebrew uninstall kache # or: brew uninstall kache-unstable
brew untap kunobi-ninja/kunobi # removes the tap (also removes the Kunobi cask)kobe is a cluster pool operator CLI for instant CI/dev cluster provisioning.
Two channels are available:
| Formula | Channel | When to use |
|---|---|---|
kobe |
stable | Production releases — most users |
kobe-unstable |
unstable | Pre-releases (RC, beta) — testers and early adopters |
The two formulae have different names, so both can be installed side by side.
brew tap kunobi-ninja/kunobi
# Stable
brew install kobe
# Unstable (pre-releases)
brew install kobe-unstable- macOS on Apple Silicon (arm64) or Intel (x86_64).
- Linux on aarch64 or x86_64 (musl).
brew upgrade kobebrew uninstall kobe # or: brew uninstall kobe-unstable
brew untap kunobi-ninja/kunobi # removes the tap (also removes the Kunobi cask)