n0x

Privacy

N0X is built for local-first AI. The default browser provider runs model inference, document search, memory, and Python execution in your browser.

What stays local

Browser model weights, conversations, memories, and RAG vector cache are stored in browser storage on your device. Cloud API keys are stored in sessionStorage, not localStorage, so they clear when the browser session ends.

When data can leave your device

Data leaves your device only when you explicitly use a network feature: Cloud API, Ollama on another host, Deep Search, image generation, Pyodide CDN loading, or external model downloads. Uploaded documents are sent to Cloud API only if you choose that provider and ask a question that includes document context.

Telemetry

Product telemetry is opt-in. If enabled, N0X sends only funnel events such as visit, provider selected, model load result, first message sent, document uploaded, and search used. It does not send prompts, responses, document text, file names, API keys, or memory content.