kendex.ai

Download kendex

The desktop app and the CLI. Version 5.0.1. Each command installs both.

macOS

$brew install vanillagreencom/kendex/kendex

Installs the app and the kendex command.

Download the .dmg

Linux

$curl -fsSL https://kendex.ai/install.sh | sh

Installs the app and the kendex command. On Arch, use yay -S kendex-bin.

AppImage, .deb, and .rpm

Windows

Download the installer and run it.

Download the installer

CLI only

For a server or a headless setup, install just the command.

$curl -fsSL https://kendex.ai/install.sh | sh
$brew install vanillagreencom/kendex/kendex-cli
$yay -S kendex

Build from source

With Rust and Node installed:

cargo build --release -p kendex-cli
npm ci --prefix ui
cd crates/app && ../../ui/node_modules/.bin/tauri dev