ReSearch is a Windows taskbar app that lets you “Ask your files.” It opens in an overlay (Win+Shift+Space), answers locally using Ollama + FAISS, and cites the top 3 most relevant files. Single-click a citation to open the file.
- PowerShell (Admin), project root:
.\scripts\windows-setup.ps1 - Put docs in
C:\Users\<you>\Documents\test .\scripts\dev.ps1then press Win+Shift+Space
- Update the path in
app/src/App.tsxto your actual username. - Index and metadata are stored in
server\data\at runtime.