Skip to content

Installation Guide

Detailed installation instructions for all platforms. For a quick start, see Installation & Setup.

You can install more than one agent and switch between them globally or per column. Only the ones Kangentic detects on startup are offered in the Welcome screen’s detection grid, which shows each CLI’s detection status (installed version, override path, or “not found”) so you can verify your setup at a glance. If you install a new CLI after first launch, restart Kangentic or open Settings → Agent → CLI Paths to re-trigger detection.

Terminal window
npx kangentic

This downloads the signed binary for your platform, installs it, and launches the app.

Download installers directly from GitHub Releases:

PlatformFormatFile
WindowsNSIS installerKangentic-Setup-x.y.z.exe
macOSDMGKangentic-x.y.z.dmg
Linux (Debian/Ubuntu)debkangentic_x.y.z_amd64.deb
Linux (Fedora/RHEL)rpmkangentic-x.y.z.x86_64.rpm
  1. Run Kangentic-Setup-x.y.z.exe
  2. If Windows SmartScreen shows a warning, click More infoRun anyway (the binary is signed, but new publishers may trigger SmartScreen initially)
  3. The app installs and launches automatically
  4. Auto-updates are enabled — new versions install silently in the background
  1. Install prerequisites:

    • Node.js 20+
    • Platform build tools (see Contributing for details)
  2. Clone and build:

    Terminal window
    git clone https://github.com/kangentic/kangentic.git
    cd kangentic
    npm install
    npm run package
  3. The installer is created in the out/ directory

By default, Kangentic stores its data in the platform-standard application data directory. Override with:

Terminal window
# Environment variable
export KANGENTIC_DATA_DIR=/path/to/custom/dir
# CLI flag
npx kangentic --data-dir /path/to/custom/dir

Use Settings → Apps → Installed apps and uninstall Kangentic, or run the uninstaller from the install directory.

If npx kangentic is not found, ensure Node.js 20+ is installed and npx is available on your PATH.

If npm install fails with native module errors:

  • Windows: Install Visual Studio Build Tools with the “Desktop development with C++” workload
  • macOS: Run xcode-select --install
  • Linux: Install build-essential and python3

This Gatekeeper error appears when the app isn’t properly signed or notarized. Use the bypass:

  1. Open System Settings → Privacy & Security
  2. Click Open Anyway next to the Kangentic warning
  3. Or run: xattr -cr /Applications/Kangentic.app