Introducing MistralVibe v1.0

Code at the
Speed of Thought.

MistralVibe is an open-source CLI agent that orchestrates complex changes across your entire codebase.
Powered by Devstral 2 (123B).

Watch the official launch video on X (Twitter) for full resolution.

From Prompt to PR.

🔍

1. Scan Context

MistralVibe analyzes your entire Git repository structure, not just the active file. It builds a semantic map of dependencies, imports, and project conventions.

🧠

2. Plan & Reason

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.

⚡️

3. Execute & Edit

MistralVibe applies edits across multiple files simultaneously. It can run tests, fix lint errors, and even commit changes—all from the terminal.

Capabilities

More than just autocomplete.

Multi-File Orchestration

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.

> Refactor the User class to use typical SQLAlchemy patterns

Safe Execution

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.

Review Mode Auto Approve

Privacy First. Run Locally.

Don't want to send code to the cloud? MistralVibe supports Devstral Small 2 (24B) running on your local machine via Ollama or vLLM.

24B
Params
32GB
RAM Req

Why MistralVibe?

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

Ready to vibe?

pip install mistral-vibe

Requires Python 3.8+ · View Release Notes