Getting Started

How to get started with Strix

1

Install Strix

Run the installation command: curl -sSL https://strix.ai/install | bash

2

Configure Environment Variables

Set your LLM model and API key, for example: export STRIX_LLM="openai/gpt-5" and export LLM_API_KEY="your-api-key". Optionally add PERPLEXITY_API_KEY for search capabilities.

3

Run a Security Scan

Execute a scan on your target application using: strix --target ./your-app

4

Review Results

Analyze findings and proof-of-concept reports via the interactive TUI or headless output.