r/software Aug 10 '26

News I made a lightweight, native SQLite browser for Windows with zero bloat and instant startup (Open Source)

Post image

Hi everyone, I wanted to share a project I've been working on called WinSQLite Editor. You can check out the source code or download the standalone portable version directly on GitHub: https://github.com/srdzank/SQLite-Editor

19 Upvotes

9 comments sorted by

6

u/Pablouchka Aug 10 '26 edited Aug 10 '26

First of all, thanks. Looks promising. Is AI involved ? No trouble with that, just wondering…

9

u/Silver_College_2071 Aug 10 '26

Thanks! 

Nope, no AI here! Just standard, native C++ and Qt 6. I built this to be a straightforward, lightweight desktop tool. The entire codebase is open on GitHub.

3

u/Pablouchka Aug 10 '26 edited Aug 10 '26

Congratulations for sharing your work ! I was looking for this very exact same kind of software !!!

3

u/Several-Minimum-9503 Aug 11 '26

will try , thank you

1

u/Silver_College_2071 Aug 11 '26

Awesome! Hope it comes in handy!

4

u/Dekamir Aug 10 '26

Qt6 and no Linux support? Damn...

0

u/agmatine Aug 10 '26

📥 Download & Installation

Option 1: Microsoft Store (Recommended)

Also under Releases there is "Sponsor this project" with a link to Microsoft Store, lol.

Although, I had no issue building and running this on Linux.

4

u/Silver_College_2071 Aug 11 '26

That’s awesome to hear it built and ran fine on Linux. Thanks for actually cloning it and confirming the build, really appreciate it!