Use the real HLVM paths when diagnosing failures. Do not bypass bootstrap by starting a separate system Ollama instance.
hlvm --version
hlvm doctor
hlvm repair
hlvm ask --verbose "hello"
Run:
hlvm doctor
hlvm repair
repair restores managed runtime assets. If the error still mentions
127.0.0.1:11439, another process may be occupying HLVM's managed local AI
endpoint.
Use the model command so the download stays inside HLVM's managed runtime:
hlvm model pull ollama/gemma4:12b
Then retry:
hlvm ask --verbose "hello"
hlvm browser setup
hlvm browser status
Restart Chrome after setup. If status remains disconnected, open the extension
popup once and rerun hlvm browser status.
hlvm mcp show <name>
hlvm mcp login <name>
For stdio servers, confirm the command works outside HLVM and that the hlvm mcp add command used -- before the stdio command.
Use HQL's own docs:
hql run hello.hql
hql explain <CODE>