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
- Host: GitHub
- URL: https://github.com/reqwey/ollamate
- Owner: Reqwey
- License: gpl-3.0
- Created: 2025-02-03T16:39:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T13:50:24.000Z (6 months ago)
- Last Synced: 2025-04-05T14:29:43.182Z (6 months ago)
- Topics: nextjs, nextjs15, ollama, ollama-client, reactjs, rust, tauri, tauri2, typescript
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OllaMate

Yet another Ollama chat client for any platform.
Made with [🦀 Tauri](https://tauri.app) + [▲ Next.js](https://nextjs.org) and ❤️.

## 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
```