> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Chaos Install

> Learn how to install Chaos and get started

<Tabs>
  <Tab title="Go">
    <Note> Enter the command below in a terminal to install ProjectDiscovery's Chaos Client using Go. </Note>

    ```bash theme={null}
    go install -v github.com/projectdiscovery/chaos-client/cmd/chaos@latest
    ```
  </Tab>
</Tabs>

## Installation Notes

* Chaos requires the latest version of [**Go**](https://go.dev/doc/install)
