Skip to content

Releases: ritesh2004/QueryMind

Release list

QueryMind-v1.0.0

Choose a tag to compare

@ritesh2004 ritesh2004 released this 27 Dec 17:18

🚀 QueryMind v1.0.0

QueryMind is a Windows desktop application that converts natural language queries into SQL queries using local LLMs via Ollama, executes them on a connected database, and displays results in a chat-style interface.

This release marks the first stable public version of the application.


✨ Key Features

  • 🧠 Natural Language → SQL conversion using local LLMs (Ollama)
  • 💬 Chat-based UI
  • ⚙️ Settings panel for:
    • Database configuration (host, port, user, password, DB name)
    • Model selection (Gemma, LLaMA, etc.)
  • 🔐 Runs fully offline (no cloud API calls)
  • 🖥️ Packaged as a standalone Windows executable

📦 Download

  • Windows (.exe):
    ⬇️ QueryMind-v1.0.0.exe (≈60 MB)

No Python installation required.


🛠 System Requirements

  • Windows 10 / 11 (64-bit)
  • Ollama installed and available in PATH
  • Supported databases: PostgreSQL / MySQL (configurable)

⚠️ Important Notes

  • Windows SmartScreen may show a warning because the app is not code-signed.
  • This project is open-source and safe. Source code is available in this repository.

🐞 Known Limitations

  • First launch may take a few seconds due to model initialization
  • Only SQL databases are supported in this release

🔮 What’s Next

  • Query history & export
  • More database engines
  • UI/UX refinements

📸 Screenshots

image image

🙌 Feedback

Feedback, bug reports, and suggestions are welcome!