Local model runtime

How to use
LM Studio.

Running supported open models locally, comparing model configurations, chatting with private local data, and providing local application APIs.

What it isdesktop and headless runtime for downloading, evaluating, and serving local language models Workflows2 UpdatedJuly 2026

LM Studio is a desktop and headless runtime for downloading, evaluating, and serving local language models. Running supported open models locally, comparing model configurations, chatting with private local data, and providing local application APIs. This guide covers the whole path in one place: official access, a first session that produces something reviewable, the checks that make output trustworthy, and the permissions worth limiting before you connect real work.

Troiana principle

AI should make the work easier to inspect. If the workflow removes the source, the owner, or the review step, redesign the workflow.

01

Access & setup

Find, install, and sign in to LM Studio

Get into the official LM Studio experience with the right account and a setup you understand.

  1. 01

    Start at https://lmstudio.ai/ and confirm the domain before entering account or payment information.

  2. 02

    Availability: Desktop builds are available for supported macOS, Windows, and Linux systems; a headless runtime is also documented.

  3. 03

    A supported processor and operating system, sufficient RAM and storage for selected models, and preferably compatible GPU memory for larger workloads.

  4. 04

    Sign in with the account you intend to keep using, then review plan, data, notification, and permission settings.

  5. 05

    Run one low-risk test task before connecting sensitive files, repositories, or workspace data.

  • Use official download pages.
  • Review permissions during setup.
  • Keep installers and applications updated.
02

First session

Your first useful LM Studio session

Learn the interaction loop using a small task with a clear outcome.

  1. 01

    Check the official system requirements and record available RAM, VRAM, storage, and the task the model must perform.

  2. 02

    Download a licensed model and quantization sized realistically for the machine.

  3. 03

    Load it with conservative settings and run a fixed set of representative and adversarial prompts.

  4. 04

    Record the exact model, configuration, speed, memory use, and quality before integrating it elsewhere.

  • State the outcome before the background.
  • Provide the real source material.
  • Review the result before expanding the task.
03

Quality control

Check the quality of LM Studio output

Establish that a change is safe to run in production and reversible if it is not.

  1. 01

    Restate the intended end state and the blast radius before applying anything.

  2. 02

    Review the generated configuration line by line against the provider's current documentation.

  3. 03

    Apply to a non-production environment first and confirm the observed result matches the intended one.

  4. 04

    Confirm the rollback path works by actually exercising it, not by assuming it exists.

  5. 05

    Check cost, scaling limits, and network exposure before the change reaches production traffic.

  • Test the rollback, do not assume it.
  • Check what a configuration exposes to the public internet.
  • Watch cost and rate limits as closely as correctness.
04

Privacy & permissions

Use LM Studio safely

Keep credentials, network exposure, and cost under deliberate control.

  1. 01

    Use scoped, short-lived credentials, and never paste production secrets into a prompt or config file.

  2. 02

    Confirm what each change exposes publicly before applying it, especially storage, databases, and admin endpoints.

  3. 03

    Separate environments so a mistake in development cannot reach production data.

  4. 04

    Set billing alerts and hard quotas before enabling autoscaling or usage-based services.

  5. 05

    Review audit logs and revoke access for integrations that are no longer in use.

  • Local inference does not make model output trustworthy, and the API server has no authentication by default. Review model licenses and cards, keep the server on localhost unless necessary, require a token before network exposure, and tightly control CORS and MCP access.
  • Follow your organisation's approved-use policy.
  • Never treat fluent output as authorization to act.
05

Core workflows

Step-by-step ways to use LM Studio for the work it does best.

Each workflow is a separate guide with its own steps and review checkpoints.

06

Official references

Check the current product documentation.

Features, plan limits, availability, and data controls change. These official pages are the starting points used for this guide.

Explore the Troiana AI Hub →