Skip to content

afkutrotzdemda/test-

Repository files navigation

Gemini Desktop Assistant – Version 2.0 Prototype

Welcome to the Gemini Desktop Assistant project. This repository hosts a Python-based Windows desktop companion powered by Google’s Gemini API. The assistant strives to be secure, proactive and extendable via a rich plugin-architecture.

Current status

You are looking at Step 1 of the development roadmap – the project setup. What is included so far:

  • Modular folder layout (core/, ui/, plugins/, assets/).
  • Minimal skeletons for the configuration loader, asynchronous Gemini wrapper, application state enum and a Qt main window.
  • run_app.py entry-point that starts the prototype.
  • Updated requirements.txt with all baseline dependencies.

The code can already be launched (without AI features) using python run_app.py.

Roadmap

  1. Project setup (current)
  2. Flesh-out the UI (Frosted Glass design, quick overlay, hotkey listener)
  3. Integrate the complete Gemini chat flow (async, non-blocking)
  4. Implement secure system-interaction helpers (file-system, application launch)
  5. Build the clipboard manager & personal knowledge base
  6. Introduce the plugin-API and sample plugins

© 2025 – maintained by the Gemini Desktop Assistant team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages