Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
L

lms

> AI 编程
Open source

LM Studio CLI

5.1K stars0 likes1 views
WebsiteGitHub

About

LM Studio CLI




lms - Command Line Tool for LM Studio

Built with lmstudio.js

# Installation `lms` ships with [LM Studio](https://lmstudio.ai/) 0.2.22 and newer. If you have trouble running the command, try running `npx lmstudio install-cli` to add it to path. To check if the bootstrapping was successful, run the following in a ** new terminal window **: ```shell lms ``` # Usage You can use `lms --help` to see a list of all available subcommands. For details about each subcommand, run `lms --help`. Here are some frequently used commands: - `lms status` - To check the status of LM Studio. - `lms server start` - To start the local API server. - `lms server stop` - To stop the local API server. - `lms ls` - To list all downloaded models. - `lms ls --json` - To list all downloaded models in machine-readable JSON format. - `lms ps` - To list all loaded models available for inferencing. - `lms ps --json` - To list all loaded models available for inferencing in machine-readable JSON format. - `lms load` - To load a model - `lms load -y` - To load a model with maximum GPU acceleration without confirmation - `lms unload ` - To unload a model - `lms unload --all` - To unload all models - `lms create` - To create a new project with LM Studio SDK - `lms log stream` - To stream logs from LM Studio # Contributing The CLI is part of the [lmstudio.js monorepo](https://github.com/lmstudio-ai/lmstudio.js) and cannot be built standalone. ## Building and Testing the CLI ```bash # Clone and build the entire monorepo git clone https://github.com/lmstudio-ai/lmstudio-js.git --recursive cd lmstudio-js npm install npm run build # Test your CLI changes node publish/cli/dist/index.js ``` **Example:** ```bash node publish/cli/dist/index.js --help node publish/cli/dist/index.js status ``` See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScriptllmlmstudionodejstypescript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
CategoryAI 编程
PricingOpen source

> Related tools

G
GitHub Copilot
GitHub 官方 AI 编程助手,覆盖补全、Chat 与 Agent 模式。
C
Cursor
AI 原生代码编辑器,对话改代码、多文件 Agent 与规则体系是其核心。
S
skills
Skills for Real Engineers. Straight from my .agents directory.