MistralVibe is an open-source CLI agent that
orchestrates complex changes across your entire codebase.
Powered by Devstral 2 (123B).
Introducing MistralVibe.
— Mistral AI (@MistralAI) December 11, 2025
Code logic, not just lines.
Available now via pip install mistralvibe.
Watch the official launch video on X (Twitter) for full resolution.
MistralVibe analyzes your entire Git repository structure, not just the active file. It builds a semantic map of dependencies, imports, and project conventions.
Powered by Devstral 2, the agent breaks down your request (e.g., "Refactor auth") into a multi-step execution plan, identifying which files need to change.
MistralVibe applies edits across multiple files simultaneously. It can run tests, fix lint errors, and even commit changes—all from the terminal.
More than just autocomplete.
Most coding assistants only see one file. MistralVibe understands the web of connections in your project. It can rename a function in `utils.js` and update every import in `components/` instantly.
Agentic power requires control. MistralVibe proposes a plan first. You review the diffs. Nothing breaks without your permission unless you use the `--auto-approve` flag for trusted tasks.
Don't want to send code to the cloud? MistralVibe supports Devstral Small 2 (24B) running on your local machine via Ollama or vLLM.
| Feature | MistralVibe | Typical GenAI Assistant |
|---|---|---|
| Context Window | 256k Tokens (Repo-Level) | 8k - 32k Tokens (File-Level) |
| Multi-File Edits | Native Orchestration | Manual / Single File |
| Interface | CLI / Terminal Native | IDE Sidebar / Chatbot |
| Privacy | Cloud or Local (Open Weights) | Cloud Only |