Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qryon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Qryon
Ultra-fast Rust-native code intelligence and security analysis platform for large enterprise monorepos.
Installation
npm install -g qryonUsage
# Scan current directory
qryon scan .
# AI-powered finding triage (triages static findings with AI)
export ANTHROPIC_API_KEY=sk-ant-...
qryon scan . --ai
# Use OpenAI or local Ollama instead
qryon scan . --ai --ai-provider openai
qryon scan . --ai --ai-provider local
# Watch mode for continuous analysis
qryon watch .
# Generate SARIF output for CI/CD
qryon scan . --output sarif -f results.sarifAlternative Installation
If npm installation fails, try:
# Cargo (requires Rust)
cargo install qryon
# Shell script (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/bumahkib7/qryon/master/install.sh | bash
# Homebrew (macOS/Linux)
brew install bumahkib7/tap/qryonDocumentation
Full documentation: https://github.com/bumahkib7/qryon
License
MIT OR Apache-2.0