feat(models): gate optional models behind required mistral+nomic-embed

Models page redesign: tabs (Required/Recommended/Installed) with a
multi-column card grid, required models (memory curator + embeddings)
surfaced first and gating the rest until both are installed. Adds a
qwen2.5:14b tier to the hardware-fit catalog for high-VRAM machines.
Installer and restore messaging updated to match. Also declares pytest
in requirements-base.txt so bin/check.sh's test suite is reproducible
on a fresh venv.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Jon Wingender
2026-07-27 19:45:30 -05:00
co-authored by Claude Sonnet 5
parent 7d9681907c
commit 63c93346ae
5 changed files with 355 additions and 160 deletions
+3 -1
View File
@@ -241,7 +241,9 @@ def cmd_restore(args) -> int:
if not args.no_desktop:
linux_stage("restore-linux.sh", "desktop")
print("\nRestore complete. Nexus is ready to start.")
print("Note: Ollama models are not in the backup - pull them with `ollama pull <model>`.")
print("Note: Ollama models are not in the backup. Open the Models tab -> Required")
print("and pull the two models NexusOS depends on (memory curator + embeddings)")
print("before anything else, then pick a hardware-fit chat model.")
return 0