Your documents. Your questions. AI-powered answers.
DocChat is a fast, lightweight desktop app that lets you chat with your documents, uncover insights, and find answers instantly—without digging through endless pages.
Built with Go, Wails, React, and TypeScript.
| 🤖 | AI Document Chat | Ask questions and get contextual answers from your documents. |
| 📚 | Multi-Document Support | Build a searchable knowledge base from multiple documents. |
| 🔍 | Semantic Search | Find relevant information by meaning, not just keywords. |
| 💬 | Conversational AI | Ask follow-up questions while maintaining conversation context. |
| 🎨 | Simple & Clean UI | Enjoy a minimal, intuitive interface designed for a distraction-free experience. |
| 🌓 | Dark & Light Themes | Choose an eye-friendly dark or light theme to match your preference. |
| 🎨 | Customizable Accent Color | Personalize the app with an accent color that suits your style. |
| 🔒 | Privacy Focused | Keep your documents and knowledge under your control. |
| ⚡ | Lightweight Desktop App | A fast, native desktop experience without a browser. |
| 🛠️ | Open Source | Inspect, customize, and contribute to the project. |
Supported platforms
| Operating System | Architecture |
|---|---|
| 🐧 Linux | amd64 |
| 🪟 Windows | amd64 |
Download your preferred package from Releases:
-
AppImage
chmod +x DocChat-*.AppImage ./DocChat-*.AppImage
-
Debian / Ubuntu
sudo apt install ./DocChat-*.deb -
Fedora / RHEL
sudo dnf install ./DocChat-*.rpm
Download the latest DocChat-*-windows-amd64.exe portable executable from Releases and run it.
That's it! No installation required.
Prerequisites
git clone https://github.com/cod3rboy/docchat.git
cd docchatmake install-toolsStart the Wails development server:
wails dev -tags=webkit2_41
