I used WPF to make a front-end application for Ollama. It's not too good but, it is what it is ¯\_(ツ)_/¯. Make sure to install Ollama before using this application. You can install Ollama for Windows here.
Shoutout to OllamaSharp, makes this project a lot easier to handle.
- Nicer formatting for deep thinking models
- Models tab for downloading and browsing ollama's listed models from the app
- Support for vision models and uploading files into the chat
- Tab for multiple saved chats in the app
- Clone this repository.
- Open Visual Studio 2022 (or Blend for Visual Studio - recommended).
- Ensure you have the .NET Desktop Development workload installed.
- Open the
.slnfile and run/build the project. - If any errors occur, report them here.
NOTE: This App only works on Windows as WPF is a .NET and Windows dependent GUI framework. If you’re on Linux or macOS… go ahead. fork this repo, you're doing us a favor haha. For Linux, you could use Wine and make sure to get .NET if you want to build the project.
This project is licensed under the AGPL v3. See the full license.