> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-nuclei-syntax-docs.mintlify.site/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
    go install -v github.com/projectdiscovery/pdtm/cmd/pdtm@latest
    ```
  </Tab>

  <Tab title="Binary">
    ```bash
    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)
* Frojects 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
