Using Noir with LM Studio

Run local language models using LM Studio for private code analysis.

Setup

  1. Install: Download from lmstudio.ai

  2. Start Server: Open LM Studio, select a model, navigate to "Local Server" tab, and click "Start Server"

Usage

Run Noir with LM Studio:

noir -b ./spec/functional_test/fixtures/hahwul \
     --ai-provider=lmstudio \
     --ai-model <MODEL_NAME>

Replace <MODEL_NAME> with your LM Studio model name.

Esc