Install HLVM once, then use hlvm and hql from your shell.
curl -fsSL https://hlvm.dev/install.sh | sh
The installer downloads the platform binary, verifies the release checksum, and places the executable on your path.
Verify:
hlvm --version
Use the Windows installer from the Download menu, then open a new terminal and verify:
hlvm --version
hlvm: the runtime, REPL, agent, model, MCP, browser, and repair CLI.hql: the HQL language command that ships with HLVM.~/.hlvm/ after first-run setup.HLVM does not use system Ollama as its default local AI path. It manages its own
runtime under ~/.hlvm/ and serves local AI on 127.0.0.1:11439.
hlvm doctor
hlvm ask "say hello in one sentence"
If hlvm doctor reports missing runtime assets, run:
hlvm repair