We've moved to spoj/kour-ai-rs after a rewrite and migration to tauri!
Your Windows desktop AI assistant for all file lookup, summarising, and instant chat needs.
Kour-AI is written in Electron to be cross platform, and is a budding application that is capable of interacting with system directories to parse files.
It uses Vue framework, and written entirely in vanilla JavaScript, with plans to port to TypeScript.
Kour-AI is reliant on the following:
- nodejs: v22.14.0
- npm (not yarn)
- LibreOffice, portable or regular download
- OpenRouter
- Create a fork of the repository
- Download it via HTTP or ssh onto your system
- Install dependencies
cd kour-ai && npm install- Run the app
npm run start- Build
npm run make
- An OpenRouter key: This is needed to make API calls for the AI
- LibreOffice: To allow the app to read
.pptx,.docxformats- In particular, you will need to provide the app the link to the
soffice.comfile in the LibreOffice installation:C:\Users\<path to LibreOffice>\App\libreoffice\program
- In particular, you will need to provide the app the link to the
