Skip to content

ddsyasas/llm-wiki

v1.1.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 10d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic ai-agent byok karpathy knowledge-base knowledge-graph
+11 more
llm-wiki local-first markdown nextjs note-taking notebooklm-alternative obsidian-alternative openrouter personal-wiki second-brain typescript

Summary

AI summary

Updates Install ```bash, Platform notes, and Requirements across a mixed release.

Changes in this release

Feature Low

Adds Wiki health dashboard at /dashboard showing page/source/chat counts and LLM spend.

Adds Wiki health dashboard at /dashboard showing page/source/chat counts and LLM spend.

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Adds Mobile sidebar off-canvas drawer on /wiki and /chats.

Adds Mobile sidebar off-canvas drawer on /wiki and /chats.

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Adds Per-page diff view at /wiki/<slug>/history with line‑by‑line unified diffs.

Adds Per-page diff view at /wiki/<slug>/history with line‑by‑line unified diffs.

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Adds Approval gate for ingest allowing preview of LLM changes before applying (Settings toggle).

Adds Approval gate for ingest allowing preview of LLM changes before applying (Settings toggle).

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Adds Export wiki to zip via Settings → Wikis → ↓ Export active wiki (now functional).

Adds Export wiki to zip via Settings → Wikis → ↓ Export active wiki (now functional).

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Adds Wiki templates with a CLAUDE.md starter when creating a new wiki.

Adds Wiki templates with a CLAUDE.md starter when creating a new wiki.

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Adds Cross-wiki page search triggered by ⌘K searching all wikis.

Adds Cross-wiki page search triggered by ⌘K searching all wikis.

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Adds Setup gate redirecting direct bookmarks to onboarding instead of failing.

Adds Setup gate redirecting direct bookmarks to onboarding instead of failing.

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Adds Replay welcome tour in Settings → About showing the wizard.

Adds Replay welcome tour in Settings → About showing the wizard.

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Adds LLM spend calculation displaying cost in dollars on Settings → Models and /dashboard.

Adds LLM spend calculation displaying cost in dollars on Settings → Models and /dashboard.

Source: llm_adapter@2026-05-29

Confidence: high

Feature Low

Introduces cross‑platform tarball install; native deps compile per platform at npm install time.

Introduces cross‑platform tarball install; native deps compile per platform at npm install time.

Source: granite4.1:30b@2026-05-29-audit

Confidence: low

Feature Low

Improves first‑run UX with post‑install banner and welcome screen in CLI.

Improves first‑run UX with post‑install banner and welcome screen in CLI.

Source: granite4.1:30b@2026-05-29-audit

Confidence: low

Full changelog

First release with a real install path: download the tarball, run npm install -g, and you have the llm-wiki CLI on your PATH.

Verified end-to-end on macOS / Linux (incl. WSL) / Windows.

Install

# From the npm registry (once published)
npm install -g @syasas/llm-wiki

# Or directly from this release:
npm install -g https://github.com/ddsyasas/llm-wiki/releases/download/v1.1.0/syasas-llm-wiki-1.1.0.tgz

llm-wiki start

That's it — no git clone, no pnpm, no monorepo navigation. The CLI auto-initializes your wiki folder, picks a free port (3737 by default), and opens the browser. First run shows a welcome banner with the three commands you'll use most.

What's new since 1.0.0

The V1.x sprint shipped 10 features in section P + 5 in section Q + the cross-platform release in section R (see dev-log.md):

  • Wiki health dashboard at /dashboard — per-wiki page/source/chat counts + cumulative LLM spend, sortable by recency
  • Mobile sidebar — off-canvas drawer on /wiki and /chats
  • Per-page diff view/wiki/<slug>/history shows backups with line-by-line unified diffs
  • Approval gate for ingest — preview LLM changes before applying (Settings toggle)
  • Export wiki to zipSettings → Wikis → ↓ Export active wiki (now actually works, was broken in 1.0.0)
  • Wiki templates — pick a starting CLAUDE.md template when creating a new wiki
  • Cross-wiki page search⌘K searches every wiki, not just the active one
  • Setup gate on every route — direct bookmarks to /sources, /query, /lint, /schema now redirect to onboarding instead of failing loud
  • Replay welcome tour in Settings → About — now actually shows the wizard (was navigating to home instead)
  • LLM spend calculationSettings → Models and /dashboard now compute and show cost in dollars (was always $0.00 in 1.0.0)
  • Cross-platform tarball — native deps install per-platform at npm install time, no per-OS build needed
  • Friendly install + first-run UX — post-install banner + first-run welcome in the CLI

CLI commands

llm-wiki start [folder]    Start the wiki server (auto-init if needed)
llm-wiki init [folder]     Initialize a folder without starting
llm-wiki doctor            Probe install + OpenRouter connectivity
llm-wiki version
llm-wiki help

Requirements

Platform notes

  • macOS: verified
  • Linux (incl. WSL): verified — if llm-wiki: command not found after install, run echo 'export PATH="$(npm prefix -g)/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
  • Windows: verified

Native deps (better-sqlite3, keytar) are installed at npm install time with the right prebuilt binary for your platform. No per-OS tarball needed.

Upgrading from 1.0.0

Wiki on-disk format is unchanged. Just install the new version — your existing wiki folder, schema, pages, chats, and history all carry over intact.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track ddsyasas/llm-wiki

Get notified when new releases ship.

Sign up free

About ddsyasas/llm-wiki

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]