Mistral Vibe CLI

Mistral Vibe CLI

Mistral Vibe CLI is an open-source terminal coding agent by Mistral AI, powered by Devstral 2 (123B, 72.2% SWE-bench Verified) and Devstral Small 2 (24B). Apache 2.0 license, 256K context window, on-prem deployment supported. Free to use via Mistral API.

Mistral Vibe CLI

Mistral Vibe CLI: A Claude Code Alternative for Open-Source Coding Agents

Mistral Vibe CLI is an open-source command-line coding agent developed by Mistral AI, built on the Devstral 2 (123B) and Devstral Small 2 (24B) models. Licensed under Apache 2.0, it provides end-to-end code automation directly from the terminal — covering interactive chat, file manipulation, code search, and git integration. As a Claude Code alternative, Mistral Vibe is best suited for developers who want a fully open-weight CLI coding agent with state-of-the-art SWE-bench performance and no proprietary model dependency.

Mistral Vibe CLI vs. Claude Code: Quick Comparison

Mistral Vibe CLIClaude Code
TypeCLI Agent (open source)CLI Agent
IDEsAny terminalAny editor via CLI / terminal
PricingFree (Devstral 2 via Mistral API during free tier); standard API rates apply in productionUsage-based via Anthropic API; ~$3–15/MTok
ModelsDevstral 2 (123B), Devstral Small 2 (24B)Claude 3.5 / Claude 3 Opus
Privacy / hostingCloud (Mistral API) or on-prem deploymentCloud (Anthropic API)
Open sourceYes (Apache 2.0)No
Offline / local modelsYes (Devstral Small 2 runs on consumer hardware)No

Key Strengths

  • State-of-the-art open-weight SWE-bench performance: Devstral 2 achieves 72.2% on SWE-bench Verified, ranking it among the top open-weight coding models. Devstral Small 2 (24B) reaches 68.0% — surpassing models up to five times its size. These results validate Mistral Vibe as a serious production-grade coding agent, not just an open-source curiosity.
  • On-premises deployment and local execution: Devstral Small 2 (24B) runs on consumer hardware, making local deployment practical. Both models support on-prem deployment and custom fine-tuning, addressing enterprise data sovereignty and air-gapped environment requirements that cloud-only agents like Claude Code cannot meet.
  • Permissive open-source licensing: Mistral Vibe CLI is Apache 2.0. Devstral 2 uses a modified MIT license; Devstral Small 2 uses Apache 2.0. These licenses allow commercial use, modification, and redistribution — a significant advantage over proprietary CLI agents for teams that need to embed or customize the tooling.
  • Agent Communication Protocol (ACP) support: Mistral Vibe supports ACP, enabling interoperability with other agent systems. This makes it composable within larger multi-agent pipelines, rather than functioning as a standalone isolated tool.
  • Cost efficiency at scale: Mistral positions Devstral 2 as up to 7x more cost-efficient than Claude Sonnet at real-world software engineering tasks. For teams processing high volumes of code changes, this cost differential compounds significantly over time.

Known Limitations

  • Smaller ecosystem compared to established tools: As a relatively new CLI agent (announced alongside Devstral 2 in 2025), Mistral Vibe has a smaller community, fewer third-party integrations, and less documentation coverage than Claude Code or Cursor. Teams may encounter rougher edges during onboarding.
  • Model dependency on Devstral family: Mistral Vibe is purpose-built for Devstral 2 and Devstral Small 2. Developers who need to use Claude, GPT-4, or other models within the same CLI agent must look elsewhere — the tool does not offer the multi-model flexibility of agents like Crush.
  • Production API costs apply at scale: While Devstral 2 is currently free to use via the Mistral API, standard API rates apply for production workloads. Pricing after any free tier sunset is not publicly locked in at this stage.

Best For

Mistral Vibe CLI is best suited for developers and teams that want a high-performance open-source coding agent with on-prem deployment options. It is an excellent choice for organizations with strict data governance requirements that rule out cloud-only tools. Teams working at scale who are sensitive to per-token costs will benefit from Devstral's reported cost efficiency advantage. Open-source-first engineering organizations will appreciate the permissive Apache 2.0 / modified MIT licensing.

Pricing

  • Free tier: Devstral 2 is currently free to use via the Mistral API (console.mistral.ai).
  • Production: Standard Mistral API rates apply. Check the official Mistral pricing page for current rates.
  • Self-hosted: On-prem deployment is supported. Devstral Small 2 can run on consumer hardware.

Prices are subject to change. Check the official announcement and Mistral console for current details.

Tech Details

  • Type: CLI Agent (open source)
  • Platform: Any terminal (cross-platform)
  • Key features: Interactive chat, file manipulation, code search, version control / git integration, ACP (Agent Communication Protocol) support, remote agents via Le Chat
  • Privacy / hosting: Cloud (Mistral API) or on-prem / local deployment
  • Models / context window: Devstral 2 (123B, 256K context window), Devstral Small 2 (24B, runs locally)
  • License: Apache 2.0 (CLI); Devstral 2 under modified MIT; Devstral Small 2 under Apache 2.0
  • SWE-bench Verified: 72.2% (Devstral 2), 68.0% (Devstral Small 2)
  • GitHub: mistralai/mistral-vibe

When to Choose This Over Claude Code

  • You need an open-source CLI agent with Apache 2.0 licensing for commercial embedding or customization.
  • You require on-prem deployment or local model execution for data privacy or air-gapped environments.
  • You are processing high volumes of code changes and need cost-efficient model pricing at scale.
  • You want ACP support to integrate the agent into a broader multi-agent system.

When Claude Code May Be a Better Fit

  • You want the best performance on tasks specifically optimized for Claude's reasoning style and tool-use behaviors.
  • You need the largest possible ecosystem of integrations and community tutorials — Claude Code has a larger existing user base.
  • You rely on Anthropic-specific features like Projects, Artifacts, or deep Claude API integrations that Mistral Vibe does not replicate.

Conclusion

Mistral Vibe CLI is a compelling Claude Code alternative for teams that prioritize open-source licensing, on-prem deployment, and cost efficiency. With Devstral 2's 72.2% SWE-bench Verified score and a 256K context window, it is one of the strongest open-weight coding agents available in 2025–2026. Teams with data sovereignty requirements or high code review volumes should evaluate it as a primary or complementary tool to Claude Code.

Sources

FAQ

Is Mistral Vibe CLI free?

Mistral Vibe CLI is open source (Apache 2.0) and free to download and use. Devstral 2 is currently free to use via the Mistral API during the free tier. Standard Mistral API rates apply for production workloads. Running Devstral Small 2 locally on your own hardware is possible and involves no API costs.

Does Mistral Vibe work with VS Code?

Mistral Vibe is a CLI agent — it does not have a native VS Code extension. It runs in any terminal, including the integrated terminal in VS Code. Developers can use it alongside VS Code but it does not embed into the editor UI.

How does Mistral Vibe CLI compare to Claude Code?

Both are terminal-based CLI coding agents. The key differences: Mistral Vibe is open source (Apache 2.0) and supports on-prem deployment, while Claude Code is proprietary and cloud-only. Mistral Vibe is built on Devstral 2 (72.2% SWE-bench Verified); Claude Code uses Anthropic's Claude models. Mistral Vibe is reported to be up to 7x more cost-efficient at real-world tasks.

Can Mistral Vibe run locally without an internet connection?

Devstral Small 2 (24B parameters) is designed to run on consumer hardware, enabling local offline execution. Devstral 2 (123B) requires more substantial hardware and is typically accessed via the Mistral API. On-prem deployment is supported for both models in enterprise configurations.

Reviews

No reviews yet

Similar tools in category