Docs

Llanite is a CLI-first package manager for complete local AI stack configurations.

Install

The MVP distribution target is npm. The package exposes both llanite and lla.

$ npm install -g @llanite/cli$ llanite --version$ llanite doctor

Quickstart

This is the target workflow. Install and run are planned next, while discovery and diagnostics are available today.

Target workflow
$ llanite install local-coder$ llanite run local-coder
Available today
$ llanite stacks$ llanite inspect local-coder$ llanite doctor local-coder

Commands

llanite stacks

Browse the prebuilt stack catalog.

llanite inspect <stack>

Show resolved runtime, model, agent, tools, permissions, and compatibility.

llanite doctor [stack]

Check Llanite, Ollama, model availability, and stack compatibility.

llanite fetch

Fetch and validate the Llanite registry cache.

llanite catalog

List registry entries for debugging and exploration.

llanite search <query>

Search the local registry cache.

Concepts

Stack

The user-facing package: runtime, model, agent, tools, permissions, and context rules.

Registry

Metadata that tells Llanite where components come from and how they fit together.

Runtime

The local model runtime. The MVP starts with Ollama.

Doctor

A health check for Llanite, registry state, runtime reachability, and model availability.

Troubleshooting

Use doctor before installing or running a stack. It checks registry status, compatibility, Ollama CLI detection, server reachability, and model availability.

$ llanite doctor$ llanite doctor local-coder$ llanite inspect local-coder