skillfed

mistral-vibe

Minimal CLI coding agent by Mistral

mistral-vibe v2.24.1 7.3M downloads/30d#1,751 on PyPI4,826
Permissive license Apache-2.0 Active released

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-vibe

uv

uv add mistral-vibe

poetry

poetry add mistral-vibe

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.12Topic :: Software DevelopmentTopic :: Software Development :: Libraries :: Python ModulesTopic :: Utilities

Tags

cli coding assistantai code exploration toolcommand line llm agentcodebase chat interfacemistral ai developer toolnatural language code searchinteractive shell agent
ai-assistantcli-toolcode-exploration

More Software Development packages