✨ Unofficial desktop client for Mistral AI, built with Electron.
- Desktop interface for Mistral AI
- Native application experience powered by Electron
- Dedicated window independent from the browser
- Windows, Linux and macOS builds
- Simple local setup with Node.js and npm
- Lightweight open-source desktop wrapper
To use this project, follow the steps below from the project directory.
Install the required dependencies:
npm installThis step is required before running or building the application.
Run MistralDesk directly in development mode:
npm startBuild the Windows x64 application:
npm run build-winThe generated application is written to:
Mistral-win32-x64/
Launch the application with:
Mistral.exe
Build the Linux x64 application:
npm run build-linThe build automatically adapts to the detected Linux distribution.
The generated application is written to:
Mistral-linux-x64/
Launch the application with:
./Mistral-linux-x64/mistraldeskBuild the macOS x64 application:
npm run build-macThe generated application is written to:
Mistral-darwin-x64/
Copy the application to /Applications/:
sudo cp -R Mistral-darwin-x64/Mistral.app /Applications/Mistral can then be launched directly from Launchpad.
MistralDesk is an unofficial open-source desktop client for Mistral AI and is not affiliated with or endorsed by Mistral AI.
Give a ⭐️ if MistralDesk helped you!
Copyright © 2026 Nullmess.
This project is licensed under the MIT License.
