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

https://github.com/imoize/plasmoid-ollamacontrol

Quickly manage/control Ollama from plasma applet.
https://github.com/imoize/plasmoid-ollamacontrol

ollama plasmoid

Last synced: 2 months ago
JSON representation

Quickly manage/control Ollama from plasma applet.

Awesome Lists containing this project

README

        

# Plasmoid Ollama Control

## Features

- [X] Start / Stop Ollama from applet
- [X] List Models
- [X] List Running Models
- [X] Load / Unload Model
- [X] Show Model Info
- [X] Copy
- [X] Delete
- [ ] Pull
- [ ] Update

## Screenshots

![](./images/screenshot1.png)
![](./images/screenshot2.png)

## Package Dependencies

### Arch

```bash
sudo pacman -S curl kdeplasma-addons
```

## Installation

### KDE Store (Recommended)

[Store link](https://store.kde.org/p/2196368/)

1. Right click on the panel
2. Click on "Add or Manage Widgets"
3. Click on "Get New"
4. Click on "Download New Plasma Widgets"
5. Search for "Ollama Control"
6. Click on "Install" and you're done!

Go to Configure System Tray > Entries > System Services then choose "Show when relevant" or "Always shown"

### Build it Yourself

```bash
git clone https://github.com/imoize/plasmoid-ollamacontrol.git
cd plasmoid-ollamacontrol
kpackagetool6 -t Plasma/Applet -i package
```

Restart plasmashell
```bash
systemctl --user restart plasma-plasmashell
```

Go to Configure System Tray > Entries > System Services then choose "Show when relevant" or "Always shown"