Coding
Mistral Vibe
Mistral's open-source CLI coding assistant with interactive chat, powerful toolset, subagents, voice mode, and configurable agents for different workflows.
clidesktopmacoslinuxwindowsv2.17.1Apache-2.0open-source

Mistral Vibe is Mistral's open-source CLI coding assistant. It provides a conversational interface to your codebase with a powerful toolset for file manipulation, code searching, version control, and command execution.
Key Features
- Interactive Chat: Conversational AI agent that understands and breaks down complex tasks
- Powerful Toolset: Read, write, edit files, run shell commands, grep with ripgrep, manage todos
- Subagents: Delegate tasks to independent subagents for parallel work
- Built-in Agents: default, plan, accept-edits, auto-approve — each for different workflows
- Voice Mode: Dictate input with your microphone via
/voice - Skills System: Extend functionality with reusable skill packages
- Project-Aware Context: Automatic file structure and Git status scanning
- Trust Folder System: Safety feature for running in trusted directories only
- MCP Support: Connect MCP servers for extended capabilities
- Multiple Themes: Beautiful terminal themes
Usage
# Install via curl
curl -LsSf https://mistral.ai/vibe/install.sh | bash
# Or via uv
uv tool install mistral-vibe
# Run interactively
vibe
# Non-interactive mode
vibe --prompt "Refactor the main function" --max-turns 5
Surfaces
- Terminal CLI (primary)
- VS Code extension
- JetBrains extension
- Zed extension
- Vibe Code Web (remote sandboxes)