Installation
Get Started with Siyarix
Install the open-source CLI locally to orchestrate your security tools via natural language.
Linux, macOS, iOS, ChromeOS & BSD
Run the following command in your terminal to download and execute the universal install script:
curl -fsSL https://siyarix.github.io/install.sh | bashWindows (PowerShell)
Open PowerShell as Administrator and run the following command:
irm https://siyarix.github.io/install.ps1 | iexAndroid (Termux)
Install Siyarix directly on your Android device using the specialized Termux script:
curl -fsSL https://siyarix.github.io/install-termux.sh | bashManual Installation via pip
If you prefer to install Siyarix manually using Python's package manager, you can do so directly from PyPI.
pip install siyarix