Skip to content

Local LLM Runtimes Arena

LM Studio vs Jan

LM Studio wins · 299 (46 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userPoint an agent at llms.txt or agent-oriented docs

    weight 2 · round to LM Studio
    LM Studiofullprobed8/10

    LM Studio publishes a working llms.txt (HTTP 200 with structured content) and markdown-rendered docs pages (app.md), directly enabling an agent to be pointed at agent-oriented documentation. This is confirmed via direct probes rather than just vendor claims. Missing for 10: independent/community confirmation that agents actually consume and successfully use these llms.txt/docs.md endpoints in practice.

    • [probe] PROBE llms.txt: HTTP 200 at https://lmstudio.ai/llms.txt # app # About LM Studio > Learn how to run Llama, DeepSeek, Phi, and other LLMs l…
    • [probe] PROBE docs-md: HTTP 200 at https://lmstudio.ai/docs/app.md Explore the docs [#explore-the-docs] <Cards> <Card title="Bionic" description=…
    Jannone0/10

    No llms.txt or agent-oriented docs endpoint exists; probes confirm 404 at jan.ai/llms.txt and no openapi/swagger docs found, and no other evidence mentions such docs.

    • [probe] PROBE llms.txt: HTTP 404 at https://jan.ai/llms.txt
    • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…
  2. ai-native userRun the product headlessly / in CI for automation

    weight 2 · round to LM Studio
    LM Studiofullcommunity8/10

    LM Studio documents 'llmster' as an explicit headless version 'ideal for servers, CI environments, or any machine where you don't need a GUI,' alongside a CLI (lms) for chat, model loading, and server start/stop, and a REST API for scripting — directly matching the CI/automation story. Community evidence corroborates that the headless flow makes local inference usable from real tools rather than just as a demo, though one comment notes wishing for a 'pure daemon mode' without the full Electron UI for the main app (addressed by llmster). missing for 10: independent hands-on validation of llmster specifically in a CI pipeline, and more detailed docs on scripting/automation patterns beyond CLI reference.

    • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
    • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
    • [claimed-docs] chat Start an interactive chat with a model
    • [claimed-docs] lms server start lms server stop
    • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
    • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…
    • [community] I wish LM Studio had a pure daemon mode... you have to have the whole big chonky Electron UI running. Its UI is powerful but a lot less nice…
    Jannone0/10

    Jan is a desktop GUI app for local AI models; evidence shows a local OpenAI-compatible API server and MCP integration, but there is no evidence of a headless/CLI mode or documented CI automation workflow. missing for 10: headless/CLI launch mode, CI/automation documentation, evidence of running without GUI.

    • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
    • [github] Model Context Protocol: MCP integration for agentic capabilities
    • [github] This handles everything: installs dependencies, builds core components, and launches the app.
  3. ai-native userPlug MCP servers into this product so it can use their tools

    weight 3 · round drawn
    LM Studiopartialcommunity6/10

    LM Studio's docs explicitly state you can 'Connect MCP servers and use them with local models,' confirming the capability exists. However, hands-on community feedback describes early experience as rough (e.g., an agent using MCP got stuck in an infinite loop trying a simple task), suggesting reliability caveats rather than a polished plug-and-play experience. Missing for 10: independent verification of broad MCP server compatibility, clearer setup/config docs beyond the one-line claim, and confirmation that tool-calling loops are robust in practice.

    • [claimed-docs] Connect MCP servers and use them with local models
    • [community] The initial experience with LMStudio and MCP doesn't seem great... asked it to read the top headline from HN and it got stuck on an infinite…

    GitHub docs explicitly list 'Model Context Protocol: MCP integration for agentic capabilities' as a feature, confirming the product supports plugging in MCP servers for tool use. However, there's no detailed documentation on setup, configuration, or independent hands-on confirmation of this working. Missing for 10: detailed first-party docs on MCP server configuration, independent/community corroboration of MCP tool usage in practice.

    • [github] Model Context Protocol: MCP integration for agentic capabilities
  4. ai-native userUse an official CLI

    weight 2 · round to LM Studio
    LM Studiofullcommunity8/10

    LM Studio ships an official 'lms' CLI documented at lmstudio.ai/docs/cli with commands for chat, model download/search, server start/stop, and model loading with configurable flags — a genuine first-party CLI for agentic/scripted workflows. Community evidence also confirms headless usage ('llmster') is valued for real tool integration. Missing for 10: independent hands-on review specifically of the CLI's reliability/completeness (most community feedback focuses on the GUI/Bionic rather than the CLI itself).

    • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
    • [claimed-docs] chat Start an interactive chat with a model
    • [claimed-docs] get Search and download models
    • [claimed-docs] lms server start lms server stop
    • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
    • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
    • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…
    Jannone0/10

    No evidence of an official CLI tool for Jan; evidence mentions a desktop app, local API server, and build script but nothing about a dedicated CLI for AI-native workflows. Missing for 10: any documentation or reference to a CLI product/binary, its command set, or usage examples.

    • ai-native userDrive the product through a documented public API

      weight 3 · round to LM Studio
      LM Studiofullcommunity8/10

      LM Studio documents a REST API (OpenAI-like) for interacting with local models from apps/scripts, plus a CLI (lms) and headless mode (llmster) for scripting/automation, giving AI-native users a documented public API surface. Community evidence corroborates the OpenAI-compatible server being used in real workflows. Missing for 10: independent third-party API reference docs beyond LM Studio's own site, and more detailed API endpoint/schema documentation in the evidence pack.

      • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
      • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
      • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
      • [claimed-docs] lms server start lms server stop
      • [community] I LOVE LM studio, it's super convenient for testing model capabilities, and the OpenAI server makes it really easy to spin up a server and t…
      • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…

      Jan exposes an OpenAI-compatible local API server (localhost:1337) that lets other applications drive it programmatically, which is a documented public API surface. However, probes found no discoverable OpenAPI/swagger spec or llms.txt, suggesting the API documentation is not comprehensively published or easily discoverable. Missing for 10: a formal published OpenAPI/swagger schema, hosted API reference docs, and independent confirmation of API completeness/versioning.

      • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
      • [probe] PROBE llms.txt: HTTP 404 at https://jan.ai/llms.txt
      • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…
    • ai-native userBuild against official SDKs

      weight 2 · round drawn
      LM Studionone0/10

      The evidence pack documents a REST API (OpenAI-compatible), a CLI (lms), and MCP integration, but never mentions an official SDK (e.g., a JS/Python SDK) that developers can build against. Missing for 10: any first-party SDK documentation, package/repo references, or independent confirmation of SDK usage.

      • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
      • [claimed-docs] chat Start an interactive chat with a model
      • [claimed-docs] lms server start lms server stop
      Jannone0/10

      Jan exposes an OpenAI-compatible local API server (jan-gh-4) but there is no evidence of official first-party SDKs (Python/JS/etc.) for developers to build against, and probes for API/OpenAPI specs return 404s (jan-probe-1, jan-probe-2), indicating no discoverable SDK or API reference.

      • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
      • [probe] PROBE llms.txt: HTTP 404 at https://jan.ai/llms.txt
      • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…
    • ai-native userConnect a coding agent to this product as a working backend

      weight 3 · round to LM Studio
      LM Studiopartialcommunity7/10

      LM Studio exposes an OpenAI-compatible REST API and a headless CLI/server mode (llmster) explicitly pitched for CI/server use without a GUI, which is exactly the interface coding agents use to plug in a local backend; community commentary corroborates using the OpenAI-compatible server to plug into other tooling and headless flow 'usable from real tools instead of as a demo'. However, there is no named evidence of a specific coding agent (e.g. Cursor, Continue, Aider) actually connecting, and community notes flag friction points (no pure daemon mode without heavy Electron UI, unclear local-network setup) that complicate using it as a smooth backend. Missing for 10: named coding-agent integration examples/case studies, resolution of daemon-mode/network-access friction reports.

      • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
      • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
      • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
      • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…
      • [community] I wish LM Studio had a pure daemon mode... you have to have the whole big chonky Electron UI running. Its UI is powerful but a lot less nice…
      • [community] I've been wanting to try LM Studio but I can't figure out how to use it over local network. My desktop in the living room has the beefy GPU,…
      • [community] I LOVE LM studio, it's super convenient for testing model capabilities, and the OpenAI server makes it really easy to spin up a server and t…

      Jan exposes a local OpenAI-compatible API server (localhost:1337) that other applications/agents can connect to as a backend, plus MCP integration for agentic capabilities, supporting the story's core claim. Missing for 10: no independent hands-on verification of an agent actually connecting via this backend, no OpenAPI/spec documentation (probe returned 404s), and no detail on API completeness or auth/config for agent use.

      • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
      • [github] Model Context Protocol: MCP integration for agentic capabilities
      • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…

    Agentic features

    1. ai-native userGet AI-generated insights and suggestions from my data inside the product

      weight 2 · round to LM Studio
      LM Studiopartialcommunity6/10

      LM Studio supports attaching documents for offline RAG-style Q&A (lm-studio-docs-7) and its Bionic agent can create/edit documents and perform 'advanced agentic tasks' (lm-studio-docs-15, lm-studio-docs-17), which lets users get AI-generated output tied to their own data. However this is chat/agent-driven rather than a dedicated insights/suggestions feature, and hands-on reports note early rough edges with agentic behavior (lm-studio-comm-14, lm-studio-comm-19). Missing for 10: a documented feature that proactively surfaces insights/suggestions (not just responds to prompts), and independent corroboration that RAG/Bionic outputs are reliably useful on real user data.

      • [claimed-docs] You can attach documents to your chat messages and interact with them entirely offline, also known as "RAG".
      • [claimed-docs] Work with Bionic to create and edit documents. Every change is automatically saved, so you can work with your agent freely.
      • [claimed-docs] Download the latest local LLMs directly within the app and use them for simple chats or advanced agentic tasks.
      • [community] The initial experience with LMStudio and MCP doesn't seem great... asked it to read the top headline from HN and it got stuck on an infinite…
      • [community] I have never previously tried an agentic harness for local models, but I really love LM Studio so I gave Bionic a shot immediately. First im…
      Jannone0/10

      Evidence shows Jan supports local/cloud LLM chat, custom assistants, and MCP integration, but nothing describes analyzing or surfacing insights from the user's own data inside the product (no RAG, document analysis, or data-insight feature mentioned).

      • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
      • [github] Cloud Integration: Connect to GPT models via OpenAI, Claude models via Anthropic, Mistral, Groq, MiniMax, and others
      • [github] Custom Assistants: Create specialized AI assistants for your tasks
      • [github] Model Context Protocol: MCP integration for agentic capabilities
      • [claimed-docs] Choose from open models or plug in your favorite online models.
    2. ai-native userSet up automations that run autonomously in the background

      weight 2 · round drawn
      LM Studionone0/10

      LM Studio offers a headless server mode, REST API, CLI, and MCP integration, but nothing in the evidence describes a way to schedule or trigger tasks that run autonomously without user interaction (e.g., cron-like automations, triggers, or background agent runs). Community reports even note the lack of a 'pure daemon mode' and confusion about running things unattended (lm-studio-comm-13), so the axis applies but is unmet.

      • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
      • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
      • [community] I wish LM Studio had a pure daemon mode... you have to have the whole big chonky Electron UI running. Its UI is powerful but a lot less nice…
      • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…
      Jannone0/10

      Evidence shows Jan supports local/cloud LLMs, custom assistants, an OpenAI-compatible API, and MCP integration for agentic capabilities, but nothing describes scheduling, triggers, or background-running automations that operate autonomously without user interaction.

      • ai-native userDelegate tasks to a built-in AI assistant inside the product

        weight 3 · round drawn
        LM Studiopartialcommunity6/10

        LM Studio ships 'Bionic,' a built-in AI assistant that can perform agentic tasks (document creation/editing, voice interaction, running frontier models) per first-party docs, and a hands-on community report confirms it functions as an agentic harness for local models, though with real UX gaps (unclear working directory, no preload/unload controls). missing for 10: broader independent corroboration beyond one hands-on report, and clearer documentation of what tasks/tools Bionic can autonomously delegate to.

        • [claimed-docs] Work with Bionic to create and edit documents. Every change is automatically saved, so you can work with your agent freely.
        • [claimed-docs] Talk to Bionic naturally, and your speech gets transcribed in real time.
        • [claimed-docs] Download the latest local LLMs directly within the app and use them for simple chats or advanced agentic tasks.
        • [claimed-docs] For your most demanding tasks, run Bionic with the latest frontier open models such as GLM 5.2, Kimi K3, and DeepSeek V4 Pro.
        • [community] I have never previously tried an agentic harness for local models, but I really love LM Studio so I gave Bionic a shot immediately. First im…
        • [community] A friendly reminder that both LM Studio app and now this new LM Studio Bionic app are closed source. Since most people are unaware of this f…

        Jan supports creating 'Custom Assistants' and has MCP integration for 'agentic capabilities', suggesting task delegation to an in-app assistant, but the evidence lacks detail on how tasks are actually delegated/executed autonomously versus simple chat-based Q&A. Missing for 10: concrete documentation or hands-on demonstration of task delegation/execution flow, independent corroboration of agentic behavior beyond chat.

        • [github] Custom Assistants: Create specialized AI assistants for your tasks
        • [github] Model Context Protocol: MCP integration for agentic capabilities
        • [claimed-docs] Personal Intelligence that answers only to you
      • ai-native userOperate the product with natural-language commands

        weight 2 · round to LM Studio
        LM Studiopartialcommunity6/10

        LM Studio's chat interface and its new Bionic agent let users interact via natural language ('Talk to Bionic naturally' and 'work with Bionic to create and edit documents' for agentic tasks), which supports the story. However, hands-on community reports show mixed early results — MCP/agentic interactions getting stuck in loops and unclear agent state/controls — indicating the natural-language operation is still rough at the edges. Missing for 10: consistent hands-on evidence of reliable natural-language control across the whole app (not just the new Bionic feature), and resolution of reported agentic looping/UX issues.

        • [claimed-docs] Use a simple and flexible chat interface
        • [claimed-docs] Work with Bionic to create and edit documents. Every change is automatically saved, so you can work with your agent freely.
        • [claimed-docs] Talk to Bionic naturally, and your speech gets transcribed in real time.
        • [claimed-docs] Download the latest local LLMs directly within the app and use them for simple chats or advanced agentic tasks.
        • [community] The initial experience with LMStudio and MCP doesn't seem great... asked it to read the top headline from HN and it got stuck on an infinite…
        • [community] I have never previously tried an agentic harness for local models, but I really love LM Studio so I gave Bionic a shot immediately. First im…

        Jan is a chat-based AI assistant interface where natural-language interaction with models is inherent (custom assistants, model chat), and MCP integration supports agentic natural-language task execution, but there's no evidence of a broader natural-language command interface for controlling app settings/operations beyond chatting with a model. Missing for 10: documented natural-language command capabilities for app control/operations, independent hands-on verification of NL-driven agentic workflows.

        • [github] Custom Assistants: Create specialized AI assistants for your tasks
        • [github] Model Context Protocol: MCP integration for agentic capabilities
        • [claimed-docs] Choose from open models or plug in your favorite online models.

      Api quality

      1. ai-native userExplore an interactive API reference with runnable examples

        weight 2 · round drawn
        LM Studionone0/10

        Evidence shows LM Studio has a REST API and CLI documentation, but there is no mention of an interactive API reference with runnable/try-it examples (e.g., Swagger-like playground) anywhere in the docs or community evidence. missing for 10: interactive API explorer, runnable code examples, any documented 'try it' functionality.

        • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
        • [claimed-docs] chat Start an interactive chat with a model
        Jannone0/10

        No evidence of an interactive API reference or runnable examples; probes for llms.txt and openapi/swagger specs all returned 404, and no docs mention an API explorer despite Jan exposing a local OpenAI-compatible server.

        • [probe] PROBE llms.txt: HTTP 404 at https://jan.ai/llms.txt
        • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…
        • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
      2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

        weight 2 · round to Jan
        LM Studionone0/10

        LM Studio documents a REST API and OpenAI-compatible server (lm-studio-docs-5, lm-studio-docs-9) but no evidence anywhere in the pack mentions a downloadable OpenAPI/Swagger spec or any machine-readable API schema file.

          Jan exposes an OpenAI-compatible local API server, which implies an OpenAPI-style spec is at least conceptually available since it mirrors OpenAI's documented API, but there's no evidence of an actual downloadable OpenAPI/swagger file — probes for openapi.json/swagger.json all returned 404. missing for 10: a documented, downloadable OpenAPI spec file or endpoint, explicit API reference docs describing endpoints/schemas.

          • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
          • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…
        • ai-native userRely on versioned APIs with a documented deprecation policy

          weight 2 · round drawn
          LM Studionone0/10

          No evidence of any API versioning scheme or documented deprecation policy for LM Studio's REST/OpenAI-compatible API or CLI; docs only describe features (chat, RAG, MCP, REST API) without mentioning versioning or deprecation commitments.

          • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
          • [claimed-docs] lms server start lms server stop
          Jannone0/10

          There is no evidence of any versioning scheme or deprecation policy for Jan's OpenAI-compatible API; probes for OpenAPI specs and llms.txt both returned 404, and no docs mention API versioning.

          • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
          • [probe] PROBE llms.txt: HTTP 404 at https://jan.ai/llms.txt
          • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…

        Automation depth — how much of the product can run unattendedAutomation depth

        How much of the product can run unattended

        1. ai-native userPerform bulk operations across many items at once

          weight 2 · round drawn
          LM Studionone0/10

          LM Studio's docs describe a chat UI, CLI (chat/get/load/server commands), and REST API for single-model interactions, but there is no mention of any batch/bulk processing feature (e.g., running many prompts, files, or downloads in one operation) in the docs or community evidence. The axis is plausible for a local-LLM tool (a REST API could support scripted batch calls), but no evidence shows this capability exists.

          • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
          • [claimed-docs] chat Start an interactive chat with a model
          • [claimed-docs] get Search and download models
          • [claimed-docs] lms server start lms server stop
          Jannone0/10

          No evidence describes any bulk operation capability across multiple items (e.g., batch processing, bulk model downloads, bulk file/chat operations); evidence only covers single-model chat, cloud integration, MCP, and API server basics.

          • ai-native userDefine rules that trigger actions automatically on events

            weight 3 · round drawn
            LM Studionone0/10

            No evidence of any rules/triggers/event-based automation engine in LM Studio; docs describe chat, RAG, model management, MCP connections, REST API, and CLI but nothing resembling an 'if event then action' automation system.

              Jannone0/10

              No evidence Jan supports defining rules/triggers that automatically fire actions on events; evidence covers local models, cloud integration, assistants, API server, and MCP integration but nothing about event-driven automation or rule engines.

              • ai-native userSchedule recurring jobs or workflows

                weight 2 · round drawn
                LM Studionone0/10

                LM Studio's evidence covers chat UI, model management, REST/OpenAI-like serving, CLI, MCP connectivity, and a headless mode, but nothing describes scheduling, cron-like triggers, or recurring/automated workflow execution. No docs or community reports mention job scheduling or workflow automation features. Missing for 10: any scheduler, cron/trigger mechanism, or recurring workflow execution capability.

                  Jannone0/10

                  No evidence of scheduling, cron-like recurring jobs, or workflow automation features; Jan is presented as a local LLM chat/assistant app with MCP and API server capabilities but nothing about recurring/scheduled task execution.

                  Ecosystem — integrations, plugins, and third-party ecosystem storiesEcosystem

                  Integrations, plugins, and third-party ecosystem stories

                  Build and install

                  1. developerBuild the runtime from source with minimal external dependencies

                    weight 2 · round to Jan
                    LM Studionone0/10

                    LM Studio is explicitly closed source — multiple community sources confirm both the main app and the newer Bionic app are proprietary, with no source availability or build instructions. There is no evidence of any from-source build process, dependency list, or open build system; missing for 10: source availability, build documentation, dependency manifest.

                    • [community] I really like LM Studio... A local model runtime, a model catalog, a UI to chat with models easily, an OpenAI compatible API, and plugins li…
                    • [community] Nice, it's a solid product! It's just a shame it's not open source and its license doesn't permit work use.
                    • [community] A friendly reminder that both LM Studio app and now this new LM Studio Bionic app are closed source. Since most people are unaware of this f…

                    Jan-gh-7 indicates a build script that 'installs dependencies, builds core components, and launches the app,' implying a build-from-source path, but there's no detail on minimal external dependencies, build instructions, or platform requirements. missing for 10: explicit build documentation, dependency list/count, minimal-dependency claims, independent verification of build success.

                    • [github] This handles everything: installs dependencies, builds core components, and launches the app.
                  2. developerRun the runtime inside a container for reproducible deployment

                    weight 2 · round drawn
                    LM Studionone0/10

                    Evidence shows a headless mode ('llmster') for servers/CI, but nothing about Docker/container images, container support, or reproducible container-based deployment; several community comments even wish for a 'pure daemon mode' without the Electron UI, implying no such containerized runtime exists.

                    • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                    • [community] I wish LM Studio had a pure daemon mode... you have to have the whole big chonky Electron UI running. Its UI is powerful but a lot less nice…
                    Jannone0/10

                    No evidence of a Docker/container image, containerized deployment guide, or reproducible-deployment support for Jan; evidence only covers desktop app install, local model running, and API server on localhost.

                    • developerInstall the runtime quickly using a standard package manager

                      weight 1 · round drawn
                      LM Studionone0/10

                      The evidence pack describes downloading LM Studio, installing the app, and using the 'lms' CLI or headless 'llmster', but nowhere mentions installation via a standard package manager (e.g., brew, apt, winget, npm). No evidence supports this specific capability.

                        Jannone0/10

                        Jan is a desktop app installed via installers/build scripts (jan-gh-7 references installing dependencies and building core components, not a package manager install), with no evidence of npm/pip/brew/apt-style package manager installation for a runtime. missing for 10: evidence of installation via a standard package manager (e.g., brew, npm, apt, winget) rather than a manual build/installer process.

                        • [github] This handles everything: installs dependencies, builds core components, and launches the app.
                      • developerInstall using prebuilt binaries or packages instead of compiling from source

                        weight 2 · round to LM Studio
                        LM Studiofullcommunity7/10

                        Community evidence shows LM Studio is installed via a simple downloadable app across Windows, macOS, and Linux (comm-3, comm-5, comm-10) rather than being built from source, and docs describe a headless 'llmster' package for servers/CI (lm-studio-docs-8) implying additional prebuilt distribution formats. Missing for 10: explicit vendor documentation of installer/package formats (e.g., .exe/.dmg/.deb) and confirmation of robust Linux packaging, since one community report calls Linux support poor (lm-studio-comm-2).

                        • [community] Been using LM studio for months on windows, its so easy to use, simple install, just search for the LLM off huggingface and it downloads and…
                        • [community] After installing and opening this, CPU use goes up to about 30 percent, all in kernel time (Windows), even when idle, on two separate machin…
                        • [community] On macOS 13.2 (Ventura), every downloaded model failed to load immediately with no error feedback; turned out the minimum required macOS ver…
                        • [community] Disappointing, no proper Linux support. Just 'ask on discord.'
                        • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                        Jannone0/10

                        Evidence only shows a build-from-source script ('installs dependencies, builds core components, and launches the app') rather than prebuilt binaries or packages; no mention of downloadable installers, .deb/.exe/.dmg packages, or package manager availability.

                        • [github] This handles everything: installs dependencies, builds core components, and launches the app.

                      Community contribution

                      1. developerContribute code and become a recognized collaborator through the project's open-source process

                        weight 1 · round drawn
                        LM Studionone0/10

                        LM Studio is closed-source software; multiple community sources explicitly note neither the main app nor Bionic are open source, so there is no public repository or contribution process for developers to submit code or become recognized collaborators.

                        • [community] I really like LM Studio... A local model runtime, a model catalog, a UI to chat with models easily, an OpenAI compatible API, and plugins li…
                        • [community] Nice, it's a solid product! It's just a shame it's not open source and its license doesn't permit work use.
                        • [community] A friendly reminder that both LM Studio app and now this new LM Studio Bionic app are closed source. Since most people are unaware of this f…
                        Jannone0/10

                        Jan is an open-source GitHub project (janhq/jan) so contribution is plausible, but the evidence pack contains no mention of contributing guidelines, CONTRIBUTING.md, PR process, contributor recognition, or community governance — only build instructions and feature descriptions.

                        Language bindings

                        1. developerCall the runtime from official client libraries in languages like Python or JavaScript

                          weight 2 · round to Jan
                          LM Studionone0/10

                          The evidence only shows LM Studio exposing a REST API and CLI (lms) that mimics OpenAI's endpoint format, but there is no mention of official first-party Python or JavaScript client libraries/SDKs published by LM Studio itself.

                          • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                          • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                          • [claimed-docs] lms server start lms server stop

                          Jan exposes an OpenAI-compatible local API server at localhost:1337 which could be called from Python/JS via standard OpenAI SDKs, but there is no evidence of official Jan-branded client libraries in Python or JavaScript, no SDK docs, and probes for openapi/llms.txt endpoints returned 404s. missing for 10: official Python/JS client libraries, SDK documentation, published API reference/OpenAPI spec, independent confirmation of SDK usage.

                          • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                          • [probe] PROBE llms.txt: HTTP 404 at https://jan.ai/llms.txt
                          • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…

                        Licensing and cost

                        1. power-userWhether commercial or enterprise use requires a paid license or subscription beyond the free community edition

                          weight 2 · round drawn
                          LM Studionone0/10

                          The evidence pack contains no vendor documentation addressing licensing terms for commercial/enterprise use or any paid tier; only scattered community comments note that the license 'doesn't permit work use' and is 'hostile' to work-related use, without describing any paid enterprise license or subscription path a power-user could pursue. Because there's no vendor-side clarification or paid-tier offering documented, a power-user has no reliable way to confirm what commercial use requires beyond informal complaints. Missing for 10: official licensing/EULA docs, any mention of a paid enterprise tier, and confirmation of how commercial use is actually licensed.

                          • [community] Nice, it's a solid product! It's just a shame it's not open source and its license doesn't permit work use.
                          • [community] I really like LM Studio but their license / terms of use are very hostile. You're in breach if you use it for anything work related - so jus…
                          Jannone0/10

                          No evidence in the pack addresses licensing terms, commercial use, or enterprise pricing for Jan; all citations focus on features and technical capabilities. This is an applicable axis for an open-source product since buyers commonly need to know if commercial use triggers different licensing, but no such information is provided.

                          Maintenance health

                          1. developerHow quickly the project ships patches for critical bugs and security vulnerabilities based on its public release history

                            weight 2 · round drawn
                            LM Studionone0/10

                            No evidence pack items reference release history, patch cadence, CVE fixes, or changelogs; one community comment notes a filed GitHub bug went unanswered for weeks despite fast general dev velocity, but no concrete data on security/critical-bug patch turnaround is provided.

                              Jannone0/10

                              No evidence in the pack discusses release cadence, security patch history, CVE fixes, or changelog frequency for Jan.

                              Model portability

                              1. developerWhether downloaded model files and caches can be reused by other runtimes without re-downloading or re-converting them

                                weight 2 · round drawn
                                LM Studionone0/10

                                The evidence describes LM Studio's own download, search, and model management features (via Hugging Face) but contains no documentation or community confirmation that its downloaded model files or caches (e.g., GGUF/MLX weights) can be directly reused by other runtimes like Ollama or llama.cpp without re-downloading or re-converting. One community comment even suggests switching to Ollama to consolidate downloads, implying separate caches rather than shared reuse.

                                • [community] Originally started out with LM Studio which was pretty nice but ended up switching to Ollama since I only want to use 1 app to manage all th…
                                Jannone0/10

                                No evidence describes Jan's model storage format, cache location, or compatibility with other runtimes (e.g., Ollama, LM Studio, llama.cpp shared GGUF caches). The evidence only covers downloading models from HuggingFace and running them locally, with no mention of cache reuse or interoperability across tools.

                                • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                • [github] Download and run LLMs with **full control** and **privacy**.

                              Privacy control

                              1. power-userRun inference entirely on my own machine so my data and prompts never leave my device

                                weight 3 · round to LM Studio
                                LM Studiofullcommunity9/10

                                LM Studio's core design is downloading and running LLMs locally, with offline chat, offline document RAG, local REST/OpenAI-compatible serving, and a headless CLI mode—all explicitly documented as local/offline capabilities, and community reviews corroborate it as a genuinely local runtime (praised for local inference, MLX support, and being usable 'from real tools' without cloud dependency). Missing for 10: no explicit vendor statement or independent audit confirming zero network calls/telemetry, and some community complaints about setup friction slightly temper full confidence.

                                • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                • [claimed-docs] You can attach documents to your chat messages and interact with them entirely offline, also known as "RAG".
                                • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                                • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                • [community] LM Studio has quickly become the best way to run local LLMs on an Apple Silicon Mac... Now that LM Studio supports MLX models, it's one of t…
                                • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…

                                Jan supports downloading and running local LLMs entirely on-device with full control and privacy, plus a local OpenAI-compatible API server, corroborated by first-party docs/GitHub and community mentions. Missing for 10: independent hands-on verification of complete offline operation with no telemetry/network calls, and clearer documentation on data handling guarantees.

                                • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                • [github] Download and run LLMs with **full control** and **privacy**.
                                • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                • [claimed-docs] Choose from open models or plug in your favorite online models.
                                • [claimed-docs] Personal Intelligence that answers only to you
                                • [community] I'm using Jan.ai and it's been okay. I also see OpenWebUI mentioned quite often.

                              Model support — which models run and how well — coverage, formats, update cadenceModel support

                              Which models run and how well — coverage, formats, update cadence

                              Architecture coverage

                              1. developerRun hundreds of different model architectures including LLMs, MoE, multi-modal, and embedding models

                                weight 3 · round drawn
                                LM Studiopartialcommunity5/10

                                Docs and community evidence confirm broad LLM support (gpt-oss, Llama, Qwen, DeepSeek, Phi) and Hugging Face-based model search/download, plus MLX model support on Apple Silicon, but nothing in the evidence explicitly confirms MoE architectures, multi-modal models, or embedding-model support. missing for 10: explicit documentation or community proof of MoE architecture support, multi-modal (vision/audio) model support, and embedding model support, plus any claim of 'hundreds' of architectures.

                                • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                • [claimed-docs] Search & download functionality (via Hugging Face 🤗)
                                • [community] LM Studio has quickly become the best way to run local LLMs on an Apple Silicon Mac... Now that LM Studio supports MLX models, it's one of t…
                                • [community] Been using LM studio for months on windows, its so easy to use, simple install, just search for the LLM off huggingface and it downloads and…

                                Jan documents running LLMs (Llama, Gemma, Qwen, GPT-oss) from HuggingFace and connecting to cloud models, but there is no evidence of specific support for MoE architectures, multi-modal models, or embedding models. Missing for 10: explicit MoE model support, multi-modal (vision/audio) model support, embedding model support, and independent verification of breadth ('hundreds' of architectures).

                                • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                • [github] Download and run LLMs with **full control** and **privacy**.
                                • [claimed-docs] Choose from open models or plug in your favorite online models.
                              2. developerServe embedding models for retrieval and search applications

                                weight 2 · round drawn
                                LM Studionone0/10

                                The evidence describes LM Studio running chat/completion models and exposing an OpenAI-like API, plus a RAG document-attachment feature, but nowhere mentions serving dedicated embedding models or an embeddings endpoint. missing for 10: explicit support for embedding model serving, /v1/embeddings endpoint documentation, or examples of retrieval/search use via LM Studio's API.

                                • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                • [claimed-docs] You can attach documents to your chat messages and interact with them entirely offline, also known as "RAG".
                                • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                Jannone0/10

                                Evidence pack covers LLM chat models, cloud integrations, assistants, MCP, and an OpenAI-compatible API server, but nowhere mentions embedding model support or endpoints for retrieval/search use cases. Missing for 10: any mention of embedding model downloads, an /embeddings API endpoint, or retrieval/vector-search integration.

                                • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                • [claimed-docs] Choose from open models or plug in your favorite online models.

                              Custom assistants

                              1. power-userCreate specialized custom assistants configured for specific tasks

                                weight 2 · round to Jan
                                LM Studiopartialclaimed4/10

                                Docs mention managing 'local models, prompts, and configurations' which implies some ability to save task-specific setups, but there's no explicit feature for creating distinct named 'assistants' or personas with dedicated system prompts/tool access as a first-class concept. missing for 10: explicit assistant/persona creation UI, saved system-prompt profiles, named assistant switching, independent hands-on confirmation of this specific workflow.

                                GitHub README explicitly lists 'Custom Assistants: Create specialized AI assistants for your tasks' as a feature, directly matching the story, but there is no further documentation detail (configuration options, persona/system prompt setup, task-specific tooling) or independent hands-on corroboration of this feature. Missing for 10: detailed docs on assistant configuration, independent/hands-on verification, examples of specialized task setups.

                                • [github] Custom Assistants: Create specialized AI assistants for your tasks

                              Hybrid cloud local

                              1. power-userConnect to cloud AI providers alongside local models within the same interface

                                weight 2 · round to Jan
                                LM Studionone0/10

                                All evidence describes LM Studio as a local-model runtime (downloading local LLMs, local RAG, local REST API, MCP with local models) with no mention of connecting to cloud AI providers (e.g., OpenAI, Anthropic APIs) within the same interface. The axis is plausible for an app like this, but no evidence shows cloud-provider integration alongside local models.

                                • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                • [claimed-docs] Connect MCP servers and use them with local models

                                Jan explicitly supports running local models alongside cloud providers (OpenAI, Anthropic, Mistral, Groq, MiniMax) within the same interface, corroborated by docs and GitHub README. Missing for 10: independent hands-on verification of simultaneous cloud+local usage in one session, and detailed UI walkthrough of switching between providers.

                                • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                • [github] Cloud Integration: Connect to GPT models via OpenAI, Claude models via Anthropic, Mistral, Groq, MiniMax, and others
                                • [claimed-docs] Choose from open models or plug in your favorite online models.
                              2. power-userOffload very large models to a hosted cloud tier without downloading them when my local hardware is insufficient

                                weight 1 · round drawn
                                LM Studionone0/10

                                LM Studio's entire value proposition is local/offline model execution; none of the evidence describes a hosted cloud tier for offloading model inference when local hardware is insufficient. Bionic's mention of running with 'frontier open models' does not specify cloud-hosted execution, and community feedback focuses only on local performance, hardware compatibility, and headless/local network use.

                                • [claimed-docs] For your most demanding tasks, run Bionic with the latest frontier open models such as GLM 5.2, Kimi K3, and DeepSeek V4 Pro.
                                • [community] I've been wanting to try LM Studio but I can't figure out how to use it over local network. My desktop in the living room has the beefy GPU,…
                                • [community] I wish LM Studio played better with AMD hardware. It would be really great to have an off-the-shelf solution that 'just works' on Radeon.
                                Jannone0/10

                                Jan's cloud integration lets users connect to third-party hosted APIs (OpenAI, Claude, etc.) for chat, but there is no evidence of a 'hosted cloud tier' offload feature where Jan itself runs large local-style models remotely on a user's behalf — this is just a client connecting to external providers' own APIs, not an offload service tied to insufficient local hardware.

                                • [github] Cloud Integration: Connect to GPT models via OpenAI, Claude models via Anthropic, Mistral, Groq, MiniMax, and others
                                • [claimed-docs] Choose from open models or plug in your favorite online models.

                              Model hub download

                              1. power-userDownload and run open models directly from Hugging Face

                                weight 3 · round drawn
                                LM Studiofullcommunity8/10

                                Docs explicitly state search & download via Hugging Face integration and CLI commands (get, load) to fetch models directly, with community testimony confirming users can 'search for the LLM off huggingface and it downloads and just works.' missing for 10: independent verification of the full breadth of HF model compatibility (some models reportedly not listed per lm-studio-comm-1) and no benchmark on download reliability across all model formats.

                                • [claimed-docs] Search & download functionality (via Hugging Face 🤗)
                                • [claimed-docs] get Search and download models
                                • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                • [community] Been using LM studio for months on windows, its so easy to use, simple install, just search for the LLM off huggingface and it downloads and…
                                • [community] UI issues: chatbox has no clear empty state, no way to set CUDA acceleration before loading a model, some HuggingFace models aren't listed w…

                                Jan explicitly documents downloading and running open models (Llama, Gemma, Qwen, GPT-oss, etc.) directly from Hugging Face with local privacy/control, which directly matches the story. Missing for 10: independent hands-on verification of the HF download flow and more detail on model format/quantization support.

                                • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                • [github] Download and run LLMs with **full control** and **privacy**.
                                • [claimed-docs] Choose from open models or plug in your favorite online models.

                              Multi modal support

                              1. power-userRun vision-language models that understand images alongside text

                                weight 2 · round drawn
                                LM Studionone0/10

                                The evidence pack lists chat, RAG document attachment, MCP, REST API, and model management features but never mentions vision-language models, image inputs, or multimodal capability, so there is no evidence LM Studio supports image-understanding models.

                                  Jannone0/10

                                  No evidence pack item mentions vision-language models, image input, or multimodal capabilities; listed models (Llama, Gemma, Qwen, GPT-oss) are referenced only as text LLMs. Missing for 10: any mention of VLM support, image understanding, or multimodal chat UI/API.

                                  Openness — open source, data portability, and self-hosting storiesOpenness

                                  Open source, data portability, and self-hosting stories

                                  1. ai-native userDo everything through the API that I can do in the UI

                                    weight 2 · round to LM Studio
                                    LM Studiopartialcommunity6/10

                                    LM Studio exposes a REST API and a full CLI (`lms`) covering model download/load, chat, and server start/stop, letting AI-native users replicate core inference and management tasks without the GUI (lm-studio-docs-9,10,11,12,13,14; comm-17 confirms headless flow works well). However, UI-only features like RAG document attachment, MCP server configuration, and the new Bionic agent (real-time speech, document editing) have no documented API/CLI equivalents, and a user notes the API still requires the full Electron app running rather than a pure daemon (lm-studio-comm-13). Missing for 10: API/CLI parity for RAG attachment, MCP server management, and Bionic-specific agentic features, plus independent confirmation of true headless operation.

                                    • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                    • [claimed-docs] chat Start an interactive chat with a model
                                    • [claimed-docs] lms server start lms server stop
                                    • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                    • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                    • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                                    • [community] I wish LM Studio had a pure daemon mode... you have to have the whole big chonky Electron UI running. Its UI is powerful but a lot less nice…
                                    • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…

                                    Jan exposes an OpenAI-compatible local API server for chat/model interactions, but there's no evidence that UI-only features like custom assistant creation, MCP integration setup, or model downloading/management are exposed via that API — and probes found no published OpenAPI spec confirming API completeness. missing for 10: documented API coverage for assistants/MCP/model management, published OpenAPI schema, independent confirmation that API parity with UI exists.

                                    • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                    • [github] Custom Assistants: Create specialized AI assistants for your tasks
                                    • [github] Model Context Protocol: MCP integration for agentic capabilities
                                    • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…
                                    • [probe] PROBE llms.txt: HTTP 404 at https://jan.ai/llms.txt
                                  2. ai-native userExport all of my data in open formats and leave

                                    weight 3 · round drawn
                                    LM Studionone0/10

                                    The evidence pack documents LM Studio's model downloading, chat, RAG, API, and CLI features but contains no mention of an export function for chat histories, prompts, or configurations in open/portable formats, nor any documented 'leave with your data' capability. Community feedback even flags LM Studio itself as closed-source, but that speaks to the app's licensing, not to user-data portability, which remains unevidenced.

                                    • [claimed-docs] Manage your local models, prompts, and configurations
                                    • [community] I really like LM Studio... A local model runtime, a model catalog, a UI to chat with models easily, an OpenAI compatible API, and plugins li…
                                    • [community] A friendly reminder that both LM Studio app and now this new LM Studio Bionic app are closed source. Since most people are unaware of this f…
                                    Jannone0/10

                                    No evidence of a data export feature (chat history, settings, assistants) in open formats; evidence only covers model downloading, cloud integration, API server, and MCP support, none of which address exporting user data. Missing for 10: documented export/backup function, open format (e.g. JSON/Markdown) specification, and any confirmation of data portability upon leaving the product.

                                    • ai-native userRead the product's source under an open license

                                      weight 2 · round to Jan
                                      LM Studionone0/10

                                      Multiple independent community sources explicitly state LM Studio (including the newer Bionic app) is closed-source with a restrictive license that isn't even permitted for work use; there is no evidence anywhere of an open-source license or public source repository.

                                      • [community] I really like LM Studio... A local model runtime, a model catalog, a UI to chat with models easily, an OpenAI compatible API, and plugins li…
                                      • [community] Nice, it's a solid product! It's just a shame it's not open source and its license doesn't permit work use.
                                      • [community] I really like LM Studio but their license / terms of use are very hostile. You're in breach if you use it for anything work related - so jus…
                                      • [community] A friendly reminder that both LM Studio app and now this new LM Studio Bionic app are closed source. Since most people are unaware of this f…

                                      Jan is hosted on GitHub (janhq/jan) with build instructions implying source availability, but the evidence pack lacks any explicit mention of the license type (e.g., AGPL/MIT/Apache) to confirm it's open source. Missing for 10: explicit license file/name, confirmation of OSI-approved license, and independent corroboration of license terms.

                                      • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                      • [github] This handles everything: installs dependencies, builds core components, and launches the app.
                                    • ai-native userSelf-host the core product

                                      weight 3 · round drawn
                                      LM Studiofullcommunity8/10

                                      LM Studio is inherently self-hosted: it runs entirely on the user's own machine, offers a headless 'llmster' mode explicitly for servers/CI without a GUI, a REST API, and CLI commands to start/stop a local server and serve models on the network (lm-studio-docs-5, -8, -9, -12). Community members confirm running it as a local/headless inference backend for real tools (lm-studio-comm-17), though some report friction setting up network access (lm-studio-comm-16) and wish for a leaner daemon mode (lm-studio-comm-13). Missing for 10: clearer first-party network-configuration docs and more independent verification of smooth headless/CI deployment.

                                      • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                      • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                                      • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                      • [claimed-docs] lms server start lms server stop
                                      • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…
                                      • [community] I've been wanting to try LM Studio but I can't figure out how to use it over local network. My desktop in the living room has the beefy GPU,…
                                      • [community] I wish LM Studio had a pure daemon mode... you have to have the whole big chonky Electron UI running. Its UI is powerful but a lot less nice…

                                      Jan is a locally-run desktop app that runs models fully on-device with privacy/control, builds from source (installs dependencies, builds core components, launches app), and exposes a local OpenAI-compatible API server — all consistent with self-hosting the core product. missing for 10: independent hands-on confirmation of self-hosted deployment (e.g., Docker/server install instructions) and clearer documentation of multi-user/server-mode self-hosting beyond single-user desktop use.

                                      • [github] Download and run LLMs with **full control** and **privacy**.
                                      • [github] This handles everything: installs dependencies, builds core components, and launches the app.
                                      • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                      • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                      • [claimed-docs] Personal Intelligence that answers only to you

                                    Performance hardware — raw speed and hardware efficiency — throughput, latency, resource usePerformance hardware

                                    Raw speed and hardware efficiency — throughput, latency, resource use

                                    Distributed serving

                                    1. developerDistribute inference across multiple GPUs using tensor, pipeline, or data parallelism

                                      weight 2 · round drawn
                                      LM Studionone0/10

                                      The evidence pack shows only single-GPU offload controls (e.g., `lms load --gpu=max|auto|0.0-1.0`) with no mention of tensor, pipeline, or data parallelism across multiple GPUs, and no community reports of multi-GPU distribution strategies. Missing for 10: any documentation or hands-on evidence of multi-GPU tensor/pipeline/data parallel inference.

                                      • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                      Jannone0/10

                                      No evidence Jan supports tensor, pipeline, or data parallelism across multiple GPUs; the evidence pack only mentions local model running, cloud integrations, and API access, with no multi-GPU distribution features documented.

                                      Gpu acceleration

                                      1. developerRun inference on specialized accelerators like TPUs or Gaudi through plugin support

                                        weight 1 · round drawn
                                        LM Studionone0/10

                                        No evidence anywhere in the pack mentions TPU, Gaudi, or any plugin/accelerator-backend architecture for specialized hardware; LM Studio's documented hardware support is limited to CPU/GPU (CUDA, MLX for Apple Silicon), and community comments even complain about lacking AMD support, with no mention of TPU/Gaudi plugin capability.

                                        • [community] LM Studio has quickly become the best way to run local LLMs on an Apple Silicon Mac... Now that LM Studio supports MLX models, it's one of t…
                                        • [community] I wish LM Studio played better with AMD hardware. It would be really great to have an off-the-shelf solution that 'just works' on Radeon.
                                        • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                        Jannone0/10

                                        No evidence of TPU, Gaudi, or any specialized accelerator plugin support; evidence only covers CPU/GPU local inference, cloud API integration, and MCP for agentic workflows.

                                        • power-userRun models larger than my available VRAM using combined CPU+GPU offload

                                          weight 3 · round to LM Studio
                                          LM Studiopartialclaimed3/10

                                          The CLI docs show a `--gpu=max|auto|0.0-1.0` load flag implying adjustable GPU/CPU layer offload, which is the mechanism used to run models larger than VRAM, but no evidence explicitly confirms running oversized models via combined CPU+GPU offload or reports performance/success from hands-on use. Missing for 10: explicit documentation stating support for running models exceeding VRAM via CPU+GPU split, and independent/community confirmation of this working in practice.

                                          • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                          Jannone0/10

                                          No evidence pack item mentions GPU/CPU offload, VRAM limits, or hybrid inference settings; only generic local model running and download capabilities are documented. Missing for 10: any mention of CPU+GPU hybrid offload, VRAM-exceeding model support, or configuration options for split inference.

                                          • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                          • [github] Download and run LLMs with **full control** and **privacy**.
                                        • power-userWhy GPU acceleration failed and silently fell back to CPU through clear diagnostic output

                                          weight 1 · round drawn
                                          LM Studionone0/10

                                          The evidence pack contains no documentation or hands-on report of LM Studio producing diagnostic output explaining GPU acceleration failures or CPU fallback; if anything, community reports point the opposite way (e.g. lm-studio-comm-5 describes model load failures 'with no error feedback', and lm-studio-comm-1 notes there's 'no way to set CUDA acceleration before loading a model'), suggesting poor diagnostic transparency rather than clear reporting.

                                          • [community] UI issues: chatbox has no clear empty state, no way to set CUDA acceleration before loading a model, some HuggingFace models aren't listed w…
                                          • [community] On macOS 13.2 (Ventura), every downloaded model failed to load immediately with no error feedback; turned out the minimum required macOS ver…
                                          • [community] I wish LM Studio played better with AMD hardware. It would be really great to have an off-the-shelf solution that 'just works' on Radeon.
                                          Jannone0/10

                                          No evidence describes GPU acceleration diagnostics, error messages, or CPU-fallback logging in Jan; the evidence pack only covers general model download/cloud/API features with no mention of GPU/CPU fallback behavior or diagnostics.

                                          • power-userRun models on NVIDIA, AMD, or other GPU vendors using vendor-specific acceleration kernels

                                            weight 3 · round to LM Studio
                                            LM Studiopartialcommunity4/10

                                            LM Studio's CLI exposes a generic --gpu flag for loading models and community evidence confirms strong Apple Silicon/MLX acceleration (lm-studio-comm-12), implying some GPU vendor flexibility, but there's no first-party documentation naming CUDA, ROCm, or Vulkan kernels explicitly, and a user explicitly wishes for a proper 'off-the-shelf' AMD/Radeon solution, plus an earlier complaint notes no way to set CUDA acceleration before loading a model (lm-studio-comm-1, lm-studio-comm-20). This suggests NVIDIA/Apple support is functional while AMD support is weak or manual. missing for 10: explicit docs naming vendor-specific kernels (CUDA/ROCm/Vulkan), independent benchmarks confirming AMD GPU acceleration works well.

                                            • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                            • [community] LM Studio has quickly become the best way to run local LLMs on an Apple Silicon Mac... Now that LM Studio supports MLX models, it's one of t…
                                            • [community] I wish LM Studio played better with AMD hardware. It would be really great to have an off-the-shelf solution that 'just works' on Radeon.
                                            • [community] UI issues: chatbox has no clear empty state, no way to set CUDA acceleration before loading a model, some HuggingFace models aren't listed w…
                                            Jannone0/10

                                            No evidence in the pack mentions GPU vendor support (NVIDIA CUDA, AMD ROCm, Vulkan, etc.) or vendor-specific acceleration kernels; only generic local model running and cloud integration are documented. Missing for 10: any mention of GPU backend selection, NVIDIA/AMD/Intel acceleration support, or benchmarks showing multi-vendor GPU usage.

                                            • power-userAccelerate inference on AMD GPUs via a Vulkan backend without needing a full ROCm install

                                              weight 2 · round drawn
                                              LM Studionone0/10

                                              The evidence pack contains no mention of a Vulkan backend or any AMD-specific acceleration path in LM Studio's docs, and a community comment explicitly wishes LM Studio 'played better with AMD hardware' and had an 'off-the-shelf solution that just works on Radeon,' implying no such capability is documented or working. missing for 10: any docs/CLI reference to Vulkan backend, AMD GPU acceleration settings, or benchmarks showing ROCm-free AMD inference.

                                              • [community] I wish LM Studio played better with AMD hardware. It would be really great to have an off-the-shelf solution that 'just works' on Radeon.
                                              Jannone0/10

                                              No evidence in the pack mentions Vulkan backend, AMD GPU acceleration, or avoiding a ROCm install; only generic model-running and API features are documented. missing for 10: any mention of Vulkan backend, AMD GPU support, or ROCm-free acceleration.

                                              Memory management

                                              1. power-userControl how context memory is allocated when running multiple model instances concurrently

                                                weight 2 · round to LM Studio
                                                LM Studiopartialclaimed6/10

                                                CLI docs show `lms load --gpu=max|auto|0.0-1.0 --context-length=1-N` letting a power-user set per-model GPU allocation and context length, and `--identifier` supports loading multiple named model instances, which together enable some control over memory/context per instance. However there's no explicit documentation or community confirmation of managing overall memory allocation across several concurrently running instances (e.g., total VRAM budget, priority, or contention handling). Missing for 10: dedicated multi-instance concurrency memory management docs, hands-on validation of running several models simultaneously with distinct context allocations, and confirmation of resource contention behavior.

                                                Jannone0/10

                                                No evidence describes controlling context memory allocation across multiple concurrent model instances; evidence only covers model downloading, cloud integration, custom assistants, API server, and MCP support. Missing for 10: any documentation of memory/VRAM allocation controls, concurrent instance management, or per-instance context size configuration.

                                                Platform acceleration

                                                1. power-userGet accelerated inference on Apple Silicon via native ARM and Metal optimizations

                                                  weight 3 · round to LM Studio
                                                  LM Studiopartialcommunity5/10

                                                  Community evidence indicates LM Studio supports MLX models for efficient Apple‑Silicon inference (lm-studio-comm-12), but there is no first‑party documentation explicitly describing native ARM/Metal optimizations, and another community report found it markedly slower than Ollama on an M1 Mac (lm-studio-comm-6), showing inconsistent real‑world performance. Missing for 10: official docs describing ARM/Metal acceleration, independent benchmark confirmation, and resolution of the slower-than-Ollama report.

                                                  • [community] LM Studio has quickly become the best way to run local LLMs on an Apple Silicon Mac... Now that LM Studio supports MLX models, it's one of t…
                                                  • [community] In brief testing, the same models (Llama 3 7B) ran MUCH slower in LM Studio than in Ollama on a MacBook Air M1 2020.
                                                  Jannone0/10

                                                  No evidence in the pack mentions Apple Silicon, ARM builds, or Metal acceleration specifically; the listed features cover model downloading, cloud integration, and MCP but not hardware-specific optimizations.

                                                  • developerRun inference on diverse CPU architectures beyond x86 and ARM, such as PowerPC

                                                    weight 1 · round drawn
                                                    LM Studionone0/10

                                                    No evidence anywhere in the pack mentions PowerPC or non-x86/ARM CPU architecture support; LM Studio's documented platform support is Windows/Mac/Linux on standard x86/ARM hardware with GPU acceleration (CUDA, MLX, AMD), with no mention of exotic CPU architectures. Missing for 10: any mention of PowerPC or other non-x86/ARM CPU support, build instructions or binaries for such architectures, or community reports of running LM Studio on them.

                                                    • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                                    • [community] LM Studio has quickly become the best way to run local LLMs on an Apple Silicon Mac... Now that LM Studio supports MLX models, it's one of t…
                                                    • [community] I wish LM Studio played better with AMD hardware. It would be really great to have an off-the-shelf solution that 'just works' on Radeon.
                                                    Jannone0/10

                                                    No evidence Jan supports PowerPC or any non-x86/ARM CPU architectures; evidence only covers standard platform support and model download/cloud integration features.

                                                    • power-userLeverage advanced x86 CPU instruction sets like AVX, AVX2, AVX512, and AMX for faster inference

                                                      weight 2 · round drawn
                                                      LM Studionone0/10

                                                      The evidence pack contains no mention of AVX, AVX2, AVX512, or AMX CPU instruction set support anywhere in LM Studio's docs or community discussion, despite this being a plausible axis for a local-inference desktop app running on x86 CPUs.

                                                        Jannone0/10

                                                        No evidence anywhere in the pack mentions CPU instruction set optimizations (AVX/AVX2/AVX512/AMX) or any hardware-acceleration tuning details for Jan's inference engine.

                                                        Startup footprint

                                                        1. power-userGet a fast cold start from a lightweight runtime binary instead of waiting seconds before inference begins

                                                          weight 2 · round to LM Studio

                                                          LM Studio does offer a headless 'llmster' runtime and CLI (lms) marketed for servers/CI without the GUI, suggesting a lighter-weight startup path, but hands-on community feedback contradicts a fast, lightweight cold start: one user notes you still need 'the whole big chonky Electron UI running' even to use the CLI/daemon mode, and another reports LM Studio ran the same model 'MUCH slower' than a comparable lightweight runtime (Ollama) on the same hardware. There is no benchmark or vendor claim quantifying cold-start time or binary size to substantiate the 'fast cold start' claim. Missing for 10: vendor benchmarks on startup latency/binary size, independent confirmation that llmster avoids Electron overhead, and resolution of the reported slower inference performance.

                                                          • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                                                          • [community] I wish LM Studio had a pure daemon mode... you have to have the whole big chonky Electron UI running. Its UI is powerful but a lot less nice…
                                                          • [community] In brief testing, the same models (Llama 3 7B) ran MUCH slower in LM Studio than in Ollama on a MacBook Air M1 2020.
                                                          Jannone0/10

                                                          No evidence in the pack discusses runtime binary size, startup time, or cold-start performance; evidence only covers feature capabilities like model downloading, cloud integration, and MCP. missing for 10: benchmark data on cold-start latency, comparison of binary size/runtime footprint, any performance claims about startup time.

                                                          Throughput optimization

                                                          1. power-userAchieve high serving throughput via continuous batching and chunked prefill

                                                            weight 3 · round drawn
                                                            LM Studionone0/10

                                                            No evidence in the pack mentions continuous batching, chunked prefill, or throughput optimization features; LM Studio is documented as a single-user desktop/local model runner with a REST API, not a high-throughput serving engine, and community feedback even notes it running slower than alternatives. Missing for 10: any mention of continuous batching, chunked prefill, or multi-request concurrent serving throughput benchmarks.

                                                            • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                            • [community] In brief testing, the same models (Llama 3 7B) ran MUCH slower in LM Studio than in Ollama on a MacBook Air M1 2020.
                                                            Jannone0/10

                                                            Jan is a local desktop LLM client focused on running single-user chat sessions and providing an OpenAI-compatible API endpoint; there is no evidence of continuous batching, chunked prefill, or any serving-throughput optimization features aimed at power-users. Missing for 10: any mention of batching/prefill scheduling, throughput benchmarks, or multi-request concurrency handling.

                                                            • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                            • [github] Download and run LLMs with **full control** and **privacy**.
                                                          2. developerRely on paged memory management for attention key/value cache to maximize concurrent request capacity without memory fragmentation

                                                            weight 2 · round drawn
                                                            LM Studionone0/10

                                                            No evidence anywhere in the pack mentions paged attention/KV-cache memory management, PagedAttention-style techniques, or concurrent request capacity optimization for LM Studio; docs focus on chat UI, model download/serving, CLI, and RAG features without addressing memory fragmentation or concurrency scaling.

                                                              Jannone0/10

                                                              No evidence in the pack mentions paged attention, KV cache management, or memory fragmentation optimizations for concurrent requests; Jan is presented as a personal local LLM app without server-scale inference engine details. This axis is applicable to any LLM-serving tool but Jan's evidence pack contains nothing addressing it, so it must be judged 'none'.

                                                              • power-userThe runtime reserves dedicated capacity so throughput holds steady when multiple agents or sessions issue requests concurrently

                                                                weight 2 · round drawn
                                                                LM Studionone0/10

                                                                No evidence that LM Studio reserves dedicated capacity or guarantees steady throughput under concurrent multi-agent/session load; docs only describe serving an OpenAI-like API and a REST endpoint, with no mention of concurrency scheduling, queueing, or resource reservation. Community reports even note performance inconsistency (e.g., slower inference vs Ollama) rather than any dedicated-capacity behavior.

                                                                • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                                • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                • [community] In brief testing, the same models (Llama 3 7B) ran MUCH slower in LM Studio than in Ollama on a MacBook Air M1 2020.
                                                                • [community] After installing and opening this, CPU use goes up to about 30 percent, all in kernel time (Windows), even when idle, on two separate machin…
                                                                Jannone0/10

                                                                No evidence describes reserved/dedicated capacity, concurrency guarantees, or throughput stability under multi-session load; evidence only covers local model running, cloud connections, and API server existence.

                                                                • power-userSpeed up repeated-prompt workloads using prefix caching

                                                                  weight 2 · round drawn
                                                                  LM Studionone0/10

                                                                  No evidence pack item mentions prefix caching, KV-cache reuse, or any performance feature for repeated-prompt workloads; docs cover model management, chat UI, API serving, and MCP but nothing about caching prompts for speed.

                                                                    Jannone0/10

                                                                    No evidence in the pack mentions prefix caching, KV-cache reuse, or any performance optimization for repeated prompts; only generic model-running and API features are documented.

                                                                    • power-userAccelerate generation speed using speculative decoding techniques

                                                                      weight 2 · round drawn
                                                                      LM Studionone0/10

                                                                      No evidence in the pack mentions speculative decoding, draft models, or any acceleration technique of that kind; the docs cover model loading, chat, RAG, API serving, and CLI, but nothing about speculative decoding support. Missing for 10: any mention of speculative decoding, draft-model pairing, or speedup benchmarks.

                                                                        Jannone0/10

                                                                        No evidence in the pack mentions speculative decoding or any acceleration technique of that kind; Jan's evidence covers model downloading, cloud integration, MCP, and API compatibility but nothing about speculative decoding support.

                                                                        Privacy posture — data-handling and privacy storiesPrivacy posture

                                                                        Data-handling and privacy stories

                                                                        1. ai-native userPrevent my data from being used to train AI models

                                                                          weight 3 · round to Jan
                                                                          LM Studiopartialclaimed5/10

                                                                          LM Studio's docs emphasize fully local, offline operation (running models locally, offline document interaction via RAG, local REST API), which inherently prevents user data from being sent anywhere to train models. However, no evidence pack item contains an explicit privacy policy, data-training opt-out, or statement addressing third-party model providers used in Bionic's cloud-capable frontier models, leaving the training-data guarantee implicit rather than stated. Missing for 10: explicit privacy/data-use policy statement, confirmation that Bionic's cloud-hosted frontier models (GLM 5.2, Kimi K3, DeepSeek V4 Pro) don't train on user data, and any independent verification of these claims.

                                                                          • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                                                          • [claimed-docs] You can attach documents to your chat messages and interact with them entirely offline, also known as "RAG".
                                                                          • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                          • [claimed-docs] For your most demanding tasks, run Bionic with the latest frontier open models such as GLM 5.2, Kimi K3, and DeepSeek V4 Pro.

                                                                          Jan runs local models on-device with local data/privacy framing ('full control and privacy', 'Personal Intelligence that answers only to you'), which inherently keeps local usage data out of any training pipeline. However, there's no explicit privacy policy or documented statement about data-training practices for cloud-connected models (OpenAI, Claude, etc.) that users can also plug into, so the story is only partially addressed. Missing for 10: explicit opt-out/data-training policy statement, documentation covering cloud-provider data usage, independent verification of no telemetry/training use.

                                                                          • [github] Download and run LLMs with **full control** and **privacy**.
                                                                          • [claimed-docs] Personal Intelligence that answers only to you
                                                                          • [github] Cloud Integration: Connect to GPT models via OpenAI, Claude models via Anthropic, Mistral, Groq, MiniMax, and others
                                                                        2. ai-native userControl data retention and deletion

                                                                          weight 2 · round drawn
                                                                          LM Studiopartialclaimed4/10

                                                                          LM Studio's local-first architecture (offline chat, offline RAG, local model storage) implies user retains full physical control over their data since nothing is sent to a server, giving an implicit form of retention/deletion control (e.g. deleting local files removes all data). However, no evidence documents an explicit retention/deletion feature, settings page, or policy for chat history or logs. missing for 10: explicit UI/CLI documentation for clearing/deleting chat history or configuring data retention, first-party privacy policy statement on data handling, independent confirmation that no data is retained beyond local storage.

                                                                          • [claimed-docs] You can attach documents to your chat messages and interact with them entirely offline, also known as "RAG".
                                                                          • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                                                                          • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.

                                                                          Jan's local-first architecture and 'full control and privacy' messaging imply user data (chats, models) stays on-device and is inherently under user control, but no evidence pack item documents explicit retention settings, data export, or deletion features within the app. missing for 10: explicit in-app data retention/deletion controls, documented data lifecycle policy, independent confirmation of local-only storage behavior.

                                                                          • [github] Download and run LLMs with **full control** and **privacy**.
                                                                          • [claimed-docs] Personal Intelligence that answers only to you
                                                                          • [claimed-docs] Choose from open models or plug in your favorite online models.
                                                                        3. ai-native userOpt out of telemetry and usage tracking

                                                                          weight 2 · round drawn
                                                                          LM Studionone0/10

                                                                          No evidence pack item mentions telemetry, usage tracking, or any opt-out/privacy settings; LM Studio is a local-first app which could plausibly include such a toggle, but none is documented here. missing for 10: telemetry disclosure documentation, opt-out setting, privacy policy reference, community confirmation of no tracking or opt-out mechanism.

                                                                            Jannone0/10

                                                                            No evidence pack items mention telemetry settings, opt-out controls, or usage tracking policy; general privacy marketing phrases ('privacy', 'answers only to you') do not document an actual opt-out mechanism. Missing for 10: explicit telemetry disclosure, a documented opt-out setting/flag, and any confirmation of what data (if any) is collected.

                                                                            Quantization formats — stories about quantization formats in this arenaQuantization formats

                                                                            Stories about quantization formats in this arena

                                                                            Adapters

                                                                            1. developerEfficiently serve multiple LoRA adapters on top of a base model

                                                                              weight 2 · round drawn
                                                                              LM Studionone0/10

                                                                              No evidence in the pack mentions LoRA adapters, adapter switching, or multi-adapter serving in LM Studio; the docs cover model download, chat, REST API, CLI, and RAG but nothing about LoRA support.

                                                                                Jannone0/10

                                                                                No evidence in the pack mentions LoRA adapters, adapter switching, or multi-adapter serving capabilities; Jan is presented as a local LLM runner/chat client with no reference to this feature.

                                                                                File formats

                                                                                1. developerWhether upgrading the runtime can break compatibility with previously downloaded quantized model files

                                                                                  weight 2 · round drawn
                                                                                  LM Studionone0/10

                                                                                  No evidence pack item addresses runtime version upgrades, backward/forward compatibility guarantees, or breaking changes affecting previously downloaded GGUF/quantized model files; this is an applicable question for a model-runtime product but is simply unaddressed here.

                                                                                    Jannone0/10

                                                                                    No evidence in the pack addresses runtime versioning, changelogs, or compatibility guarantees/breakages for previously downloaded quantized model files; the pack only covers general features and dead docs/API probes.

                                                                                    • power-userLoad and run models packaged in the GGUF format

                                                                                      weight 3 · round to Jan
                                                                                      LM Studiopartialcommunity5/10

                                                                                      LM Studio's docs and CLI clearly show downloading and loading local models (e.g., Llama, Qwen, gpt-oss) via `lms load` and Hugging Face search, and community feedback confirms it as a leading local LLM runner (especially on Apple Silicon), but none of the evidence explicitly names GGUF as the supported format — only inferred from general 'run local LLMs' language and the later addition of MLX models as an alternative. missing for 10: explicit documentation stating GGUF support, GGUF-specific quantization options, and independent confirmation of loading raw .gguf files.

                                                                                      • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                                                                      • [claimed-docs] get Search and download models
                                                                                      • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                                                                      • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                                                                      • [community] LM Studio has quickly become the best way to run local LLMs on an Apple Silicon Mac... Now that LM Studio supports MLX models, it's one of t…

                                                                                      Jan is uses llama.cpp backend and advertises downloading and running LLMs (Llama, Gemma, Qwen, etc.) from HuggingFace with full local control, which implies GGUF support since that's the standard format for such local model runners, but no citation explicitly names GGUF format handling or import of custom GGUF files. missing for 10: explicit mention of GGUF format support, guidance on loading custom/local GGUF files, independent hands-on confirmation of GGUF compatibility.

                                                                                      • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                                                                      • [github] Download and run LLMs with **full control** and **privacy**.
                                                                                      • [claimed-docs] Choose from open models or plug in your favorite online models.

                                                                                    Quantization levels

                                                                                    1. power-userReduce memory footprint using integer quantization ranging from very low-bit to 8-bit precision

                                                                                      weight 3 · round drawn
                                                                                      LM Studionone0/10

                                                                                      The evidence pack contains no mention of quantization formats, bit-widths, or memory footprint reduction techniques; it only covers download/serve/chat/CLI/RAG/MCP features and community sentiment unrelated to quantization. Missing for 10: any documentation or community evidence of supported quantization levels (e.g., GGUF/INT4/INT8), memory footprint comparisons, or model format details.

                                                                                        Jannone0/10

                                                                                        Jan supports running local LLMs (likely GGUF models which use quantization), but no evidence in the pack specifically mentions quantization formats, bit-precision options, or memory footprint reduction via integer quantization.

                                                                                        • developerLoad models quantized in formats like FP8, INT4, GPTQ, or AWQ

                                                                                          weight 2 · round drawn
                                                                                          LM Studionone0/10

                                                                                          The evidence pack shows LM Studio downloading and running models from Hugging Face and supporting MLX format, but nowhere mentions support for FP8, INT4, GPTQ, or AWQ quantization formats specifically. Missing for 10: any documentation or community confirmation of FP8/INT4/GPTQ/AWQ format support.

                                                                                            Jannone0/10

                                                                                            Evidence only mentions downloading/running LLMs from HuggingFace and general model support, with no mention of specific quantization formats like FP8, INT4, GPTQ, or AWQ. missing for 10: any documentation or mention of FP8, INT4, GPTQ, AWQ or other quantization format support.

                                                                                            • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                                                                            • [github] Download and run LLMs with **full control** and **privacy**.

                                                                                          Serving api — serving models over an API — endpoints, compatibility, reliabilityServing api

                                                                                          Serving models over an API — endpoints, compatibility, reliability

                                                                                          Api compatibility

                                                                                          1. developerCall the server through an Anthropic-compatible messages endpoint

                                                                                            weight 1 · round drawn
                                                                                            LM Studionone0/10

                                                                                            Evidence only documents an OpenAI-compatible REST API and general local model serving (lm-studio-docs-5, lm-studio-docs-9); there is no mention anywhere of an Anthropic-compatible /messages endpoint. Missing for 10: any documentation or community confirmation of an Anthropic-style messages API.

                                                                                            • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                                                            • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                                            Jannone0/10

                                                                                            Jan's local server is explicitly documented as OpenAI-compatible (jan-gh-4), and while it can connect to Anthropic's Claude as a cloud provider (jan-gh-2), there is no evidence of an Anthropic-compatible messages endpoint being served by Jan itself; OpenAPI probes also returned 404.

                                                                                            • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                            • [github] Cloud Integration: Connect to GPT models via OpenAI, Claude models via Anthropic, Mistral, Groq, MiniMax, and others
                                                                                            • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…
                                                                                          2. developerLaunch a local OpenAI-compatible API server for any loaded model

                                                                                            weight 3 · round to LM Studio
                                                                                            LM Studiofullcommunity9/10

                                                                                            LM Studio docs explicitly describe serving local models on OpenAI-like endpoints locally and on the network, plus CLI commands (lms server start/stop, lms load) to load and serve any model, and a REST API for programmatic access. Community testimonials corroborate this in practice, with users describing spinning up the OpenAI-compatible server for testing models. Missing for 10: no independent benchmark or detailed troubleshooting confirming API compatibility edge cases beyond anecdotal praise.

                                                                                            • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                                                            • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                                            • [claimed-docs] lms server start lms server stop
                                                                                            • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                                                                            • [community] I really like LM Studio... A local model runtime, a model catalog, a UI to chat with models easily, an OpenAI compatible API, and plugins li…
                                                                                            • [community] I LOVE LM studio, it's super convenient for testing model capabilities, and the OpenAI server makes it really easy to spin up a server and t…

                                                                                            Jan's GitHub docs explicitly state it provides an OpenAI-compatible local API server at localhost:1337 for use with other applications, directly matching the story. Missing for 10: independent hands-on verification of the server (probes for openapi/llms.txt returned 404, and no third-party confirmation of usage exists in the pack).

                                                                                            • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications

                                                                                          Deployment modes

                                                                                          1. developerRun the runtime headlessly with no GUI for use in servers or CI pipelines

                                                                                            weight 2 · round to LM Studio
                                                                                            LM Studiofullcommunity8/10

                                                                                            LM Studio explicitly ships 'llmster', a headless version of the app with no desktop GUI 'ideal for servers, CI environments,' plus a CLI (`lms`) for server start/stop, model load, and chat that works without any UI, matching the story directly. Community sentiment corroborates that the headless flow makes local inference usable in real tool pipelines rather than just demos. Missing for 10: independent hands-on verification specifically of llmster in a CI pipeline, and more detail on scripting/automation examples beyond the CLI reference.

                                                                                            • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                                                                                            • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                                            • [claimed-docs] chat Start an interactive chat with a model
                                                                                            • [claimed-docs] lms server start lms server stop
                                                                                            • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…
                                                                                            Jannone0/10

                                                                                            Jan is described as a desktop app with a GUI that exposes a local OpenAI-compatible API server (jan-gh-4), but there is no evidence of a headless mode, CLI-only server invocation, or CI/server deployment path without the GUI.

                                                                                            • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                            • [github] This handles everything: installs dependencies, builds core components, and launches the app.

                                                                                          Generation controls

                                                                                          1. developerStream generated tokens back to my application as they are produced

                                                                                            weight 3 · round to Jan
                                                                                            LM Studiopartialcommunity4/10

                                                                                            LM Studio documents serving local models via an OpenAI-like REST API (lm-studio-docs-5, lm-studio-docs-9) and a CLI server mode (lm-studio-docs-12), which by OpenAI-API convention typically supports streaming responses, and community users confirm using its OpenAI-compatible server for building/testing apps (lm-studio-comm-7). However, no evidence explicitly confirms token-by-token streaming behavior or documents a stream parameter/example. Missing for 10: explicit documentation or hands-on confirmation of streaming token output, code examples showing stream=true usage, and independent verification that streaming works reliably.

                                                                                            • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                                                            • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                                            • [claimed-docs] lms server start lms server stop
                                                                                            • [community] I LOVE LM studio, it's super convenient for testing model capabilities, and the OpenAI server makes it really easy to spin up a server and t…

                                                                                            Jan exposes an OpenAI-compatible local API server (localhost:1337), and OpenAI-compatible APIs conventionally support streaming, but the evidence pack never explicitly documents streaming token output as a feature; probes for API/OpenAPI specs also returned 404s, leaving this unconfirmed. Missing for 10: explicit documentation or hands-on confirmation of streaming responses, working API spec/reference showing stream parameter support.

                                                                                            • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                            • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…
                                                                                          2. developerConstrain model output to structured formats like JSON using grammars

                                                                                            weight 2 · round drawn
                                                                                            LM Studionone0/10

                                                                                            The evidence pack documents LM Studio's REST/OpenAI-like API, CLI, and model management, but nowhere mentions grammars, JSON schema constraints, or structured output enforcement for the serving API. Missing for 10: any documentation or community confirmation of grammar-based or JSON-schema-constrained output support.

                                                                                            • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                                                            • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                                            Jannone0/10

                                                                                            No evidence pack item mentions grammars, JSON schema constraints, or structured output enforcement; only generic API/server and model integration features are documented. Missing for 10: any mention of grammar-based decoding, JSON mode, or structured output constraints in Jan's local server or API.

                                                                                            • developerUse native tool-calling and reasoning-parser support in my requests

                                                                                              weight 2 · round drawn
                                                                                              LM Studionone0/10

                                                                                              The evidence pack documents an OpenAI-like REST API, MCP server integration in the desktop app, and agentic features in Bionic, but nothing specifically confirms native tool-calling parameters or a reasoning-parser feature exposed through API requests. Missing for 10: any documentation of tool-calling/function-calling API parameters, reasoning-parser flags or config, or independent confirmation that these serving-API features work as claimed.

                                                                                              • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                                                              • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                                              • [claimed-docs] Connect MCP servers and use them with local models
                                                                                              Jannone0/10

                                                                                              Evidence shows Jan offers an OpenAI-compatible local API server and MCP integration for agentic capabilities, but there is no mention of native tool-calling support or reasoning-parser handling in requests; OpenAPI/spec probes also returned 404s, giving no documentation of these specific serving-API features.

                                                                                              • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                              • [github] Model Context Protocol: MCP integration for agentic capabilities
                                                                                              • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…

                                                                                            Model lifecycle

                                                                                            1. developerAssign a custom identifier to a loaded model for consistent reference in API calls

                                                                                              weight 1 · round to LM Studio
                                                                                              LM Studiofullclaimed8/10

                                                                                              LM Studio's CLI docs explicitly show assigning a custom identifier when loading a model (`lms load openai/gpt-oss-20b --identifier="my-model-name"`), and the REST/OpenAI-like API server (docs-9, docs-5) lets that identifier be referenced consistently in subsequent API calls. Missing for 10: independent/community confirmation that the identifier persists reliably across API calls and no mention of editing/renaming identifiers post-load.

                                                                                              • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                                                                              • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                                                                              • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                                              • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                                                              Jannone0/10

                                                                                              Evidence shows Jan exposes an OpenAI-compatible local API server but contains no mention of assigning custom identifiers/aliases to loaded models for consistent API reference; probes for API docs even returned 404s.

                                                                                              • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                              • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…
                                                                                            2. power-userLoad and switch between multiple models without restarting the server

                                                                                              weight 2 · round to LM Studio
                                                                                              LM Studiopartialclaimed6/10

                                                                                              LM Studio's CLI provides `lms server start/stop` and a separate `lms load [--identifier=...]` command that can load additional models by name while the server presumably keeps running, implying the server and model loading are decoupled operations. However, no evidence explicitly confirms hot-swapping between already-loaded models via the API without a restart, nor is there community corroboration of this specific power-user workflow. missing for 10: explicit doc/community confirmation that switching between multiple loaded models via the REST/OpenAI-like API does not require restarting the server, and any mention of an 'unload' or model-swap endpoint.

                                                                                              • [claimed-docs] lms server start lms server stop
                                                                                              • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                                                                              • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                                                                              • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network

                                                                                              Jan supports downloading/running multiple local models and exposes an OpenAI-compatible local server, implying model switching is plausible, but no evidence explicitly documents hot-swapping models without restarting the server. missing for 10: explicit docs/demo of switching loaded models via API without server restart, independent confirmation of this behavior.

                                                                                              • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                                                                              • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                              • [claimed-docs] Choose from open models or plug in your favorite online models.

                                                                                            Remote serving

                                                                                            1. power-userServe models over my local network for access from other devices

                                                                                              weight 2 · round to LM Studio
                                                                                              LM Studiopartialcommunity6/10

                                                                                              LM Studio's own docs explicitly state it can 'Serve local models on OpenAI-like endpoints, locally and on the network' and the CLI includes 'lms server start/stop' for running that endpoint, which supports network-wide access. However, a hands-on community report describes real difficulty figuring out how to actually use LM Studio over the local network from another device, suggesting the feature is under-documented or not straightforward in practice. missing for 10: clear first-party network-serving setup guide, independent confirmation of successful multi-device LAN usage, and details on binding/exposing the server beyond localhost.

                                                                                              • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                                                              • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                                              • [claimed-docs] lms server start lms server stop
                                                                                              • [community] I've been wanting to try LM Studio but I can't figure out how to use it over local network. My desktop in the living room has the beefy GPU,…

                                                                                              Jan exposes an OpenAI-compatible local server at localhost:1337 for other applications to connect, which is the core capability needed for local-network serving, but there's no explicit documentation of binding to a network interface (0.0.0.0) or configuring access from other devices on the LAN. missing for 10: explicit network/LAN binding configuration docs, authentication/security guidance for exposing the server beyond localhost, independent confirmation of successful multi-device access.

                                                                                              • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications

                                                                                            Scale limits

                                                                                            1. developerThe documented maximum concurrent requests or connections the local server can handle before throughput degrades

                                                                                              weight 3 · round drawn
                                                                                              LM Studionone0/10

                                                                                              No evidence anywhere in the pack documents concurrency limits, throughput benchmarks, or max concurrent requests/connections for LM Studio's local server; docs only describe serving an OpenAI-like endpoint and community comments discuss speed comparisons and network access, not documented capacity limits.

                                                                                              • [claimed-docs] Serve local models on OpenAI-like endpoints, locally and on the network
                                                                                              • [community] In brief testing, the same models (Llama 3 7B) ran MUCH slower in LM Studio than in Ollama on a MacBook Air M1 2020.
                                                                                              • [community] I've been wanting to try LM Studio but I can't figure out how to use it over local network. My desktop in the living room has the beefy GPU,…
                                                                                              Jannone0/10

                                                                                              There is evidence Jan runs a local OpenAI-compatible server, but no documentation of maximum concurrent requests/connections or throughput degradation thresholds; probes for API/openapi docs returned 404s.

                                                                                              • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                              • [probe] PROBE llms.txt: HTTP 404 at https://jan.ai/llms.txt
                                                                                              • [probe] PROBE openapi: all candidate paths 404 (https://jan.ai/openapi.json, https://jan.ai/swagger.json, https://jan.ai/api/openapi.json, https://j…

                                                                                            Server configuration

                                                                                            1. power-userOverride low-level engine settings like memory locking or mmap behavior instead of being limited to opinionated defaults

                                                                                              weight 2 · round drawn
                                                                                              LM Studionone0/10

                                                                                              The evidence pack shows CLI flags for GPU offload and context length (lms load --gpu, --context-length) but no mention of memory locking (mlock) or mmap toggles, or any low-level engine tuning options; missing for 10: any documentation or community evidence of mlock/mmap override flags, or other low-level engine parameter controls beyond GPU/context-length.

                                                                                              • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                                                                              • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                                                                              Jannone0/10

                                                                                              No evidence in the pack mentions exposing low-level engine settings like memory locking, mmap, or similar advanced runtime tuning options; only high-level features (model download, cloud integration, API server) are documented.

                                                                                              Ux tooling — the working surface itself — layout, ergonomics, quality-of-life toolingUx tooling

                                                                                              The working surface itself — layout, ergonomics, quality-of-life tooling

                                                                                              Ai assisted setup

                                                                                              1. ai-native userRely on an AI assistant to recommend which local model best fits my hardware and task before I download it

                                                                                                weight 2 · round drawn
                                                                                                LM Studionone0/10

                                                                                                Evidence shows LM Studio's search/download catalog, model management, chat, and API features, but nothing describes an AI assistant that proactively recommends a model based on the user's hardware specs and intended task before download. Community comments even highlight confusing model listing/download UX (lm-studio-comm-1, lm-studio-comm-14) rather than any guided recommendation flow.

                                                                                                • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                                                                                • [claimed-docs] Search & download functionality (via Hugging Face 🤗)
                                                                                                • [claimed-docs] Manage your local models, prompts, and configurations
                                                                                                • [community] UI issues: chatbox has no clear empty state, no way to set CUDA acceleration before loading a model, some HuggingFace models aren't listed w…
                                                                                                • [community] The initial experience with LMStudio and MCP doesn't seem great... asked it to read the top headline from HN and it got stuck on an infinite…
                                                                                                Jannone0/10

                                                                                                Evidence shows Jan lets users browse/download models from HuggingFace and choose between local or cloud models, but there is no mention of any AI assistant or recommendation engine that suggests which model fits a user's hardware or task before downloading. missing for 10: hardware-detection/benchmarking feature, model-recommendation UI or assistant, any first-party or community mention of such a guidance feature.

                                                                                                • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                                                                                • [claimed-docs] Choose from open models or plug in your favorite online models.

                                                                                              Chat interface

                                                                                              1. power-userChat with local models using a built-in graphical chat interface

                                                                                                weight 3 · round to LM Studio
                                                                                                LM Studiofullcommunity9/10

                                                                                                LM Studio's docs explicitly describe a built-in graphical chat interface ('simple and flexible chat interface') alongside model management, and this is corroborated by extensive hands-on community feedback praising 'a UI to chat with models easily' and describing regular use of the chat GUI. Missing for 10: no independent screenshots/deep UX walkthrough beyond docs claims, and some community notes cite UI rough edges (empty states, scrolling issues).

                                                                                                • [claimed-docs] Use a simple and flexible chat interface
                                                                                                • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                                                                                • [community] I really like LM Studio... A local model runtime, a model catalog, a UI to chat with models easily, an OpenAI compatible API, and plugins li…
                                                                                                • [community] Been using LM studio for months on windows, its so easy to use, simple install, just search for the LLM off huggingface and it downloads and…
                                                                                                • [community] UI issues: chatbox has no clear empty state, no way to set CUDA acceleration before loading a model, some HuggingFace models aren't listed w…

                                                                                                Jan is a desktop app with a built-in GUI for downloading and chatting with local LLMs, corroborated by community mention of using Jan.ai as a chat client alongside OpenWebUI. missing for 10: detailed hands-on screenshots/reviews of the chat UI itself and independent power-user critique of the interface's depth/features.

                                                                                                • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                                                                                • [github] Download and run LLMs with **full control** and **privacy**.
                                                                                                • [claimed-docs] Choose from open models or plug in your favorite online models.
                                                                                                • [claimed-docs] Personal Intelligence that answers only to you
                                                                                                • [community] I'm using Jan.ai and it's been okay. I also see OpenWebUI mentioned quite often.

                                                                                              Cli tooling

                                                                                              1. developerStart an interactive chat session with a model directly from the terminal

                                                                                                weight 2 · round to LM Studio
                                                                                                LM Studiofullclaimed8/10

                                                                                                LM Studio's CLI docs explicitly document a `chat` command to "Start an interactive chat with a model" directly from the terminal, alongside supporting commands (`load`, `get`, `server`) for managing models used in that session. This is first-party documentation of the exact capability, though there's no independent/community hands-on confirmation specifically of the CLI chat command. Missing for 10: independent/community verification of the terminal chat command working in practice, and more detail on session persistence/options.

                                                                                                • [claimed-docs] chat Start an interactive chat with a model
                                                                                                • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                                                                                • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                                                                                • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                                                                                                Jannone0/10

                                                                                                The evidence describes Jan as a desktop GUI app with a local OpenAI-compatible server and MCP integration, but there is no mention of a CLI or terminal-based interactive chat mode. missing for 10: any documentation of a CLI chat command, terminal REPL, or command-line interface for starting a chat session.

                                                                                                • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                                                                                • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                                • [github] This handles everything: installs dependencies, builds core components, and launches the app.
                                                                                              2. developerSearch, download, and manage models from a command-line interface

                                                                                                weight 2 · round to LM Studio
                                                                                                LM Studiofullclaimed8/10

                                                                                                LM Studio ships an official `lms` CLI with documented commands for searching/downloading models (`get`), chatting, loading models with GPU/context options, and starting/stopping the local server, directly matching the story's requirements. Missing for 10: independent/hands-on community testimony specifically confirming CLI-based model search/download/management (most community feedback discusses the GUI/headless server experience rather than the CLI itself).

                                                                                                • [claimed-docs] chat Start an interactive chat with a model
                                                                                                • [claimed-docs] get Search and download models
                                                                                                • [claimed-docs] lms server start lms server stop
                                                                                                • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                                                                                • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                                                                                • [claimed-docs] llmster is the headless version of LM Studio, no desktop app required. It's ideal for servers, CI environments, or any machine where you don…
                                                                                                Jannone0/10

                                                                                                Jan is presented as a desktop GUI app with model download/run features and a local API server, but no evidence describes a CLI for searching, downloading, or managing models — the build script (jan-gh-7) is a dev setup tool, not a model-management CLI.

                                                                                                • developerLoad a model with custom GPU offload and context length settings from the command line

                                                                                                  weight 1 · round to LM Studio
                                                                                                  LM Studiofullcommunity8/10

                                                                                                  LM Studio's official CLI docs show the exact command `lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]` with an example (`lms load openai/gpt-oss-20b --identifier=...`), directly matching the story's ask for GPU offload and context length control from the command line. Missing for 10: independent/hands-on confirmation of these specific flags working in practice (community evidence only broadly praises headless/CLI usage, not these exact parameters).

                                                                                                  • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                                                                                  • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                                                                                  • [claimed-docs] chat Start an interactive chat with a model
                                                                                                  • [community] Local models are finally starting to feel pleasant instead of just 'possible.' The headless LM Studio flow is especially nice because it mak…
                                                                                                  Jannone0/10

                                                                                                  No evidence in the pack mentions a CLI for Jan, let alone CLI flags for GPU offload or context length; evidence only covers GUI-based model download, cloud integration, and local API server. Missing for 10: any mention of a command-line interface, CLI flags for GPU layers/offload, or context-length parameters.

                                                                                                  • developerStart and stop the local model server from the command line

                                                                                                    weight 1 · round to LM Studio
                                                                                                    LM Studiofullclaimed9/10

                                                                                                    Official CLI docs explicitly show `lms server start` and `lms server stop` commands to manage the local model server, directly matching the story. Missing for 10: independent/hands-on community confirmation of using these specific start/stop commands (community comments discuss the server generally but not the CLI start/stop flow).

                                                                                                    Jannone0/10

                                                                                                    Evidence confirms Jan runs a local OpenAI-compatible API server at localhost:1337, but there is no mention of a CLI command or terminal interface to start/stop that server — the app appears GUI-driven, with build scripts (jan-gh-7) referring to app launch, not a dedicated server CLI. missing for 10: documented CLI commands (e.g. jan serve/jan stop) or terminal-based start/stop control of the local model server.

                                                                                                    • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                                    • [github] This handles everything: installs dependencies, builds core components, and launches the app.
                                                                                                  • developerLaunch popular third-party coding agent CLIs pre-configured to use my local models with a single command

                                                                                                    weight 2 · round drawn
                                                                                                    LM Studionone0/10

                                                                                                    The evidence describes LM Studio's own CLI (lms), REST API, MCP server connection, and its own agent app (Bionic), but there is no mention of a command that launches pre-configured third-party coding agent CLIs (e.g., aider, Continue, Cline) wired to local models. This is a fair ask for a local-model runtime, but nothing in the pack supports it.

                                                                                                    • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.
                                                                                                    • [claimed-docs] chat Start an interactive chat with a model
                                                                                                    • [claimed-docs] lms server start lms server stop
                                                                                                    • [claimed-docs] Connect MCP servers and use them with local models
                                                                                                    • [community] The initial experience with LMStudio and MCP doesn't seem great... asked it to read the top headline from HN and it got stuck on an infinite…
                                                                                                    Jannone0/10

                                                                                                    No evidence Jan provides a one-command launcher for third-party coding agent CLIs (e.g., Claude Code, Aider) pre-configured to local models; it only offers a local OpenAI-compatible API server and MCP integration, which developers would need to manually configure themselves.

                                                                                                    • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                                    • [github] Model Context Protocol: MCP integration for agentic capabilities

                                                                                                  Document intelligence

                                                                                                  1. ai-native userChat with my own documents entirely offline using automatic retrieval-augmented generation

                                                                                                    weight 2 · round to LM Studio
                                                                                                    LM Studiofullcommunity7/10

                                                                                                    First-party docs explicitly confirm attaching documents to chat for offline RAG (lm-studio-docs-7), and community feedback corroborates it as a 'plugin like RAG (ChromaDB)' feature people actually use (lm-studio-comm-4). Missing for 10: detailed configuration/quality controls for retrieval (chunking, embeddings choice), independent hands-on verification of retrieval accuracy, and no mention of automatic (vs manual) invocation nuances.

                                                                                                    • [claimed-docs] You can attach documents to your chat messages and interact with them entirely offline, also known as "RAG".
                                                                                                    • [community] I really like LM Studio... A local model runtime, a model catalog, a UI to chat with models easily, an OpenAI compatible API, and plugins li…
                                                                                                    Jannone0/10

                                                                                                    No evidence pack item mentions document upload, retrieval-augmented generation, or automatic RAG over personal documents; features listed are local LLMs, cloud integration, custom assistants, API server, and MCP, none of which describe document chat/RAG.

                                                                                                    • ai-native userHave an AI agent draft and edit documents in an integrated workspace with changes saved automatically

                                                                                                      weight 1 · round to LM Studio
                                                                                                      LM Studiofullcommunity7/10

                                                                                                      LM Studio's Bionic agent explicitly supports drafting and editing documents in an integrated workspace with automatic saving, as stated directly in first-party docs. Community evidence corroborates that Bionic works as an agentic harness for local models, though it doesn't specifically confirm the document-editing/autosave workflow in hands-on detail. Missing for 10: independent hands-on verification specifically of document drafting/editing and autosave behavior, and more detail on the workspace UI itself.

                                                                                                      • [claimed-docs] Work with Bionic to create and edit documents. Every change is automatically saved, so you can work with your agent freely.
                                                                                                      • [community] I have never previously tried an agentic harness for local models, but I really love LM Studio so I gave Bionic a shot immediately. First im…
                                                                                                      • [community] A friendly reminder that both LM Studio app and now this new LM Studio Bionic app are closed source. Since most people are unaware of this f…
                                                                                                      Jannone0/10

                                                                                                      Jan is a chat/LLM runner with assistants, MCP, and API access, but there is no evidence of an integrated document workspace where an AI agent drafts/edits documents with autosave.

                                                                                                      • ai-native userDictate speech that gets transcribed in real time by an on-device model

                                                                                                        weight 1 · round to LM Studio
                                                                                                        LM Studiofullclaimed5/10

                                                                                                        LM Studio's Bionic feature explicitly claims real-time speech transcription during natural conversation, and since Bionic runs alongside local models this is presented as an on-device capability. However this is a single first-party marketing line with no technical detail on the STT model used, no independent/community hands-on confirmation of speech transcription performance, and no docs coverage in the main app/CLI docs. Missing for 10: independent corroboration of transcription quality/latency, technical documentation of the on-device STT model, and confirmation it works fully offline without cloud fallback.

                                                                                                        • [claimed-docs] Talk to Bionic naturally, and your speech gets transcribed in real time.
                                                                                                        • [claimed-docs] For your most demanding tasks, run Bionic with the latest frontier open models such as GLM 5.2, Kimi K3, and DeepSeek V4 Pro.
                                                                                                        Jannone0/10

                                                                                                        No evidence in the pack mentions speech dictation, voice input, or real-time transcription capability in Jan; all evidence covers text-based LLM chat, cloud/local model integration, and APIs.

                                                                                                        Local model management

                                                                                                        1. power-userManage my downloaded models, saved prompts, and per-model configurations in one place

                                                                                                          weight 2 · round to LM Studio
                                                                                                          LM Studiopartialcommunity7/10

                                                                                                          LM Studio's docs explicitly state it lets users 'Manage your local models, prompts, and configurations' in one place, backed by model search/download features and CLI commands for loading/identifying models, which matches the story core. However, community feedback notes real UX rough edges (no clear empty state, some HuggingFace models unlisted, confusing model download UX) suggesting the unified management experience isn't polished, and there's no independent deep-dive confirming saved-prompt management specifically. missing for 10: independent corroboration of prompt-library management, deeper detail on per-model config UI, and resolution of noted UX rough edges.

                                                                                                          • [claimed-docs] Manage your local models, prompts, and configurations
                                                                                                          • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                                                                                          • [claimed-docs] Search & download functionality (via Hugging Face 🤗)
                                                                                                          • [claimed-docs] get Search and download models
                                                                                                          • [claimed-docs] lms load [--gpu=max|auto|0.0-1.0] [--context-length=1-N]
                                                                                                          • [claimed-docs] lms load openai/gpt-oss-20b --identifier="my-model-name"
                                                                                                          • [community] UI issues: chatbox has no clear empty state, no way to set CUDA acceleration before loading a model, some HuggingFace models aren't listed w…

                                                                                                          Jan supports downloading/running local models and custom assistants, implying some per-model management, but there's no concrete evidence of a unified UI for managing saved prompts or per-model configuration settings in one place. Missing for 10: dedicated prompt-library management, explicit per-model config UI, and independent hands-on confirmation of a unified management view.

                                                                                                          • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                                                                                          • [github] Custom Assistants: Create specialized AI assistants for your tasks
                                                                                                          • [claimed-docs] Choose from open models or plug in your favorite online models.

                                                                                                        Not comparable on these axes

                                                                                                        1. ai-native userConnect an agent via an official MCP server

                                                                                                          weight 3 · not comparable
                                                                                                          LM Studion/a

                                                                                                          LM Studio is itself an agent/chat application (client) that connects to MCP servers to extend its own models — the evidence (lm-studio-docs-3) shows it consuming MCP servers, not exposing an official MCP server for other agents to connect to. Per the client-vs-server distinction, this axis is out of scope for an agent-type product unless it explicitly runs as an MCP server, which no evidence shows.

                                                                                                          • [claimed-docs] Connect MCP servers and use them with local models
                                                                                                          Jann/a

                                                                                                          Jan is itself an AI assistant/agent application (local chat app with model integration), and the MCP evidence (jan-gh-5) describes Jan connecting to MCP servers as a client for agentic capabilities, not Jan exposing itself as an MCP server for other agents to connect to. Per the agent-role rule, serving as an MCP server is a different product role from being an agent, and no evidence shows Jan running an MCP server endpoint (only an OpenAI-compatible API server is documented in jan-gh-4).

                                                                                                          • [github] Model Context Protocol: MCP integration for agentic capabilities
                                                                                                          • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                                        2. ai-native userIssue scoped/least-privilege API credentials for an agent

                                                                                                          weight 2 · not comparable
                                                                                                          LM Studion/a

                                                                                                          LM Studio is a local LLM runtime/desktop app for running models and serving an OpenAI-like API on a user's own machine, not an identity/credential management platform; issuing scoped or least-privilege API credentials for agents is outside its product category and not something a buyer would expect from this type of tool.

                                                                                                            Jannone0/10

                                                                                                            No evidence of scoped or least-privilege API credential issuance for agents; Jan exposes a local OpenAI-compatible API server and MCP integration but nothing about credential scoping, permissions, or per-agent access control.

                                                                                                            • [github] OpenAI-Compatible API: Local server at `localhost:1337` for other applications
                                                                                                            • [github] Model Context Protocol: MCP integration for agentic capabilities
                                                                                                          • ai-native userSubscribe to events via webhooks

                                                                                                            weight 2 · not comparable
                                                                                                            LM Studion/a

                                                                                                            LM Studio is a local LLM runtime/desktop app offering a REST API, CLI, and MCP client connectivity, but webhooks/event subscriptions are not a feature category it addresses—it's an inference server, not an event-driven platform. No evidence suggests this axis is relevant to its product type.

                                                                                                              Jannone0/10

                                                                                                              No evidence of webhook support anywhere in the evidence pack; Jan offers local model APIs, MCP integration, and OpenAI-compatible endpoints, but nothing about subscribing to events via webhooks.

                                                                                                              • ai-native userTest against a sandbox environment without touching production data

                                                                                                                weight 1 · not comparable
                                                                                                                LM Studionone0/10

                                                                                                                LM Studio's docs describe local model running, MCP connections, and the Bionic agent taking real actions (editing documents, running tasks), but nothing in the evidence describes a dedicated sandbox/test environment isolated from production data — missing for 10: any documented sandbox mode, staging environment, or safeguards preventing agent actions from touching real/production systems.

                                                                                                                • [claimed-docs] Connect MCP servers and use them with local models
                                                                                                                • [claimed-docs] Work with Bionic to create and edit documents. Every change is automatically saved, so you can work with your agent freely.
                                                                                                                • [claimed-docs] Download the latest local LLMs directly within the app and use them for simple chats or advanced agentic tasks.
                                                                                                                Jann/a

                                                                                                                Jan is a local desktop AI assistant/model runner, not a service with production data or sandbox/staging environments to test against — this axis doesn't apply to its category.

                                                                                                                • ai-native userVersion, review, and roll back my automations

                                                                                                                  weight 1 · not comparable
                                                                                                                  LM Studion/a

                                                                                                                  LM Studio is a local LLM runtime/chat/agent app with no concept of 'automations' that need versioning, review, or rollback (no workflow/automation builder exists in the evidence). This story targets automation-platform features that are simply outside LM Studio's product category.

                                                                                                                    Jannone0/10

                                                                                                                    No evidence of versioning, review, or rollback capabilities for automations/assistants; Jan's evidence covers model running, cloud integration, custom assistants, and MCP, but nothing about tracking changes or reverting them.

                                                                                                                    • power-userThe pricing tiers, rate limits, and usage caps that apply when offloading inference to the vendor's hosted cloud tier

                                                                                                                      weight 2 · not comparable
                                                                                                                      LM Studion/a

                                                                                                                      LM Studio is a local/offline inference tool with no vendor-hosted cloud tier; pricing tiers, rate limits, and usage caps for hosted cloud inference are not applicable to this product's category.

                                                                                                                        Jannone0/10

                                                                                                                        Jan connects to third-party cloud providers (OpenAI, Anthropic, etc.) but there is no evidence of Jan itself documenting pricing tiers, rate limits, or usage caps for a hosted cloud tier — the evidence only shows connectivity, not vendor pricing/limits disclosure. missing for 10: any documentation of pricing tiers, rate limits, or usage caps for cloud inference offload.

                                                                                                                        • [github] Cloud Integration: Connect to GPT models via OpenAI, Claude models via Anthropic, Mistral, Groq, MiniMax, and others
                                                                                                                        • [claimed-docs] Choose from open models or plug in your favorite online models.
                                                                                                                      • developerDisaggregate prefill and decode phases for optimized large-scale serving

                                                                                                                        weight 1 · not comparable
                                                                                                                        LM Studion/a

                                                                                                                        LM Studio is a single-node local LLM runtime/desktop app for individual developers, not a distributed serving infrastructure; disaggregated prefill/decode is an architecture concern for large-scale multi-node inference systems (e.g., vLLM, TensorRT-LLM clusters), which is outside LM Studio's product category.

                                                                                                                          Jann/a

                                                                                                                          Jan is a local desktop app for running LLMs on personal hardware, not a large-scale distributed serving system; prefill/decode disaggregation is an infrastructure-scale optimization for datacenter inference serving, which is a category error for this product type.

                                                                                                                          • ai-native userChoose where my data is stored (region/residency)

                                                                                                                            weight 2 · not comparable
                                                                                                                            LM Studion/a

                                                                                                                            LM Studio is a local-first, offline desktop app that runs models entirely on the user's own machine; there is no cloud storage or multi-region infrastructure to choose from, so region/residency selection is a category error for this product type.

                                                                                                                            • [claimed-docs] Download and run local LLMs like gpt-oss or Llama, Qwen
                                                                                                                            • [claimed-docs] You can attach documents to your chat messages and interact with them entirely offline, also known as "RAG".
                                                                                                                            • [claimed-docs] LM Studio provides a REST API that you can use to interact with your local models from your own apps and scripts.

                                                                                                                            Jan runs models fully locally, meaning users can keep all data on their own device rather than any vendor cloud, which implicitly gives residency control (jan-gh-1, jan-gh-6, jan-docs-2). However, there is no explicit region-selection feature or documentation for choosing where data is stored when using the optional cloud model integrations (jan-gh-2). Missing for 10: explicit region/residency selection controls for cloud-connected usage, documentation addressing data storage location for hybrid/cloud mode, and independent confirmation of data handling policies.

                                                                                                                            • [github] Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
                                                                                                                            • [github] Download and run LLMs with **full control** and **privacy**.
                                                                                                                            • [claimed-docs] Personal Intelligence that answers only to you
                                                                                                                            • [github] Cloud Integration: Connect to GPT models via OpenAI, Claude models via Anthropic, Mistral, Groq, MiniMax, and others