Files
Plasma-AI-Chat/README.md
2026-01-25 16:41:18 +02:00

51 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AI Chat for KDE Plasma
## IMPORTANT
This is just a vibe-coded hobby project. If you wish to use it, then go for it!
## Intro
An integrated AI chat widget for KDE Plasma, powered by Ollama. Interact with a local LLM directly from your desktop.
<p align="center"><img src="assets/screenshots/image-1.webp" alt="AI Chat Widget screenshot" /></p>
## Features
- Chat with local Ollama models
- Works inside Plasma Desktop
- Easy installation via `kpackagetool6`
## Installation
1. **Install the widget**:
```bash
git clone https://git.huitsinnevada.fi/NikkeDoy/Plasma-AI-Chat
cd Plasma-AI-Chat
kpackagetool6 -t Plasma/Applet -i .
```
This registers the widget in your Plasma system.
2. **Restart Plasma**:
```bash
plasmashell --replace &
```
> Restarting is recommended to fully activate the new widget.
> Alternatively, log out and log back in.
## Usage
After installation, add the widget to your panel:
1. Rightclick the panel → **Add Widgets…**.
2. Search for **AI Chat** and add it.
The widget will launch and allow you to chat with your local Ollama models.
## License
This project is licensed under the MIT license. See the `LICENSE` file for details.