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 doctorQuickstart
This is the target workflow. Install and run are planned next, while discovery and diagnostics are available today.
$ llanite install local-coder$ llanite run local-coder$ llanite stacks$ llanite inspect local-coder$ llanite doctor local-coderCommands
llanite stacksBrowse 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 fetchFetch and validate the Llanite registry cache.
llanite catalogList 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