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
You can quickly install mistral-vibe by running the following command in your terminal:
curl -LsSf https://mistral.ai/vibe/install.sh | bashYou can also install via uv directly or via pip with the following:
uv tool install mistral-vibeBe sure to have installed Python 3.12+, if you encounter issues with uv, try using the --no-cache flag.
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
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-vibeFeel free to contribute, visit CONTRIBUTING.md to learn how.