server-v0.0.7
jitsucom/jitsuserver-v0.0.7Aug 15, 2026by Dhravya
AI Summary
This release focuses on performance, stability, and usability for the self-hosted supermemory server. It introduces a new local console with a memory graph, lazy loading for embeddings to speed up boot times, and a diagnostic tool. Key improvements include the restoration of native embeddings for faster performance and automatic store healing for upgrades.
Key Highlights
- New local console with interactive memory graph and live stats
- ~3s boot time achieved via lazy embedding model loading
- Native embeddings restored for ~12x performance boost
- New 'supermemory-server doctor' diagnostic command
- Automatic store healing for upgrades from 0.0.5-era stores
New Features
- New local console featuring a Memory tab with interactive graph
- supermemory-server doctor command for troubleshooting
- Lazy loading of embedding models to reduce boot time
- Restoration of native ONNX embeddings for speed
- Automatic store healing for automatic migration
- Multiple servers per machine with isolated workflow engines
- Encrypted snapshots streaming for cheaper idle costs
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.