[Open Source] I built a Zero-Knowledge AI Agent. It analyzes your local Excel/DBs without ever uploading your raw data to the cloud.
Privacy is a huge issue for AI data analysis. You can't just upload sensitive Excel sheets to a cloud LLM. I built an open-source desktop client called DWN.Bridge to solve this.
📹 In the video: When I drop an Excel file, the local client parses the headers/types and sends ONLY the schema to the LLM. The LLM generates the SQL logic, and my client executes it locally. You get full data analysis, but the raw data never leaves your hard drive.
And since it bridges to your web session, you pay nothing in API costs.
If anyone interested, in the comments I'll put link to a short video and github