>_v0.2.0 — local LLM coding agents

Llanite installs local LLM coding agents

One command installs a private local AI stack: LLM, Ollama runtime, coding agent, tools, and permissions — all configured and ready to run. Swap any component, inspect every detail, remove everything cleanly.

$npm install -g @llanite/cli
Browse StacksView Docs
llanite
3 stacks available
~$llanite stacks
local-coderllama3.2 · ollama · continue
researchmistral · ollama · brave
code-reviewphi3 · ollama · diff
~$llanite doctor local-coder
ollama running
model cached
agent installed
ready to run
~$
~$llanite inspect local-coder
local-coder
modelllama3.2-3b
runtimeollama
agentcontinue
toolsedit, read, shell
permissions
file_writeconfirm
shellconfirm
networkdeny
secretsblock

How it works

From zero to running in minutes

Llanite is designed to get out of your way. Three commands cover the entire workflow.

01

Install Llanite

One npm command gets you the CLI globally. No config files, no setup wizard, no accounts.

$ npm install -g @llanite/cli
02

Install a stack

Pick a stack profile. Llanite pulls the model and wires up the runtime — no manual configuration.

$ llanite install local-coder
03

Run it locally

Launch the stack. All inference runs on your machine. Nothing phones home.

$ llanite run local-coder

Why stacks exist

Local AI should not require a weekend of config archaeology

Running a local model is only one part of the job. The hard part is making the model, runtime, agent, tools, context budget, and access policy work together without surprises.

Setup drift

Local agents often fail because model IDs, provider URLs, chat templates, and config files do not line up. Llanite packages those choices into inspectable stacks.

model + runtime + agent wired together

Hardware fit

RAM, VRAM, unified memory, quantization, and context length all change what feels usable. Llanite surfaces fit before you pull a model.

RAM tiers and model-fit checks

Tool calling

A model can chat well and still struggle with tools. Stacks pair models with agent layers that are known to support the workflow.

tool-capable presets

Context pressure

Large context makes local runs slow fast. Stack defaults should set a practical budget instead of pushing every file into every turn.

context defaults per stack

Policy ownership

Different agent layers enforce access differently. Llanite labels whether policy is Llanite-enforced, OpenClaw-managed, or externally managed.

explicit policy owner

Fast iteration

When a stack is almost right, you should swap one layer instead of starting over. Clone a preset, change the model or agent, and keep moving.

preset first, custom when needed

The case for local AI

Are local LLMs the future?

Cloud AI is convenient until you care about privacy, cost, or control. Local models have crossed the quality threshold for most coding and productivity tasks — and the pace of improvement is accelerating faster than any cloud provider can keep up with. Llanite exists because we think the answer is yes.

Privacy

Your code, queries, and context never leave your machine. No cloud provider sees your work.

Cost

No API bills. No per-token pricing. No rate limits. Run inference as many times as you want.

Performance

Modern 7B models match GPT-3.5 on most coding tasks. 27B models push further every quarter.

Registry to runtime

A stack should feel like one package, not six setup guides.

Llanite turns registry metadata into a runnable local agent profile: model, runtime, agent layer, tools, permissions, and launch command all resolved before anything runs.

inspectable

Every profile is plain YAML.

local-first

Ollama and local model caches stay on device.

permissioned

Shell, file writes, network, and secrets are explicit.

Runtime

Ollama

Local model server

Model

Qwen Coder

7B coding model

Agent

Llanite Agent

Chat, tools, memory

Tools

Filesystem

Read/write with policy

Tool

Git

Diffs and status

Policy

Confirm Shell

Permission gates

local-coder setup
~$llanite install local-coder
Registry cache updated
12 stacks
Ollama runtime detected
0.7.0
Pulling qwen2.5-coder:7b
local-coder
Writing stack profile
~/.llanite
~$llanite run local-coder
Stack ready. Shell commands require confirmation. Secrets are blocked.

local-coder

resolved manifest

modelqwen2.5-coder:7b
runtimeollama
agentllanite-agent
memorylocal logs
toolsfs, git, shell

Built different

Everything you need, nothing you don't

One command. Model, runtime, agent — all ready.

Llanite detects your hardware, picks the right model for your RAM, and pulls everything needed to run locally. No config files. No setup wizard. No accounts.

$llanite install local-coder
Ollama detectedruntime ready
RAM detected16 GB — recommended fit
Pulling qwen2.5-coder:7b4.7 GB
Stack saved~/.llanite/local-coder
$llanite run local-coder
Start local

Your first stack is one command away.

Install Llanite, inspect the registry, and launch a local AI environment with explicit tools and permission gates.

$npm install -g @llanite/cli
llanite

$ llanite fetch

registry updated

$ llanite inspect local-coder

qwen2.5-coder:7b · ollama

$ llanite run local-coder

shell confirm · secrets block