$git clone https://github.com/szczyglis-dev/py-gptRelease: 2.7.12 | build: 2026-02-06 | Python: >=3.10, <3.14
| 1 | # PyGPT - Desktop AI Assistant |
| 2 | |
| 3 | [](https://snapcraft.io/pygpt) |
| 4 | |
| 5 | Release: **2.7.12** | build: **2026-02-06** | Python: **>=3.10, <3.14** |
| 6 | |
| 7 | > Official website: https://pygpt.net | Documentation: https://pygpt.readthedocs.io |
| 8 | > |
| 9 | > Discord: https://pygpt.net/discord | Snap: https://snapcraft.io/pygpt | PyPi: https://pypi.org/project/pygpt-net |
| 10 | > |
| 11 | > Compiled version for Linux (`zip`) and Windows 10/11 (`msi`) 64-bit: https://pygpt.net/#download |
| 12 | > |
| 13 | > ❤️ Donate: https://www.buymeacoffee.com/szczyglis | https://github.com/sponsors/szczyglis-dev |
| 14 | |
| 15 | ## Overview |
| 16 | |
| 17 | **PyGPT** is **all-in-one** Desktop AI Assistant that provides direct interaction with OpenAI language models, including `GPT-5`, `GPT-4`, `o1`, `o3` and more, through the `OpenAI API`. By utilizing other SDKs and `LlamaIndex`, the application also supports alternative LLMs, like those available on `HuggingFace`, locally available models via `Ollama` (like `gpt-oss`, `Llama 3`,`Mistral`, `DeepSeek V3/R1` or `Bielik`), and other models like `Google Gemini`, `Anthropic Claude`, `Perplexity / Sonar`, and `xAI Grok`. |
| 18 | |
| 19 | This assistant offers multiple modes of operation such as chat, assistants, agents, completions, and image-related tasks like image generation and image analysis. **PyGPT** has filesystem capabilities for file I/O, can generate and run Python code, execute system commands, execute custom commands and manage file transfers. It also allows models to perform web searches with the `DuckDuckGo`, `Google` and `Microsoft Bing`. |
| 20 | |
| 21 | For audio interactions, **PyGPT** includes speech synthesis using the `Microsoft Azure`, `Google`, `Eleven Labs` and `OpenAI` Text-To-Speech services. Additionally, it features speech recognition capabilities provided by `OpenAI Whisper`, `Google` and `Bing` enabling the application to understand spoken commands and transcribe audio inputs into text. It features context memory with save and load functionality, enabling users to resume interactions from predefined points in the conversation. Prompt creation and management are streamlined through an intuitive preset system. |
| 22 | |
| 23 | **PyGPT**'s functionality extends through plugin support, allowing for custom enhancements (with multiple plugins included). Its multi-modal capabilities make it an adaptable tool for a range of AI-assisted operations, such as text-based interactions, system automation, daily assisting, vision applications, natural language processing, code generation and image creation. |
| 24 | |
| 25 | Multiple operation modes are included, such as chat, text completion, assistant, agents, vision, Chat with Files (via `LlamaIndex`), commands execution, external API calls and image generation, making **PyGPT** a multi-tool for many AI-driven tasks. |
| 26 | |
| 27 | **Showcase** (mp4, version `2.5.65`, build `2025-07-24`): |
| 28 | |
| 29 | https://github.com/user-attachments/assets/d8305109-8b1b-41cb-b3ba-8c654271a95c |
| 30 | |
| 31 | **Screenshots** (version `2.5.64`, build `2025-07-23`): |
| 32 | |
| 33 | Dark theme: |
| 34 |  |
| 35 | |
| 36 | Light theme: |
| 37 |  |
| 38 | |
| 39 | You can download compiled 64-bit versions for Windows and Linux here: https://pygpt.net/#download |
| 40 | |
| 41 | ## Features |
| 42 | |
| 43 | - Desktop AI Assistant for `Linux`, `Windows` and `Mac`, written in Python. |
| 44 | - Works similarly to `ChatGPT`, but locally (on a desktop computer). |
| 45 | - 11 modes of operation: Chat, Chat with Files, Realtime + audio, Research (Perplexity), Completion, Image and Video generation, Assistants, Experts, Computer use, Agents and Autonomous Mode. |
| 46 | - Supports multiple models like `OpenAI GPT-5`, `GPT-4`, `o1`, `o3`, `o4`, `Google Gemini`, `Anthropic Claude`, `xAI Grok`, `DeepSeek V3/R1`, `Perplexity / Sonar`, and any model accessible through `LlamaIndex` and `Ollama` such as `DeepSeek`, `gpt-oss`, `Llama 3`, `Mistral`, `Bielik`, etc. |
| 47 | - Chat with your own Files: integrated `LlamaIndex` support: chat with data such as: `txt`, `p |