HLVM Docs

HLVM is a local AI runtime. Start with the smallest path that proves your setup, then use the workflow pages when you need a specific surface.

Reading Paths

GoalRead
Install HLVMInstall
Prove the first local runFirst Run
Run one-shot agent tasksAsk
Work interactivelyREPL
Switch or download modelsModels
Use named assistantsAgents
Connect external toolsMCP
Connect the browser bridgeBrowser Bridge
Expose the local runtime serverRuntime Server
Recover a broken installTroubleshooting
Look up every commandCLI Reference

The Short Path

curl -fsSL https://hlvm.dev/install.sh | sh
hlvm --version
hlvm ask "summarize what HLVM is in one paragraph"

The first AI call prepares HLVM's managed local runtime. Local AI uses HLVM's managed endpoint on 127.0.0.1:11439; user-facing clients talk to the runtime host on 127.0.0.1:11435.