Installing CNDI is all about getting the binaries from our latest release from GitHub Releases, and putting them in the right spot.
We provide scripts below which automate the process of downloading the latest
"tarball" and adding the contained binaries to your PATH
.
Installing for macOS and Linux is the way to go if you have that option. Simply run the following:
curl -fsSL https://raw.githubusercontent.com/polyseam/cndi/main/install.sh | sh
Installing for Windows should be just as easy. Here is the command to install CNDI on Windows:
irm https://raw.githubusercontent.com/polyseam/cndi/main/install.ps1 | iex
If you are having issues installing CNDI, you can try downloading the tarball
from GitHub Releases and extracting
the binaries to a directory in your PATH
.
If you are still having issues, please add to the following Discussion Post!
We're also available on Discord to help troubleshoot any issue!