@knowprose Great question! No — the voice processing happens locally in your browser. The Chrome extension uses the Web Speech API for recognition, so audio never leaves your machine. The AI processing for tone-matching and action execution also runs client-side. No cloud servers, no data collection, no accounts required. That's the whole point — privacy-first by design, not by promise. Happy to answer any other architecture questions! 🔒
@techsimplified the chrome fies seem the weak point. 😬
@knowprose Fair concern! Chrome extensions run in a sandboxed environment though — can't access your filesystem or other apps. The extension only activates on the active page, permissions are declared upfront on the Chrome Web Store. No background processes, no persistent connections. Actually MORE contained than a desktop app with full OS access. But healthy scepticism is smart — always check the permissions list.