mistral-vibe
brew install mistral-vibe
v2.17.1
Apache-2.0
Python CLI coding assistant powered by Mistral AI models for conversational codebase exploration and modification.
Why you might care
Mistral Vibe brings an LLM-powered agent to your shell, letting you query and edit code using natural language without leaving the terminal. It's Mistral's own open-source alternative to similar AI coding assistants, tightly integrated with their model APIs. Useful if you're already in the Mistral ecosystem or prefer a lightweight CLI-first workflow over IDE plugins.
1.9k
30-day installs · #998
5.3k
90-day · #1057
8.7k
365-day · #1523
4.5k
★ GitHub stars · updated 1d ago
Runtime dependencies
Build dependencies
Links
- https://github.com/mistralai/mistral-vibe
- GitHub: mistralai/mistral-vibe
- Brew formula source: Formula/m/mistral-vibe.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"GitHub Copilot CLI",
"aider",
"continue"
],
"build_dependencies": [
"rust"
],
"categories": [
"ai",
"shell",
"coding-assistant"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"certifi",
"cryptography",
"libyaml",
"pydantic",
"python@3.14",
"rpds-py"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Minimal CLI coding agent",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:15+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "mistral-vibe",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-19T16:39:23Z",
"github_readme_excerpt": "# Mistral Vibe\n\n[](https://pypi.org/project/mistral-vibe)\n[](https://www.python.org/downloads/release/python-3120/)\n[](https://github.com/mistralai/mistral-vibe/actions/workflows/ci.yml)\n[](https://github.com/mistralai/mistral-vibe/blob/main/LICENSE)\n\n```\n\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\n\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\n\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2591\u2591\n\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2591\u2591\n\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2591\u2591\n\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2591\u2591\n\u2588\u2588 \u2588\u2588 \u2588\u2588\u2591\u2591\n\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\n\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2591\u2591\n```\n\n**Mistral\u0027s open-source CLI coding assistant.**\n\nMistral Vibe is a command-line coding assistant powered by Mistral\u0027s models. It provides a conversational interface to your codebase, allowing you to use natural language to explore, modify, and interact with your projects through a powerful set of tools.\n\n\u003e [!WARNING]\n\u003e Mistral Vibe works on Windows, but we officially support and target UNIX environments.\n\n### One-line install (recommended)\n\n**Linux and macOS**\n\n```bash\ncurl -LsSf https://mistral.ai/vibe/install.sh | bash\n```\n\n**Windows**\n\nFirst, install uv\n\n```bash\npowershell -ExecutionPolicy ByPass -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n```\n\nThen, use uv command below.\n\n### Using uv\n\n```bash\nuv tool install mistral-vibe\n```\n\n### Using pip\n\n```bash\npip install mistral-vibe\n```\n\n## Table of Contents\n\n- [Features](#features)\n - [Built-in Agents](#built-in-agents)\n - [Subagents and Task Delegation](#subagents-and-task-delegation)\n - [Interactive User Questions](#interactive-user-questions)\n- [Terminal Requirements](#terminal-requirements)\n- [Quick Start](#quick-start)\n- [Usage](#usage)\n - [Interactive Mode](#interactive-mode)\n - [Trust Folder System](#trust-folder-system)\n - [Programmatic Mode](#programmatic-mode)\n- [Voice Mode](#",
"github_repo": "mistralai/mistral-vibe",
"github_stars": 4537,
"github_topics": [],
"homepage": "https://github.com/mistralai/mistral-vibe",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 1897,
"installs_365d": 8673,
"installs_90d": 5331,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": "2026-06-20T23:48:20+00:00",
"llm_model": "claude-haiku-4-5",
"name": "mistral-vibe",
"oldnames": [],
"one_liner": "Python CLI coding assistant powered by Mistral AI models for conversational codebase exploration and modification.",
"optional_dependencies": [],
"rank_30d": 998,
"rank_365d": 1523,
"rank_90d": 1057,
"raw_hash": "e4f512bf04f1ff64",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/m/mistral-vibe.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "2.17.1",
"versioned_formulae": [],
"why_use_this": "Mistral Vibe brings an LLM-powered agent to your shell, letting you query and edit code using natural language without leaving the terminal. It\u0027s Mistral\u0027s own open-source alternative to similar AI coding assistants, tightly integrated with their model APIs. Useful if you\u0027re already in the Mistral ecosystem or prefer a lightweight CLI-first workflow over IDE plugins."
}