--- id: installation title: Litmusctl sidebar_label: Installation --- --- The LitmusChaos command-line tool, litmusctl, allows you to manage litmuschaos's infrastructure plane. You can use litmusctl to connect and disconnect chaos infrastructures, create chaos experiments, project, and manage multiple litmuschaos accounts. ## Prerequisites Litmusctl CLI requires the following things: - **kubeconfig** - litmusctl needs the kubeconfig of the k8s cluster where we need to connect litmus chaos infrastructures. The CLI currently uses the default path of kubeconfig i.e. `~/.kube/config`. - **kubectl** - litmusctl is using kubectl under the hood to apply the manifest. > To install kubectl, follow: [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) ## Usage For more information including a complete list of litmusctl operations, see the litmusctl reference documentation. - For 0.23.0 or latest: Click here ## Installation To install the latest version of litmusctl follow the below steps: