Installation
Kore ships as a self-contained native binary built with Tauri v2. There is no Electron runtime and no Node.js required — the installer is under 20 MB.
Requirements
- A reachable Kubernetes cluster (local or remote)
- A valid
kubeconfigfile (usually at~/.kube/config) - macOS 11+, Ubuntu 20.04+, or Windows 10+
macOS
Homebrew (recommended)
brew install --cask devtheops/tap/koreHomebrew handles updates automatically. Run brew upgrade --cask kore to update.
Manual download
- Open the latest GitHub Release
- Download the
.dmgfor your architecture:- Apple Silicon →
Kore_*_aarch64.dmg - Intel →
Kore_*_x86_64.dmg - Universal →
Kore_*_universal.dmg
- Apple Silicon →
- Open the
.dmg, drag Kore to Applications, and launch.
Linux
Download the appropriate package from the latest release:
| Format | Architecture | Use when |
|---|---|---|
.AppImage | x86_64 | Any modern distro — no install needed |
.deb | x86_64 | Debian / Ubuntu |
.rpm | x86_64 | Fedora / RHEL |
AppImage (no install):
chmod +x Kore_*.AppImage./Kore_*.AppImageDebian / Ubuntu:
sudo dpkg -i kore_*.debWindows
- Download
Kore_*_x64_en-US.msifrom the latest release - Run the installer and follow the prompts
- Launch Kore from the Start menu
Updating
Kore includes a built-in auto-updater. When a new version is available you will see a notification in the app. Click Update to download and install in the background.
Alternatively, re-run the Homebrew command or download the latest installer manually.