Metadata-Version: 2.4
Name: lockn-cli
Version: 0.1.1
Summary: LockN CLI — AI orchestration toolkit for local model management and hardware profiling
Author-email: LockN Labs <dev@lockn.ai>
License: FSL-1.1-ALv2
Project-URL: Homepage, https://lockn.ai
Keywords: lockn,cli,ai,orchestration,models,inference
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Console
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: click>=8.0
Requires-Dist: rich>=13.0
Requires-Dist: psutil>=5.9
Provides-Extra: mlx
Requires-Dist: mlx-lm>=0.20; extra == "mlx"
Requires-Dist: huggingface-hub>=0.20; extra == "mlx"
Dynamic: license-file

# lockn-cli

**LockN CLI — AI orchestration toolkit for local model management and hardware profiling.**

## Install

```bash
pip install lockn-cli
```

## Usage

```bash
# Detect your hardware
lockn init

# See which AI models fit your machine
lockn models recommend

# List all available models
lockn models list

# Check status
lockn status
```

## About

LockN CLI is part of the [LockN](https://lockn.ai) platform — AI-powered workflow orchestration, agent management, and intelligent automation.

## License

[FSL-1.1-ALv2](./LICENSE.md) — Functional Source License, converting to Apache 2.0 after two years.

Copyright 2026 OneSun Labs LLC.
