this post was submitted on 01 Jul 2026
3 points (100.0% liked)

Programming

27502 readers
114 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Hey programmers,

I wanted to share a desktop client I've been building: DWN.BRIDGE (fully open-source C# WPF).

I love using AI for data analysis (like cleaning CSVs or querying databases), but there was no way I was going to upload my private/corporate files to cloud LLMs.

So I built a Zero-Knowledge local bridge:

  • When you point the client to a local database (SQL Server, SQLite, Excel, CSV), the client extracts ONLY the table schemas/headers locally.
  • It sends the schema metadata to the LLM (Gemini web UI) via a secure browser-automation bridge.
  • The LLM writes the SQL query, and the client executes it locally on your computer. Your raw rows and records never leave your hard drive.
  • All local file system access and system commands run locally and require explicit pop-up confirmation.

You can check out the source code or download the installer below. I'd love to get feedback on the local sandboxing model! watch the demo videos I uploaded on my youtube channel (links on github)

๐Ÿ”— GitHub: https://github.com/MarckDWN/DWN.BRIDGE

all 1 comments
sorted by: hot top controversial new old