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=legacy preserves old paths
  • Web multi-chatChatManager, chat list/switch REST APIs, idle bridge eviction, SSE events scoped to the active chat
  • Audiotranscribe_audio, upload attachments, Whisper-turbo defaults via OpenRouter, dictation env knobs, web mic UI
  • API connectorsapi_connect / api_disconnect / api_list (OpenAPI specs → persisted dynamic tools)
  • MCPmcp_attach registers MCP server tools into the live harness
  • Memorymemory_promote, memory_neighbors, consolidate_chat; federated rank scoring; exploratory-turn debias (AGENT_MEMORY_DEBIAS)
  • HarnessAGENT_PROMPT_CACHE for 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)

StageMeaningStatus
v0.0.x alphaRapid iteration on mainYou are here (v0.0.11)
BetaAPI/default stability pass, broader dogfoodingNot started
RCRelease checklist, docs freeze candidateNot started
v0.1.0Public preview tag + install GA storyNot started

Comparison table

Pre-release history

VersionDateSummary
v0.0.102026-05-23Execution state pass + dev CLI
v0.0.92026-05-22Browser + reasoning + writes
v0.0.82026-05-15Settings + persona UX

Comparison table

Product roadmapAlpha → beta → RC → v0.1.0 public preview.

Try the alpha on your machine

Clone from GitHub. MIT licensed. Node 22+ and your own API key. Beta and public preview coming later.