Presets are starting points
Pick a stack. Swap any part.
Stacks are interchangeable local AI configurations. Use a preset for rapid adoption, or treat it as a modular recipe where the model, runtime, agentic layer, context budget, and access policy can be changed independently.
Local Coder
The default local coding stack: Qwen 3.5 27B Coder, OpenClaw, and OpenClaw's broad tool surface.
16 GB Coder
A smaller coding preset for 16 GB machines: Qwen 3.5 9B with the Llanite agent.
Custom
Start from a preset or compose your own stack from the model, runtime, and agentic layer that fit your work.
Alternative prebuilt presets
Useful, but not the default path.
Smaller, safer presets for review, private chat, and specialized workflows. Clone one when it is closer to your starting point.
Compact
Read-only stack for code review, audits, and PR prep. No file writes or shell.
Chat
No tools, no project access. A private Google Gemma 4 chat assistant.
More presets soon
The registry can add task-specific stacks without changing the core model/runtime/agent abstraction.
llanite catalog --type stackStart with a known-good manifest for your hardware and use case.
llanite install local-coderKeep the stack shape but change the model, tool access, or runtime.
llanite set local-coder model <new>Every stack exposes its tools, policy, model, and hardware requirements.
llanite inspect repo-reviewerEach stack declares its policy owner explicitly. Llanite ships llanite-agent with Llanite-enforced permissions, and can also package alternatives like OpenClaw where access is managed by OpenClaw's own tool and sandbox configuration. Run llanite models --ram <your-gb> to find model swaps that fit your machine.