Installation¶
The Kuali Connector is a single self-contained binary, around 20 MB, with no runtime dependencies. Pick the install method that suits you — any of them leave you with a kuali command on your PATH.
Install methods at a glance¶
| Method | Best for | Command |
|---|---|---|
| Install script | macOS and Linux users who want one command | curl -fsSL https://connector.kuali.co/install.sh \| sh |
| Homebrew | Mac and Linux users who already use brew |
brew install kualico/tap/kuali |
| npx | Anyone with Node.js who doesn't want a global install | npx @kualico/kuali-connector@latest |
| Direct download | Windows users, air-gapped environments, CI runners | Grab the binary from the releases page |
Auto-updates
Once installed, the Connector can update itself:
System requirements¶
- A 64-bit operating system (amd64 or arm64)
- An internet connection to reach your Kuali instance
- Permission to run an executable your organization hasn't pre-approved (see the macOS and Windows guides for the one-time "first-launch" approval dance)
- Optional: an AI client that supports local MCP servers — Claude Desktop, Claude Code, Codex CLI, Gemini CLI, Copilot CLI, or VS Code. (ChatGPT and other hosted-only clients aren't supported — see the FAQ.)
Verify your install¶
After installing on any platform:
If you see a version number, you're ready — continue to Getting started to connect your Kuali instance and wire up your AI assistant.
If the command isn't found, check Troubleshooting → command not found.