https://github.com/kaaeveth/whisper2
Simple local Ollama UI written in Rust & Svelte
https://github.com/kaaeveth/whisper2
ollama-gui tauri
Last synced: 3 months ago
JSON representation
Simple local Ollama UI written in Rust & Svelte
- Host: GitHub
- URL: https://github.com/kaaeveth/whisper2
- Owner: Kaaeveth
- License: mit
- Created: 2025-06-09T09:22:11.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-07-10T16:50:52.000Z (3 months ago)
- Last Synced: 2025-07-10T17:44:32.420Z (3 months ago)
- Topics: ollama-gui, tauri
- Language: Rust
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whisper2
**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.
## Compiling
Development:
```
npm run tauri dev
```Release (single executable):
```
npm run tauri build -- --no-bundle
```## TODO
- [x] Styling of assistant responses
- [x] Persistence of chats
- [x] Cancelation of chat completions
- [x] Confirm opening of links generated by the assistant
- [x] Import and Export of Chats
- [x] Configuration of Ollama backend
- [x] Proper dark mode
- [ ] Support for vision models
- [ ] RAG support for local files and knowledge bases
- [ ] Support for MathML