← All projects

AI Project Manager — KDE Plasma Widget

Premium KDE Plasma 6 widget that turns meeting notes into prioritized tasks with Gemini AI.

A KDE Plasma 6 plasmoid (QML) that turns unstructured text into an actionable task list. Paste meeting notes, chat logs or project updates; Gemini extracts the tasks, structures them and ranks priority — directly on your desktop.

Features

  • AI task generation — feed it raw notes; Gemini extracts actionable tasks and ranks them by priority.
  • Dynamic model discovery — settings fetch and search every available Gemini model across stable, preview and experimental channels.
  • Local-first storage — projects and tasks persist in QML LocalStorage backed by SQLite; your data stays on the machine.
  • Rich error reporting — API failures surface full detail with copy-to-clipboard, so debugging a bad key or quota hit takes seconds.
  • Breeze Dark aesthetic — follows Plasma’s default dark theme so the widget sits naturally on the desktop.

Installation

Install manually: clone the repository (GitHub) into ~/.local/share/plasma/plasmoids, keeping the directory name com.gemini.aiplanner:

git clone https://github.com/nilesh32236/AI-Project-Manager ~/.local/share/plasma/plasmoids/com.gemini.aiplanner

Stack: QML · KDE Plasma 6 · SQLite · Gemini API

More projects