Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • News
  • Blogs
  • Builds
  • Contests
Create
Sign In
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    1,695+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    Categories
    • Agents852
    • Coding826
    • Infrastructure375
    • Marketing347
    • Design291
    • Research273
    • Projects263
    • Analytics258
    • Integration156
    • Testing156
    • Data148
    • Security128
    • Learning124
    • MCP124
    • Extensions107
    • Communication102
    • Prompts90
    • Commerce86
    • Voice83
    • Web66
    • DevOps57
    • Finance17
    Sign In
    1. Home
    2. Tools
    3. Mistral Vibe CLI
    Mistral Vibe CLI icon

    Mistral Vibe CLI

    Command Line Assistants

    Open-source command-line coding assistant powered by Devstral models for terminal-based agentic coding, file manipulation, and codebase exploration.

    Visit Website

    At a Glance

    Pricing

    Open Source

    Free and open-source. Requires Mistral API key for cloud models or local model setup for offline use.

    Engagement

    Available On

    Linux
    macOS
    Windows

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Command Line AssistantsAgent FrameworksAI Coding Assistants

    Alternatives

    PlandexPi Coding AgentMastra Code

    Developer

    Mistral AIParis, FranceEst. 2023$3.3B raised

    Updated Feb 2026

    About Mistral Vibe CLI

    Mistral Vibe CLI was announced on December 9th 2025, and is an open-source command-line coding assistant powered by Devstral models from Mistral. It provides a conversational interface to your codebase, allowing you to explore, modify, and interact with your projects using natural language—directly in your terminal or integrated into your IDE via the Agent Communication Protocol.

    Installation

    Install with a single command:

    # Linux and macOS
    curl -LsSf https://mistral.ai/vibe/install.sh | bash
    
    # Windows (first install uv)
    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    

    Or via package managers:

    uv tool install mistral-vibe  # Using uv
    pip install mistral-vibe        # Using pip
    

    Quick Start

    1. Navigate to your project directory: cd /path/to/your/project
    2. Run Vibe: vibe
    3. On first run, Vibe creates ~/.vibe/config.toml and prompts for your API key
    4. Start chatting with the agent!

    Features

    • Interactive Chat — Conversational AI agent that understands requests and breaks down complex tasks
    • Powerful Toolset — Built-in tools for file manipulation, code searching, version control, and command execution:
      • read_file, write_file, search_replace — Read, write, and patch files
      • bash — Execute shell commands in a stateful terminal
      • grep — Recursively search code (with ripgrep support)
      • todo — Manage a task list to track the agent's work
    • Project-Aware Context — Automatically scans your file structure and Git status to provide relevant context
    • Smart References — Use @ for file autocomplete, ! to execute shell commands directly, / for slash commands
    • Multi-file Orchestration — Understands your entire codebase and tracks dependencies across files for architecture-level reasoning
    • Persistent History & Themes — Command history, autocompletion, and customizable UI themes
    • Safety First — Tool execution approval modes to control what the agent can do

    Usage

    # Interactive mode
    vibe
    
    # Start with a prompt
    vibe "Refactor the main function in cli/main.py to be more modular."
    
    # Programmatic mode for scripting
    vibe --prompt "Add unit tests for the auth module."
    
    # Auto-approve all tool executions
    vibe --auto-approve
    
    # Use a custom agent configuration
    vibe --agent my_custom_agent
    

    Keyboard shortcuts:

    • Ctrl+J or Shift+Enter — Multi-line input
    • Shift+Tab — Toggle auto-approve mode

    Configuration

    Vibe is configured via ~/.vibe/config.toml. API keys are stored in ~/.vibe/.env.

    # Set API key via environment variable
    export MISTRAL_API_KEY="your_mistral_api_key"
    

    Custom agents: Create agent-specific TOML files in ~/.vibe/agents/ for specialized use cases (red-teaming, specific tasks).

    Custom prompts: Add custom system prompts to ~/.vibe/prompts/ and reference them via system_prompt_id in config.

    MCP Server Integration: Extend Vibe's capabilities by configuring MCP (Model Context Protocol) servers for HTTP, streamable-HTTP, or stdio transports.

    Tool permissions: Control which tools are active using enabled_tools and disabled_tools with glob patterns or regex.

    IDE Integration

    Mistral Vibe CLI is available as an extension, in Zed allowing you to use it directly inside your IDE via the Agent Communication Protocol.

    Mistral Vibe CLI - 1

    Community Discussions

    Be the first to start a conversation about Mistral Vibe CLI

    Share your experience with Mistral Vibe CLI, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source. Requires Mistral API key for cloud models or local model setup for offline use.

    • Full CLI functionality
    • Apache 2.0 license
    • Interactive chat mode
    • Programmatic scripting mode
    • All built-in tools (read/write files, bash, grep, todo)
    View official pricing

    Capabilities

    Key Features

    • Interactive conversational AI agent in terminal
    • File manipulation tools (read_file, write_file, search_replace)
    • Shell command execution in stateful terminal (bash)
    • Recursive code search with grep and ripgrep support
    • Project-aware context (file structure + Git status)
    • Smart file references with @ autocomplete
    • Slash commands for meta-actions and configuration
    • Multi-file orchestration and architecture-level reasoning
    • Persistent command history
    • Customizable themes
    • Tool execution approval modes
    • Custom agent configurations via TOML
    • Custom system prompts
    • MCP (Model Context Protocol) server integration
    • Programmatic mode for scripting
    • Zed IDE extension via Agent Communication Protocol
    • Local model support for offline use

    Integrations

    Mistral API (Devstral models)
    Zed IDE (official extension)
    Git version control
    ripgrep
    MCP servers (HTTP, streamable-HTTP, stdio)
    Local LLM providers (ollama, vllm, lmstudio)

    Reviews & Ratings

    No ratings yet

    Be the first to rate Mistral Vibe CLI and help others make informed decisions.

    Developer

    Mistral AI

    Mistral AI builds configurable, high-performance large language models and developer tools that make frontier AI accessible to builders and enterprises. The founding team brings academic research backgrounds and experience from leading AI labs, and the company focuses on open-source releases, efficient model architectures, and production-ready deployment tooling. Mistral provides SDKs, APIs, and expert-led services to help teams fine-tune, deploy, and operate models with privacy and scalability in mind.

    Founded 2023
    Paris, France
    $3.3B raised
    350 employees

    Used by

    BNP Paribas
    Stellantis
    CMA CGM
    Orange
    +32 more
    Read more about Mistral AI
    WebsiteGitHubX / Twitter
    2 tools in directory

    Similar Tools

    Plandex icon

    Plandex

    An open-source model orchestration and execution platform with a CLI and self-hosting options for running, debugging, and managing LLMs and model providers.

    Pi Coding Agent icon

    Pi Coding Agent

    A minimal terminal coding harness that adapts to your workflows with TypeScript extensions, skills, prompt templates, and themes.

    Mastra Code icon

    Mastra Code

    Mastra Code is a terminal-based AI coding agent that connects to 70+ AI models and provides tools for reading, searching, editing, and executing code directly in your terminal.

    Browse all tools

    Related Topics

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    90 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    151 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    324 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    Sign in
    29views