#67 · Primary category: Inference & Local Deploy
lms
LM Studio CLI
Project last updated:08/18/26
GitHub Stars
5.2K
Forks
447
Contributors
12
License
MIT
Why we included this project
LM Studio covers the day-to-day work of running local models, but the desktop app is a GUI-first experience. lms puts the same operations in a terminal: list and search downloaded models, load one with GPU offload and context settings, unload it, start or stop the local inference server, and stream server logs when a request misbehaves. That makes it a natural fit for automation. You can start the server, load a model, and point scripts or API clients at the local endpoint without touching the window. The memory-estimate flag helps you check whether a model fits on your hardware before committing to a load. For teams juggling several models or wanting stable identifiers for repeatable API calls, it is a useful layer between LM Studio and their own tooling.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.