gnome-shell-extension-ai-assistant

Gnome Shell - AI Assistantは、AIチャット統合を通じてデスクトップ環境を強化する拡張機能です。ユーザーはテキストを選択することで、簡単にAIに送信でき、ウィンドウやパネルのコンテキストに応じたプロンプトオプションを利用できます。将来的にはスクリーンショットのサポートや、複数のLLMの追加が計画されています。

GitHubスター

1

ユーザー評価

未評価

お気に入り

0

閲覧数

25

フォーク

0

イシュー

8

README
Gnome Shell - AI Assistant

screenshot

Artificial intelligence LLM chat integration and MCP server exposing the shell environment.

Featuring:

  • Background webview with tootle panel button
  • Selecting text allows you to send it to the LLM (No need to copy furst)
  • Window context prompt options
  • Panel context prompt options

Roadmap:

  • Add screenshot support (paste screenshot of windows and screen to be analyzed)
  • Add more LLM's
  • Add MCP server for controlling the shell and provide more context for the desktop

Important Notice: Be cautious what you share with the online AI chat bots, consider running your LLM's locally using Open WebUI (https://openwebui.com/) and Ollama (https://ollama.com/).

Installation from gnome extension website

https://extensions.gnome.org/extension/8224/ai-assistant/

Manual installation
  1. git clone https://github.com/2nv2u/gnome-shell-extension-ai-assistant.git
  2. ./gnome-shell-extension-ai-assistant/install.sh
  3. Restart shell or log out & log in
Debugging during development

clear && export G_MESSAGES_DEBUG=all && dbus-run-session -- gnome-shell --nested --wayland | grep ai-assistant