server-v0.0.7

OpenMOSS/MOSS-Transcribe-Diarizeserver-v0.0.7Aug 15, 2026by Dhravya

AI Summary

A comprehensive release introducing 'supermemory lite' licensing, a new local console, performance optimizations, and storage healing capabilities.

Key Highlights

  • Introduction of 'supermemory lite' with a 10,000 document license cap
  • New local console featuring live counts, recent documents, and an interactive memory graph
  • Boot time reduced to ~3 seconds via lazy embedding model loading
  • New 'supermemory-server doctor' command for system health checks
  • Native embeddings restored (~12x faster than WASM)

New Features

  • Supermemory lite licensing enforcement
  • Local console with Memory tab
  • Lazy embedding model loading
  • supermemory-server doctor command
  • Native embeddings support
  • Multiple servers per machine support
  • Cheaper idle snapshots
  • 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.