The Connector supports macOS 12 (Monterey) or later on both Intel and Apple Silicon Macs. Choose whichever method feels most natural.
One line, auto-detects your architecture, installs to /usr/local/bin/kuali (prompts for your password if needed):
$
curl -fsSL https://connector.kuali.co/install.sh | sh
$
brew update && brew install kualico/tap/kuali
Upgrade later with brew upgrade kuali, or let the Connector update itself with kuali update install.
Download kuali-darwin-arm64 for Apple Silicon (M1–M4) or kuali-darwin-amd64 for Intel from the latest release. Not sure which? Apple menu → About This Mac → the "Chip" line. Then:
$
chmod +x ~/Downloads/kuali-darwin-*
$
sudo mv ~/Downloads/kuali-darwin-* /usr/local/bin/kuali
System Settings → Privacy & Security → Security → Allow Anyway, then run kuali version again and click Open. Or clear the quarantine flag in one step:
$
xattr -d com.apple.quarantine $(which kuali)
$
kuali version
kuali 1.0.0-rc6 (commit …, built …)
$
brew uninstall kuali
$
brew untap kualico/tap
The ~/.kuali directory holds your config. If you stored your API key in the keychain, remove it with security delete-generic-password -s kuali-cli (repeat per profile).
ON THIS PAGE
Once kuali version works, head to Getting started to connect your instance and AI assistant.
Getting started ->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 →