Work in progess
Small and simple Windows desktop chat client for large language models written in Rust and Svelte.
Only Ollama is currently supported, with OpenAI and RAG support in planning.
Ollama needs to be installed on your system!
Whisper2 will start Ollama at startup if it is not already running but will communicate with an already running Ollama instance if their is one.
Install Ollama if you have not already done so.
Development:
npm run tauri dev
Release (single executable):
npm run tauri build -- --no-bundle