[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73631":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},73631,"lms","lmstudio-ai\u002Flms","lmstudio-ai","LM Studio CLI","https:\u002F\u002Flms.dev",null,"TypeScript",4941,406,37,285,0,18,52,152,54,109.83,"MIT License",false,"main",true,[27,28,29,30],"llm","lmstudio","nodejs","typescript","2026-06-12 04:01:10","\u003Cp align=\"center\">\n  \u003Cbr\u002F>\n  \u003Cpicture>\n    \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Ffiles.lmstudio.ai\u002Flms-dark.png\">\n    \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Ffiles.lmstudio.ai\u002Flms-light.png\">\n    \u003Cimg alt=\"lmstudio cli logo\" src=\"https:\u002F\u002Ffiles.lmstudio.ai\u002Flms-light.png\" width=\"180\">\n  \u003C\u002Fpicture>\n  \u003Cbr\u002F>\n  \u003Cbr\u002F>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\u003Cbold>\u003Ccode>lms\u003C\u002Fcode> - Command Line Tool for \u003Ca href=\"https:\u002F\u002Flmstudio.ai\u002F\">LM Studio\u003C\u002Fa>\u003C\u002Fbold>\u003C\u002Fp>\n\u003Cp align=\"center\">Built with \u003Cbold>\u003Ccode>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Flmstudio-ai\u002Flmstudio.js\">lmstudio.js\u003C\u002Fa>\u003C\u002Fcode>\u003C\u002Fbold>\u003C\u002Fp>\n\n# Installation\n\n`lms` ships with [LM Studio](https:\u002F\u002Flmstudio.ai\u002F) 0.2.22 and newer.\n\nIf you have trouble running the command, try running `npx lmstudio install-cli` to add it to path.\n\nTo check if the bootstrapping was successful, run the following in a **👉 new terminal window 👈**:\n\n```shell\nlms\n```\n\n# Usage\n\nYou can use `lms --help` to see a list of all available subcommands.\n\nFor details about each subcommand, run `lms \u003Csubcommand> --help`.\n\nHere are some frequently used commands:\n\n- `lms status` - To check the status of LM Studio.\n- `lms server start` - To start the local API server.\n- `lms server stop` - To stop the local API server.\n- `lms ls` - To list all downloaded models.\n  - `lms ls --json` - To list all downloaded models in machine-readable JSON format.\n- `lms ps` - To list all loaded models available for inferencing.\n  - `lms ps --json` - To list all loaded models available for inferencing in machine-readable JSON format.\n- `lms load` - To load a model\n  - `lms load \u003Cmodel path> -y` - To load a model with maximum GPU acceleration without confirmation\n- `lms unload \u003Cmodel identifier>` - To unload a model\n  - `lms unload --all` - To unload all models\n- `lms create` - To create a new project with LM Studio SDK\n- `lms log stream` - To stream logs from LM Studio\n\n# Contributing\n\nThe CLI is part of the [lmstudio.js monorepo](https:\u002F\u002Fgithub.com\u002Flmstudio-ai\u002Flmstudio.js) and cannot be built standalone.\n\n## Building and Testing the CLI\n\n```bash\n# Clone and build the entire monorepo\ngit clone https:\u002F\u002Fgithub.com\u002Flmstudio-ai\u002Flmstudio-js.git --recursive\ncd lmstudio-js\nnpm install\nnpm run build\n\n# Test your CLI changes\nnode publish\u002Fcli\u002Fdist\u002Findex.js \u003Csubcommand>\n```\n\n**Example:**\n\n```bash\nnode publish\u002Fcli\u002Fdist\u002Findex.js --help\nnode publish\u002Fcli\u002Fdist\u002Findex.js status\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more information.\n","LM Studio CLI 是一个用于管理和操作 LM Studio 的命令行工具。其核心功能包括启动和停止本地 API 服务器、加载和卸载模型、查看已下载或加载的模型列表等，支持 JSON 格式的输出以方便脚本处理。该工具基于 TypeScript 构建，集成在 lmstudio.js 项目中，适用于需要通过脚本自动化管理语言模型开发环境的场景，如持续集成\u002F持续部署（CI\u002FCD）流程、批量处理任务或是开发者希望提高工作效率的情况。",2,"2026-06-11 03:46:27","high_star"]