AI CodeLint

Use LLMs to lint code.
Catch logic bugs that survive compilation and traditional linting.

Heavy development note: This site and the project overall are incomplete. Expect rough edges.

Usage

  1. 1

    Install the binary using the scripts below.

    macOS / Linux

    curl -fsSL https://raw.githubusercontent.com/RussellGN/AI-CodeLint/main/scripts/install.sh | sh

    Windows (PowerShell)

    irm https://raw.githubusercontent.com/RussellGN/AI-CodeLint/main/scripts/install.ps1 | iex
  2. 2

    Get an API key from OpenRouter.

  3. 3

    Run and complete the configuration wizard.

    ai-codelint --configure
  4. 4

    Lint a file from the command line.

    ai-codelint --mode cli --path <path/to/file>
  5. 5

    Install the VS Code extension and open any code file in a new editor window.

    Status: Live

    Open the extensions tab in VS Code and search ai-codelint.

    Install From VS Code Marketplace

    Other IDE extensions are incoming.

GitHub
View source