# How to install Pynt Binary (Linux only)

Pynt Binary can be used in Linux based CI/CD environments where docker cannot be used, its syntax compatible to Pynt CLI.

PYNT\_ID must be exported as an environment variable as Pynt authentication is not implemented yet

[How to get PYNT\_ID](/documentation/security-testing-integrations/pynt-on-ci-cd/how-to-get-pynt-id-for-ci-cd-authentication.md)

1. **Get the install script:**&#x20;

```bash
wget https://cdn.pynt.io/binary-release/install.sh
chmod +x install.sh
```

1. **Run the Install Script**:
   * Execute the `install.sh` script to install `pynt`:

     ```
     ./install.sh
     ```
2. **Installation Steps**:
   * The `install.sh` script performs the following steps:
     * Creates the `.pynt/bin` and `.pynt/results` directories in the user's home directory.
     * Copies the `pynt`, `newman`, `mitmdump`, and `custom_har.py` files to the `.pynt/bin` directory.
     * Creates a symlink to the `pynt` binary in `/usr/local/bin` for easy access.

**Note**: Ensure you run the `install.sh` script as a non-root user. If the symlink creation fails, you may need to create it manually or run `pynt` from the `.pynt/bin` directory.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pynt.io/documentation/api-security-testing/how-to-install-pynt-binary-linux-only.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
