NativeMind: Your fully private, open-source, on-device AI assistant
1,133
stars
700
commits
TypeScript
primary language
Mar 23, 2026
updated
NativeMind is a private, open-source alternative to ChatGPT — a fully local browser extension built on Ollama that brings local AI models into your workflow.
The Future of Private AI is Here, Running Entirely on Your Device
NativeMind delivers cutting-edge intelligence without cloud dependencies—faster responses, zero tracking, unlimited usage—all running quietly in your browser while you stay in complete control.
Star this project to get all the latest updates — you'll never miss a new release!
Contextual Awareness Across Tabs: Seamlessly continue AI conversations with memory that spans across tabs
AI-Powered Local Search: Ask questions and search the web directly from your browser—no third-party APIs required
Smart Page Understanding: Instantly summarize and interpret any webpage content
Bilingual Translation: Translate full pages or selected text with side-by-side view (supports multiple languages)
Quick Actions: Custom Skills for any task, adapt NativeMind to match your workflow with local model capabilities
Chat with PDFs: Ask questions directly about PDF files with intelligent text extraction
Chat with Images: Understand and interact with visual content, including screenshots and uploaded images
Advanced Writing Tools: Comprehensive writing assistance including rewriting, proofreading, tone adjustment, and creative rephrasing
NativeMind supports Chrome, Firefox, Brave, and Edge browsers with full feature compatibility across all platforms.
Advanced Models: Deepseek, Qwen, Llama, Gemma, Mistral, Phi and more
gpt-oss Support: Full compatibility with gpt-oss models for enhanced open-source AI capabilities
Superior Performance: Leverage full system resources
Model Flexibility: Download and switch between specialized models
Local Server: Self-hosted for maximum control
In an era where every keystroke can be monitored and every document potentially analyzed, cloud-based AI services represent a fundamental privacy risk. Your sensitive data—personal documents, business communications, creative work—becomes part of someone else's training data or surveillance apparatus.
Privacy no longer means compromise. Recent breakthroughs in model efficiency mean on-device AI now outperforms cloud alternatives:
NativeMind puts you back in control. By running AI models entirely on your device, we eliminate the fundamental privacy risks of cloud AI:
Wondering how NativeMind compares to ChatGPT or Ollama? Here’s a quick breakdown to help you see where it stands — and when it might be the better choice.
| Feature / Tool | NativeMind | ChatGPT | Ollama |
|---|---|---|---|
| Run Mode | Browser extension using local models | Cloud-based service | Local CLI for running models |
| Open Source | ✅ Yes | ❌ No | ✅ Yes |
| Offline Capable | ✅ Yes (all processing is local) | ❌ No | ✅ Yes |
| Model Source | Runs local models via Ollama | Cloud-based language models by OpenAI | Supports any Ollama-compatible open models |
| Use Cases | In-Browser AI with Agent capabilities, Reading, Research, and Advanced Productivity | Chat, Q&A, content generation | Model serving / backend integration |
| Browser Integration | ✅ Strong (in-page UI, sidebar, right-click) | 🔶 Limited (official / 3rd-party extensions) | 🔶 Basic (simple UI) |
| Privacy | ✅ High — no cloud, no data leaves your device | 🔶 Cloud processing; Enterprise offers data controls | ✅ High |
| Installation Complexity | 🟢 Very low (just install the extension) | 🟢 Low (use via website) | 🔶 Medium (requires CLI setup) |
| Workflow Convenience | 🟢 In-page actions—no copy-paste | 🔶 Mostly copy-paste between site & page (no built-in plug-in) | 🔶 CLI output—manual copy or custom integration |
| Frontend | Vue 3 + TypeScript |
| Build Tools | WXT (Web Extension Tools) + Vite |
| Styling | TailwindCSS |
| AI Integration | WebLLM + Ollama + AI SDK |
| Package Manager | PNPM |
git clone https://github.com/NativeMindBrowser/NativeMindExtension.git
cd NativeMindExtension
pnpm install
pnpm dev # Chrome development (default)
pnpm dev:edge # Edge development
# Development build
pnpm zip:beta
# Production build
pnpm zip:prod
The built extension will be in the .output/ directory.
chrome://extensions/ → Enable "Developer mode" → Click "Load unpacked"Extension Not Loading
AI Models Not Working
Slow Performance
Translation/Summarization Not Working
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)GNU Affero General Public License v3.0
Ensuring this project remains open source and privacy-focused
See the LICENSE file for complete details.
Standing on the shoulders of giants
Made with ❤️ for Privacy and AI Innovation
⭐ Star this project if you find it useful!
TypeScript
70.6%
Vue
27.6%
CSS
1.5%
NativeMind: Your fully private, open-source, on-device AI assistant
1,133
stars
700
commits
TypeScript
primary language
Mar 23, 2026
updated
NativeMind is a private, open-source alternative to ChatGPT — a fully local browser extension built on Ollama that brings local AI models into your workflow.
The Future of Private AI is Here, Running Entirely on Your Device
NativeMind delivers cutting-edge intelligence without cloud dependencies—faster responses, zero tracking, unlimited usage—all running quietly in your browser while you stay in complete control.
Star this project to get all the latest updates — you'll never miss a new release!
Contextual Awareness Across Tabs: Seamlessly continue AI conversations with memory that spans across tabs
AI-Powered Local Search: Ask questions and search the web directly from your browser—no third-party APIs required
Smart Page Understanding: Instantly summarize and interpret any webpage content
Bilingual Translation: Translate full pages or selected text with side-by-side view (supports multiple languages)
Quick Actions: Custom Skills for any task, adapt NativeMind to match your workflow with local model capabilities
Chat with PDFs: Ask questions directly about PDF files with intelligent text extraction
Chat with Images: Understand and interact with visual content, including screenshots and uploaded images
Advanced Writing Tools: Comprehensive writing assistance including rewriting, proofreading, tone adjustment, and creative rephrasing
NativeMind supports Chrome, Firefox, Brave, and Edge browsers with full feature compatibility across all platforms.
Advanced Models: Deepseek, Qwen, Llama, Gemma, Mistral, Phi and more
gpt-oss Support: Full compatibility with gpt-oss models for enhanced open-source AI capabilities
Superior Performance: Leverage full system resources
Model Flexibility: Download and switch between specialized models
Local Server: Self-hosted for maximum control
In an era where every keystroke can be monitored and every document potentially analyzed, cloud-based AI services represent a fundamental privacy risk. Your sensitive data—personal documents, business communications, creative work—becomes part of someone else's training data or surveillance apparatus.
Privacy no longer means compromise. Recent breakthroughs in model efficiency mean on-device AI now outperforms cloud alternatives:
NativeMind puts you back in control. By running AI models entirely on your device, we eliminate the fundamental privacy risks of cloud AI:
Wondering how NativeMind compares to ChatGPT or Ollama? Here’s a quick breakdown to help you see where it stands — and when it might be the better choice.
| Feature / Tool | NativeMind | ChatGPT | Ollama |
|---|---|---|---|
| Run Mode | Browser extension using local models | Cloud-based service | Local CLI for running models |
| Open Source | ✅ Yes | ❌ No | ✅ Yes |
| Offline Capable | ✅ Yes (all processing is local) | ❌ No | ✅ Yes |
| Model Source | Runs local models via Ollama | Cloud-based language models by OpenAI | Supports any Ollama-compatible open models |
| Use Cases | In-Browser AI with Agent capabilities, Reading, Research, and Advanced Productivity | Chat, Q&A, content generation | Model serving / backend integration |
| Browser Integration | ✅ Strong (in-page UI, sidebar, right-click) | 🔶 Limited (official / 3rd-party extensions) | 🔶 Basic (simple UI) |
| Privacy | ✅ High — no cloud, no data leaves your device | 🔶 Cloud processing; Enterprise offers data controls | ✅ High |
| Installation Complexity | 🟢 Very low (just install the extension) | 🟢 Low (use via website) | 🔶 Medium (requires CLI setup) |
| Workflow Convenience | 🟢 In-page actions—no copy-paste | 🔶 Mostly copy-paste between site & page (no built-in plug-in) | 🔶 CLI output—manual copy or custom integration |
| Frontend | Vue 3 + TypeScript |
| Build Tools | WXT (Web Extension Tools) + Vite |
| Styling | TailwindCSS |
| AI Integration | WebLLM + Ollama + AI SDK |
| Package Manager | PNPM |
git clone https://github.com/NativeMindBrowser/NativeMindExtension.git
cd NativeMindExtension
pnpm install
pnpm dev # Chrome development (default)
pnpm dev:edge # Edge development
# Development build
pnpm zip:beta
# Production build
pnpm zip:prod
The built extension will be in the .output/ directory.
chrome://extensions/ → Enable "Developer mode" → Click "Load unpacked"Extension Not Loading
AI Models Not Working
Slow Performance
Translation/Summarization Not Working
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)GNU Affero General Public License v3.0
Ensuring this project remains open source and privacy-focused
See the LICENSE file for complete details.
Standing on the shoulders of giants
Made with ❤️ for Privacy and AI Innovation
⭐ Star this project if you find it useful!
TypeScript
70.6%
Vue
27.6%
CSS
1.5%