You need Node.js 22+, an API key from any OpenAI-compatible provider, and about 90 seconds. No Vireon account, no credit card to us.
Before you start
- Disk — a few hundred MB for clone +
node_modules - Key — OpenRouter is the default path; OpenAI, Anthropic, xAI, or local LM Studio also work
- Terminal — PowerShell on Windows; bash or zsh on Mac/Linux
Install
macOS / Linux / WSL
curl -fsSL https://vireondynamics.com/install/install.sh | bashWindows (PowerShell)
irm https://vireondynamics.com/install/install.ps1 | iexFollow the wizard
Provider URL, API key, optional persona bootstrap overlay.Run doctor
Preflight checks for Node, build artifacts, and env.Pick a UI
npm run tui # terminal npm run web # browser UI on :3001
First session tips
- Start with a small, verifiable task — fix a test, add a function, explain one file.
- Watch tool cards in the web UI or TUI — that's the loop, not hidden "thinking."
- If a tool is inactive under lazy loading, call
list_tool_familiesthenactivate_tool_family. - Check
.agent_sessions/<taskId>.jsonlif something surprising happens.
Troubleshooting
| Symptom | Fix |
|---|---|
Invalid API key | Re-run wizard; confirm key matches provider dashboard |
| Tool not found | Activate the tool family, retry with corrected args |
| Context huge | Harness auto-compresses; use check_context / compress_context |
| Approval stuck | Approve in UI or set AGENT_YOLO=1 only in trusted sandboxes |
Try Liminal on your machine
Free, MIT licensed, one-command install. No account required.
— The Vireon Dynamics team