Skip to content

Installation

NoahRJ edited this page Jun 15, 2026 · 1 revision

Installation

Using Homebrew

Tip

brew is the missing (yet ubiquitous) macOS package manager for CLI tools and native macOS applications.

More information at brew.sh.

brew tap kandji-inc/iructl https://github.com/kandji-inc/iructl.git
brew install iructl

Using uv

Tip

uv is a single binary solution for managing Python environments with a wide range of features.

More information at docs.astral.sh/uv.

uv tool install iructl

Using pipx

Tip

pipx is a 100% Python solution to install and run Python tools in isolated environments.

More information at pipx.pypa.io.

pipx install iructl

Clone this wiki locally