Getting Started

What does your user need to know to try your project?

Getting Started Documentation

Installation & Uninstallation Instructions

kli

Lets begin with installation of the tools their are various method

Single command method

curl -sfL https://get.kli.ksctl.com | python3 -

bash <(curl -s https://raw.githubusercontent.com/ksctl/kli/main/scripts/uninstall.sh)
zsh <(curl -s https://raw.githubusercontent.com/ksctl/kli/main/scripts/uninstall.sh)

From Source Code

make install_linux

# macOS on M1
make install_macos

# macOS on INTEL
make install_macos_intel

# For uninstalling
make uninstall

Configure Ksctl CLI

kli configure cloud # To configure cloud
kli configure storage # To configure storage

Last modified February 3, 2026: updated the docs (3776d04)