-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
licitrasimone edited this page Apr 17, 2026
·
1 revision
pip install aix-framework# Embedding-based model fingerprinting (sentence-transformers)
pip install aix-framework[ml]
# Development tools (pytest, black, ruff, mypy)
pip install aix-framework[dev]git clone https://github.com/licitrasimone/aix-framework.git
cd aix-framework
# Quick install
chmod +x install.sh && ./install.sh
# Or manually
pip install -e .
pip install -e ".[dev]"aix --version
aix --help- Python 3.9+
- Works on Linux, macOS, Windows
| Package | Purpose |
|---|---|
httpx[http2] |
Async HTTP client with HTTP/2 support |
websockets |
WebSocket connector |
rich |
Terminal UI, progress bars, tables |
click |
CLI framework |
pyyaml |
Attack chain playbook parsing |
AIX respects standard proxy environment variables and the --proxy flag:
aix inject https://target.com -k sk-xxx --proxy 127.0.0.1:8080SSL verification is disabled by default — compatible with Burp Suite and ZAP intercept proxies.