Skip to content

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 kubeconfig file (usually at ~/.kube/config)
  • macOS 11+, Ubuntu 20.04+, or Windows 10+

macOS

Terminal window
brew install --cask devtheops/tap/kore

Homebrew handles updates automatically. Run brew upgrade --cask kore to update.

Manual download

  1. Open the latest GitHub Release
  2. Download the .dmg for your architecture:
    • Apple SiliconKore_*_aarch64.dmg
    • IntelKore_*_x86_64.dmg
    • UniversalKore_*_universal.dmg
  3. Open the .dmg, drag Kore to Applications, and launch.

Linux

Download the appropriate package from the latest release:

FormatArchitectureUse when
.AppImagex86_64Any modern distro — no install needed
.debx86_64Debian / Ubuntu
.rpmx86_64Fedora / RHEL

AppImage (no install):

Terminal window
chmod +x Kore_*.AppImage
./Kore_*.AppImage

Debian / Ubuntu:

Terminal window
sudo dpkg -i kore_*.deb

Windows

  1. Download Kore_*_x64_en-US.msi from the latest release
  2. Run the installer and follow the prompts
  3. 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.