> ## 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.

# PDTM Install

> Learn how to install PDTM and get started

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

    ```sh theme={null}
    go install -v github.com/projectdiscovery/pdtm/cmd/pdtm@latest
    ```
  </Tab>

  <Tab title="Binary">
    ```bash theme={null}
    https://github.com/projectdiscovery/pdtm/releases
    ```

    <Tip>
      * Download the latest binary for your OS.
      * Unzip the ready-to-run binary.
    </Tip>
  </Tab>
</Tabs>

## Installation Notes

* PDTM requires the latest version of [**Go**](https://go.dev/doc/install)
* Projects are installed by downloading the released project binary. This means that projects can only be installed on the platforms for which binaries have been published.
* The path `$HOME/.pdtm/go/bin` is added to the `$PATH` variable by default
