How to install Pynt Binary (Linux only)
Learn how to install the Pynt binary for seamless API security testing. Follow our quick guide to set up and deploy Pynt in your environment.
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
Get the install script:
wget https://cdn.pynt.io/binary-release/install.sh
chmod +x install.shRun the Install Script:
Execute the
install.shscript to installpynt:./install.sh
Installation Steps:
The
install.shscript performs the following steps:Creates the
.pynt/binand.pynt/resultsdirectories in the user's home directory.Copies the
pynt,newman,mitmdump, andcustom_har.pyfiles to the.pynt/bindirectory.Creates a symlink to the
pyntbinary in/usr/local/binfor 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.
Last updated