JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q26505F
  • License MIT OR Apache-2.0

Qryon - Ultra-fast code intelligence and security analyzer for polyglot projects

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 qryon

    Usage

    # 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.sarif

    Alternative 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/qryon

    Documentation

    Full documentation: https://github.com/bumahkib7/qryon

    License

    MIT OR Apache-2.0