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.
- Host: GitHub
- URL: https://github.com/imoize/plasmoid-ollamacontrol
- Owner: imoize
- License: gpl-3.0
- Created: 2024-08-25T15:04:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T17:22:56.000Z (5 months ago)
- Last Synced: 2025-01-31T06:51:15.103Z (2 months ago)
- Topics: ollama, plasmoid
- Language: QML
- Homepage: https://store.kde.org/p/2196368/
- Size: 496 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kde - ollama-control
- awesome-kde - ollama-control
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

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