v0.0.11 is where liminal-ai main sits today: MIT-licensed, still alpha. Memory and persona can live in user-global storage while the web UI runs multiple chats with transcription and external API/MCP connectors.
v0.0.11
Changelog milestone (alpha)
Alpha
Release stage today
22
Eval scenario packs
2
UIs (TUI + Web)
Shipped in this slice
- Storage layout —
~/.liminal/for cross-project memory, persona, prefs, vault; per-chat folders for sessions and artifacts;AGENT_STORAGE_LAYOUT=legacypreserves old paths - Web multi-chat —
ChatManager, chat list/switch REST APIs, idle bridge eviction, SSE events scoped to the active chat - Audio —
transcribe_audio, upload attachments, Whisper-turbo defaults via OpenRouter, dictation env knobs, web mic UI - API connectors —
api_connect/api_disconnect/api_list(OpenAPI specs → persisted dynamic tools) - MCP —
mcp_attachregisters MCP server tools into the live harness - Memory —
memory_promote,memory_neighbors,consolidate_chat; federated rank scoring; exploratory-turn debias (AGENT_MEMORY_DEBIAS) - Harness —
AGENT_PROMPT_CACHEfor provider cache breakpoints; intent inference heuristics + research finalize judge - Docs — studio product pipeline on vireondynamics.com/roadmap; hosted install URL comments
What you can run today
Clone the repo, set AGENT_API_KEY in .env, build core + tools, then:
npm run build -w packages/core && npm run build -w packages/tools
npm run web # or: npm run tui
Or use the hosted installer:
curl -fsSL https://vireondynamics.com/install/install.sh | bash
Full operator docs: docs.vireondynamics.com/liminal/.
Roadmap (not shipped)
| Stage | Meaning | Status |
|---|---|---|
| v0.0.x alpha | Rapid iteration on main | You are here (v0.0.11) |
| Beta | API/default stability pass, broader dogfooding | Not started |
| RC | Release checklist, docs freeze candidate | Not started |
| v0.1.0 | Public preview tag + install GA story | Not started |
Comparison table
Pre-release history
| Version | Date | Summary |
|---|---|---|
| v0.0.10 | 2026-05-23 | Execution state pass + dev CLI |
| v0.0.9 | 2026-05-22 | Browser + reasoning + writes |
| v0.0.8 | 2026-05-15 | Settings + persona UX |
Comparison table
Try the alpha on your machine
Clone from GitHub. MIT licensed. Node 22+ and your own API key. Beta and public preview coming later.