Windows
winget install Solvix.Solvix
Recommended global install for Windows users.
Solvix Documentation
Solvix profiles the repository, ranks what matters, groups repeated signals into themes, and can optionally add AI explanation on top without putting AI in the critical path.
winget install Solvix.Solvix
Recommended global install for Windows users.
brew tap celpha2svx/solvix
brew install solvix
Recommended install for macOS once the tap is live.
curl -fsSL https://github.com/celpha2svx/solvix/releases/latest/download/install.sh | sh
Recommended install for Linux, cloud servers, and generic Unix environments.
Quick Start
solvix doctor
solvix analyze app.py
solvix analyze src --project
solvix analyze src --project --json --output report.json
solvix analyze src --project --ai-mode assist
Solvix is designed to be fast by default.
solvix doctor first if you want to confirm parser health.Guides
AI Overlay
The deterministic engine does not require an API key.
To enable the optional AI overlay:
export OPENAI_API_KEY="sk-..."
solvix analyze . --project --ai-mode assist