Skip to content

0.4.3 — try MindBase with one command: npx mindbase-app

Latest

Choose a tag to compare

@frankchu91 frankchu91 released this 23 Aug 17:01
· 6 commits to main since this release

The web UI gets its first real distribution channel, plus a website with live demos.

npx mindbase-app

npx mindbase-app

Starts the local server + web UI, opens your browser, and walks you through installing a free local model that fits your RAM. 2.8MB download, Node 20+, --port / --no-open flags. No clone, no pnpm, no API key.

Website

https://frankchu91.github.io/mindbase-llm-wiki/ — how the LLM-wiki pattern works, live demo clips of the approval flow / wiki-status chip / contradiction lint, and all install paths in one place.

Muse Glimmer support

Meta's open-weight 30B is now the best-tier recommendation on 32GB+ Apple Silicon (Ollama ≥0.32.7, MLX). Quick model switcher on the chat composer badge — run qwen3:14b for interactive work and Glimmer for background synthesis. Thinking-model reasoning now streams live in chat instead of looking frozen.

Fixed

  • Projects created from the web UI were dead on arrival — they scaffolded the legacy layout and every operation returned 409. Fresh projects now get the full v2 scaffold.
  • Long note titles wrap instead of clipping.
  • think:false silently discarded Muse Glimmer's reasoning tokens (stream went quiet for 30s+); thinking models now stream their reasoning as progress.
  • Small-talk questions in chat no longer get force-fed through wiki citations.

Full details in CHANGELOG.md.