The Connector supports any modern 64-bit Linux distribution (Ubuntu, Debian, Fedora, RHEL, Rocky, Arch, Alpine, …) on x86_64 or arm64.
$
curl -fsSL https://connector.kuali.co/install.sh | sh
Auto-detects your architecture and installs to /usr/local/bin/kuali. If /usr/local/bin isn't writable by your user, it uses sudo.
$
brew update && brew install kualico/tap/kuali
$
ARCH=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
$
curl -fsSL -o ~/.local/bin/kuali \
$
"https://github.com/kualico/kuali-connector/releases/latest/download/kuali-linux-${ARCH}"
$
chmod +x ~/.local/bin/kuali
Make sure ~/.local/bin is on your PATH — add export PATH="$HOME/.local/bin:$PATH" to ~/.bashrc or ~/.zshrc if it isn't, then reload your shell.
$
kuali version
The Connector uses the libsecret keychain (GNOME Keyring, KeePassXC, KDE Wallet) via D-Bus. On desktop Linux this Just Works. On headless servers it falls back to ~/.kuali/credentials (mode 0600), or supply credentials via KUALI_API_KEY / KUALI_<PROFILE>_API_KEY environment variables.
$
sudo rm /usr/local/bin/kuali
$
rm -rf ~/.kuali
Keychain entries can be removed with your desktop's secret-management tool or secret-tool clear service kuali-cli account <profile>.
ON THIS PAGE
When the libsecret keychain isn't available, the Connector falls back to ~/.kuali/credentials or per-profile env vars.
Skip to Installation ->Ready-to-use prompts for curriculum, research, build apps, imports, workflow analysis, and reporting.
Browse prompts →Tips for Claude Desktop, Claude Code, Codex, Gemini, Copilot, and VS Code.
AI assistants →Skip the chat — every capability is also a plain kuali command, ready for scripts and CI.
Command reference →