Desktop4mistral is a Python-based desktop application offering a user-friendly interface for interacting with Mistral AI models, featuring model selection, chat history, command support, and Markdown support. Desktop4mistral is a Python-based
desktop4mistral is a Python-based desktop application providing a user-friendly interface for interacting with Mistral AI models. Built with PySide6, it offers a modern GUI with features like model selection, chat history, and command support.
Features: It supports interactive chat with Mistral LLMs, easy model switching, and full Markdown support. The command system includes /read
(local/remote files), /git
(GitHub repositories), /wiki_search
, /wiki_id
, /save
(chat as JSON), /save_markdown
, and /talk
(text-to-speech using Kokoro). Python code execution is also supported.
Installation: Requires Python 3.11 or 3.12 and a Mistral API key. Install via pip install desktop4mistral
. Run with export MISTRAL_API_KEY='your-api-key-here'
followed by desktop4mistral
or python3 -m desktop4mistral.main
.
Usage: Launch the application, select a Mistral model, type your message, and send. Issues and feature requests can be submitted via the GitHub Issues page. Licensed under GPLv3.
hathibelagal-dev/desktop4mistral
March 10, 2025
March 28, 2025
Python