HLVM Docs

HLVM is a vendor-neutral 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
Build the pre-release sourceBuild
Prove the first AI 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
Diagnose a local build or runtimeTroubleshooting
Look up every commandCLI Reference

The Short Path

mkdir hlvm-dev && cd hlvm-dev
git clone https://github.com/hlvm-dev/hql.git
git clone https://github.com/hlvm-dev/hlvm.git
cd hlvm
make build
./hlvm --version
./hlvm ask "summarize what HLVM is in one paragraph"

The repository is currently private and pre-release. No public binary installer is published yet; this path is for authorized contributors.

A fresh configuration starts at auto: HLVM chooses one usable route before each turn. Runtime startup does not bootstrap local AI. Installed and authenticated native engines and providers appear as eligible routes; local setup remains an explicit option. User-facing clients talk to the runtime host on 127.0.0.1:11435.