An open API service indexing awesome lists of open source software.

https://github.com/reqwey/ollamate

Ollama chat client powered by Tauri & Next.js
https://github.com/reqwey/ollamate

nextjs nextjs15 ollama ollama-client reactjs rust tauri tauri2 typescript

Last synced: 6 months ago
JSON representation

Ollama chat client powered by Tauri & Next.js

Awesome Lists containing this project

README

          

# OllaMate

![icon](src-tauri/icons/128x128.png)

Yet another Ollama chat client for any platform.

Made with [🦀 Tauri](https://tauri.app) + [▲ Next.js](https://nextjs.org) and ❤️.

![chat-interface](public/chat-interface.png)

## Features

- ✒️ Full Markdown & LaTeX support
- 📚 Supports multiple models
- 🎨 26 colorful themes
- ⚙️ Customizable model parameters offered by Ollama
- 🖥️ Cross-platform & light-weight

## Getting Started

```bash
pnpm install
```

- Start developing:

```bash
pnpm tauri dev
```

- Build for production:

```bash
pnpm tauri build
```