LM Studio alternative, after the subscription
- LM Studio’s local app is still free, still excellent, and nothing was taken away.
- What is new is a paid tier: “$20USD / month” and “$100USD / month” for models it hosts, not models you run.
- If you wanted a local app because you did not want a monthly bill, that is now a thing to decide rather than a thing you got for free.
- Outlier is a one-time purchase, runs everything on your Mac, and does agentic work on a codebase — which is a different job from chatting with a model.
I build Outlier, so read this as a comparison written by someone with an interest in the answer. Every claim about LM Studio below links to LM Studio’s own pages, with the date I read them, so you can check the ones that matter to you.
Start with what LM Studio does better
This page is not worth reading if it pretends LM Studio is bad. It is not bad. It is the app most people should try first, and its reviewers are unusually consistent about why. From its Product Hunt reviews (producthunt.com/products/lm-studio-2/reviews, read 2026-09-16):
- “Absolutely beautiful User Interface. It’s super easy to setup and start using” — Sarang N
- “It’s one of the most convenient and lightweight tools for working with LLMs locally” — xrumka
- “LM Studio makes it really easy to deploy LLMs locally and makes it brilliantly simple” — Robert Kotula
Three different people, one point: setup. The same reviews praise the model browser and the fact that it shows a model’s size before you download it, which is a small thing that saves you a 14 GB mistake. If what you want is to pick a model and talk to it, LM Studio is very hard to beat and it costs nothing.
What actually changed
LM Studio’s pricing page now lists three tiers: Free at $0, Bionic+ at “$20USD / month”, and Pro at “$100USD / month” with “5× usage limits” (lmstudio.ai/pricing, read 2026-09-16). The paid tiers are described as “Private, US-hosted OSS models” and the page names them: “US-hosted open source models: Kimi K3, GLM 5.3, DeepSeek V4 Flash, and more”.
Read that carefully, because it is easy to get wrong in both directions. Nothing was removed from the free local app, and the paid tier is not a licence fee for running models on your own machine. It is a different product: models that run on LM Studio’s servers in the United States, sold monthly, inside an app you installed because it ran things locally.
That is a reasonable business. It is also a change in what the app is for, and it is fair to notice it. The models named in the paid tier are larger than most laptops can hold, which is exactly the gap a hosted tier fills — and exactly the gap that makes “local” start to mean “local, plus a subscription for the good ones”.
So what are you actually choosing between?
If the subscription is what sent you looking, there are three honest answers and only one of them is mine.
- Keep using LM Studio for free. The local app did not change. If you never wanted the hosted models, the pricing page is not addressed to you.
- Use a free runner and assemble the rest yourself. Ollama plus an editor extension costs nothing and a lot of people are happy there. I wrote about where that line falls in Outlier vs Ollama.
- Buy a local app once instead of renting one monthly. That is what Outlier is, and the rest of this page is about when that is the right call rather than when it is not.
Where Outlier is different, and where it is not
Outlier is a native Mac app for Apple Silicon. It ships the models rather than asking you to choose them, it runs everything on your chip, and it costs $249 once (outlier.host) rather than every month. Turn off Wi-Fi after the download and it keeps working, because there is nothing on the other end of a wire to call.
The real difference is not the price, though. It is the job. LM Studio is a place to talk to a model and an endpoint other tools can call. Outlier reads a codebase from disk, edits files, runs commands, and pauses for approval when it should — an agent loop rather than a chat window. If you want the model-runner comparison specifically, that is a separate page: Outlier vs LM Studio for agentic workflows.
And the honest reverse: Outlier is Mac-only, and LM Studio runs on Mac, Windows and Linux. If you are not on Apple Silicon, none of this applies to you and LM Studio is the better tool by default. Outlier also does not have LM Studio’s model browser, because it does not want you choosing models — which is a feature if you found that tiring and a loss if you enjoyed it.
Side by side
| LM Studio | Outlier | |
|---|---|---|
| Local app | Free | $249 once |
| Hosted models | “$20USD / month” or “$100USD / month”, US-hosted | None — there is no server |
| Platforms | Mac, Windows, Linux | Apple Silicon Macs |
| Choosing a model | You browse and pick; size shown upfront | Tiers ship with the app |
| Agent on a codebase | Not its job; drives other tools via its API | Built in — reads, edits, runs, asks |
| Works offline | Yes, for local models | Yes, entirely |
When LM Studio is still the right answer
- You are not on a Mac.
- You want to try many models and enjoy choosing them.
- You want a free local OpenAI-compatible endpoint for your own code to call.
- You want the hosted models and $20 a month is a fair price for them — which, for Kimi K3 or GLM 5.3, it may well be.
None of those are consolation prizes. If one of them describes you, stop reading and go use it.
Questions about LM Studio alternatives
Did LM Studio stop being free?
No. The local app is still free and nothing was removed from it. The paid tiers buy access to models LM Studio hosts, which is a new product alongside the old one.
Do I have to pay to run local models in LM Studio now?
No. Running models on your own machine is still the free tier. The pricing page (lmstudio.ai/pricing, read 2026-09-16) describes the paid tiers as “US-hosted open source models”.
What is the closest thing to LM Studio that I pay for once?
Outlier, if you are on an Apple Silicon Mac and you want an agent rather than a chat window. If you want a chat window, the free tier of LM Studio is a better fit than paying me $249.
Can I use both?
Yes, and plenty of people should. LM Studio for browsing and trying models, Outlier when you want a coding agent working through a repository unattended.