N0X - Run any LLM in your browser — offline, private, zero cloud.
by•
Since launch 1: added a ReAct agent loop that runs tools
(web search, Python, docs, image gen) autonomously. Hybrid
RAG now uses BM25 + vector search fused with RRF + MMR
reranking way better recall than vector-only. Auto-routing
picks local vs cloud per message complexity. Chrome AI
(Gemini Nano, zero download) works alongside WebGPU, Ollama,
and any OpenAI-compatible endpoint. Persistent semantic
memory across sessions. GPU-tier detection now blocks models
that'd OOM your device.

Replies
Love that it actually keeps everything local with browser-side inference, no sketchy data grabs or surprise paywalls. The Ollama and OpenAI-compatible fallback is a smart move for when you need a bigger model without rebuilding the whole workflow.
how does the browser-side inference actually hold up on integrated GPUs, like is it usable on a regular macbook air or are we talking proper discrete card territory?