Projet non officiel — not affiliated with or endorsed by Mistral AI.
⚠️ Bêta — testé uniquement sur macOS. Linux et Windows ne sont pas encore validés. Issues et PRs bienvenues !⚠️ Beta — tested on macOS only. Linux and Windows are untested. Issues and PRs welcome!
Application de bureau légère pour chat.mistral.ai — fenêtre native, session persistante, sans onglets de navigateur.
- Fenêtre native — vit dans le Dock et ⌘+Tab comme n'importe quelle app
- Session persistante — connecte-toi une fois, reste connecté
- Coller (⌘+V) fonctionnel — contournement de la restriction clipboard de WKWebView
- Binaire unique ~2 Mo — pas d'Electron, pas de Chromium embarqué
- Moteur WebView système — WKWebKit sur macOS, WebView2 sur Windows, WebKitGTK sur Linux
Voir la page de téléchargement ou les releases GitHub.
| Plateforme | Architecture | Fichier |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3/M4) | mistral-vibe-mac-arm64 |
| macOS | Intel | mistral-vibe-mac-intel |
| Windows | x64 | mistral-vibe-windows.exe |
| Linux | x64 | mistral-vibe-linux |
macOS bloque les binaires non signés. Pour autoriser :
xattr -dr com.apple.quarantine mistral-vibe-mac-arm64
./mistral-vibe-mac-arm64Ou clic droit sur le fichier dans le Finder → Ouvrir → Ouvrir dans la boîte de dialogue.
Prérequis : Go 1.21+
git clone https://github.com/thib-d/mistral-vibe-gui
cd mistral-vibe-gui
go build -o mistral-vibe .
./mistral-vibeLinux — installer la dépendance WebKit :
# Debian / Ubuntu
sudo apt install libwebkit2gtk-4.0-dev
# Fedora
sudo dnf install webkit2gtk4.0-develWindows — nécessite le runtime WebView2 (inclus dans Windows 11, à télécharger pour Windows 10).
- Native window — sits in your Dock and ⌘+Tab like any app
- Persistent session — log in once, stay logged in
- Paste (⌘+V / Ctrl+V) works — WKWebView clipboard restriction bypassed natively
- ~2 MB single binary — no Electron, no bundled Chromium
- System WebView engine — WKWebKit on macOS, WebView2 on Windows, WebKitGTK on Linux
See the download page or GitHub Releases.
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3/M4) | mistral-vibe-mac-arm64 |
| macOS | Intel | mistral-vibe-mac-intel |
| Windows | x64 | mistral-vibe-windows.exe |
| Linux | x64 | mistral-vibe-linux |
macOS blocks unsigned binaries. To allow it:
xattr -dr com.apple.quarantine mistral-vibe-mac-arm64
./mistral-vibe-mac-arm64Or right-click the file in Finder → Open → Open in the dialog.
Requires Go 1.21+
git clone https://github.com/thib-d/mistral-vibe-gui
cd mistral-vibe-gui
go build -o mistral-vibe .
./mistral-vibeLinux — install WebKit dependency:
# Debian / Ubuntu
sudo apt install libwebkit2gtk-4.0-dev
# Fedora
sudo dnf install webkit2gtk4.0-develWindows — requires the WebView2 runtime (included in Windows 11, download for Windows 10).
This project is not affiliated with, endorsed by, or associated with Mistral AI in any way. It is a personal open-source tool that loads the public website chat.mistral.ai in a native window.
MIT