server-v0.0.7
anomalyco/opentuiserver-v0.0.7Aug 15, 2026by Dhravya
AI Summary
A comprehensive polish and hardening release featuring a new local console, performance optimizations, and the introduction of a 'lite' license tier.
Key Highlights
- New local console with live counts, recent documents, and an interactive memory graph.
- ~3s boot time achieved by loading the embedding model lazily in the background.
- New 'supermemory-server doctor' command to diagnose and fix configuration issues.
Breaking Changes
- Multiple servers per machine now require unique ports, as each instance owns its workflow engine.
New Features
- Local console interface with interactive memory graph.
- Doctor health-check command for storage, keys, and runtime verification.
- Lazy embedding model loading for faster startup.
- Cheaper idle encrypted snapshots and clean shutdown handling.
Full Release Notes
The full 0.0.7 release — everything from the release candidates plus a hardening and polish pass across the board. - **supermemory lite** — self-hosted is licensed up to 10,000 documents (read the license at git.new/memory); the cap is enforced at the API and shown at boot. - **New local console** — the welcome page gets a Memory tab: live counts, recent documents and memories, container tags, and an interactive memory graph. - **~3s boot** — the embedding model loads lazily in the background instead of blocking startup. - **supermemory-server doctor** — one command that checks storage, keys, embeddings, the native runtime, port, and workflow engine, with concrete fixes for anything broken. - **Native embeddings restored** — the ONNX native runtime ships inside the binary again (~12x faster than WASM, far lower memory). - **Store healing** — upgrades from 0.0.5-era stores now migrate automatically instead of failing (#1325). - **Multiple servers per machine** — each instance owns its workflow engine; no more shared global state on port 6420. - **Clean shutdown** — Ctrl-C drains in-flight work, snapshots, and exits without panics. - **Cheaper idle** — encrypted snapshots stream to disk and skip entirely when nothing changed. - Plus fixes across API-key rate limiting, org reset, memory-generation failure handling, the embedding setup wizard, and Windows release builds.