Download kendex
The desktop app and the CLI. Version 5.0.1. Each command installs both.
macOS
$brew install vanillagreencom/kendex/kendexInstalls the app and the kendex command.
Linux
$curl -fsSL https://kendex.ai/install.sh | shInstalls the app and the kendex command. On Arch, use yay -S kendex-bin.
Windows
Download the installer and run it.
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 kendexBuild 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