mistral-vibe
Minimal CLI coding agent by Mistral
What it is and what it does
Mistral Vibe is a conversational CLI agent that sits in your project directory and lets you explore, modify, and interact with your codebase using natural language. It wraps Mistral's language models with a suite of built-in tools—file read/write/patch, shell execution, grep-based code search, git integration, and task delegation to subagents—so you can ask questions like 'find all TODOs' or 'refactor this function' and have the agent execute the work with your approval. It's project-aware, scanning your file structure and git status to provide context, and highly configurable through a config.toml file where you can choose agent profiles (ask, plan, accept-edits, auto-approve), set default models, and manage tool permissions.
The package targets UNIX environments (Linux and macOS) though Windows is supported. It requires a modern terminal emulator and Python 3.12+. Installation is straightforward via pip or uv, and the first run prompts you for an API key. The tool is designed for developers who want an interactive, approval-gated AI assistant in their shell rather than a separate IDE plugin or web interface.
Use it for:
- Search and explore a large codebase using natural language queries without manually navigating files.
- Delegate code refactoring tasks to the agent with auto-approval for safe edits only, reducing manual review overhead.
- Ask the agent to analyze project structure and architecture while you work on something else using task delegation.
- Use the read-only 'plan' agent to understand unfamiliar codebases before making changes.
- Execute shell commands and file operations through natural language prompts with approval gates for safety.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Mistral Vibe is a command-line coding assistant that lets you interact with your codebase using natural language, with tools for file manipulation, code search, version control, and command execution.
Yes. Mistral Vibe is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. It's well-suited for developers who want an AI coding assistant integrated into their shell workflow. The main gotchas are the Python 3.12 requirement, the need for a modern terminal, and the 97 runtime dependencies—evaluate those against your environment. If you're comfortable with those constraints and have a Mistral API key, it's a straightforward install.
Install
mistral-vibe on PyPI
pip
pip install mistral-vibeuv
uv add mistral-vibepoetry
poetry add mistral-vibeInstalling mistral-vibe
Before you install
Low friction: pure Python wheel with no compiled dependencies. Active maintenance—last release 3 days ago, 4826 GitHub stars, and continuous updates since first release in November 2025.
License in practice
Apache-2.0 is permissive; you can use, modify, and distribute Mistral Vibe freely in commercial and private projects with minimal restrictions.
Quickstart
pip install mistral-vibe
vibe
# Then at the prompt: grep(pattern="TODO", path=".")
Requires Python 3.12 or later. Requires a modern terminal emulator (WezTerm, Alacritty, Ghostty, or Kitty recommended). Requires Mistral API key configured via vibe --setup or environment.
Verify before relying
- Whether the 97 runtime dependencies introduce supply-chain risk or stability concerns beyond what the fact sheet shows.
- Whether voice mode and custom slash commands via skills are fully documented and stable in production use.
- Whether the agent's tool approval system and safety features have been independently audited.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 97 — agent-client-protocol, annotated-types, anyio, attrs, beautifulsoup4, cachetools, certifi, cffi, charset-normalizer, click, colorama, cryptography, eval-type-backport, gitdb, gitpython, giturlparse, google-auth, googleapis-common-protos, h11, httpcore, httpx-sse, httpx, humanize, idna, importlib-metadata, jaraco-classes, jaraco-context, jaraco-functools, jeepney, jsonpatch |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 7,338,049/month — #1,751 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mistral_vibe-2.24.1-py3-none-any.whl
Keywords: ai, cli, coding-assistant, developer-tools, llm, mistral
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mistralai-vibe-sdkPython SDK for building and running Vibe agents…
unclear · top 15,000 on PyPI
deepagents-codeA terminal-based AI coding agent that works…
permissive · top 15,000 on PyPI
mistral_commonProvides tokenizers, validation, and…
permissive · top 5,000 on PyPI
openhandsOpenHands is a CLI tool that runs an AI agent…
permissive · top 5,000 on PyPI
mistralai-workflowsMistral Workflows is a Python SDK for building…
permissive · top 15,000 on PyPI
mistralaiPython client SDK for the Mistral AI API,…
unclear · top 1,000 on PyPI
opentelemetry-instrumentation-mistralaiAutomatically captures and traces calls to the…
permissive · top 5,000 on PyPI
openai-codex-cli-binProvides a local command-line interface to…
permissive · top 15,000 on PyPI
python-mistralclientPython client library and command-line…
permissive · top 15,000 on PyPI