[Mistral Vibe]

Installation

Mistral Vibe is a Python package that can be installed and used directly in your terminal as a command-line tool. We provide below a quick installation guide.

Perfect for:

  • Developers working terminal-first.
  • Anyone who wants an AI assistant that interacts with their local environment.
  • Teams needing reproducible, script-friendly workflows in the command line.
Install

Install

You can quickly install mistral-vibe by running the following command in your terminal:

curl -LsSf https://mistral.ai/vibe/install.sh | bash

You can also install via uv directly or via pip with the following:

uv tool install mistral-vibe

Be sure to have installed Python 3.12+, if you encounter issues with uv, try using the --no-cache flag.

warning

Mistral Vibe works on Windows, but we officially support and target UNIX environments.

Once installed, you are ready to get started, visit the Quickstart guide to learn how to use Mistral Vibe.

Repository

Repository

The source code for Mistral Vibe is available on GitHub. You can clone the repository and install it locally, or customize the code to suit your needs.

git clone https://github.com/mistralai/mistral-vibe.git
cd mistral-vibe

Feel free to contribute, visit CONTRIBUTING.md to learn how.