# Lms

> The purpose of this project is to provide a robust, user-friendly command-line interface for managing LM Studio’s local LLM models and runtime environment. It enables users to automate tasks such as model loading, server management, project creation, and logging. The CLI is designed to be extensible, supporting subcommands for various workflows, and integrates with the underlying lmstudio.js library for seamless interaction with the LM Studio application.

**Remember:**
- CLI (Command-Line Interface)
- LM Studio
- Model Management (load/unload/list)
- Runtime Server Control
- Subcommands
- Monorepo Integration

## Concepts
- [Architecturestylizations](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/architectureStylizations.ts): core concept.

## Optional
- [Contributing](https://raw.githubusercontent.com/lmstudio-ai/lms/main/CONTRIBUTING.md): docs page.
- [README](https://raw.githubusercontent.com/lmstudio-ai/lms/main/README.md): docs page.

## Src
- [Clipref](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/cliPref.ts): docs page.
- [Compareversions](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/compareVersions.ts): docs page.
- [Compareversions.Test](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/compareVersions.test.ts): docs page.
- [Confirm](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/confirm.ts): docs page.
- [Createclient](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/createClient.ts): docs page.
- [Downloadpbupdater](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/downloadPbUpdater.ts): docs page.
- [Ensureauthenticated](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/ensureAuthenticated.ts): docs page.
- [Exists](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/exists.ts): docs page.
- [Filedata](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/FileData.ts): docs page.
- [Findprojectfolder](https://raw.githubusercontent.com/lmstudio-ai/lms/main/src/findProjectFolder.ts): docs page.
