Discover and explore top open-source AI tools and projects—updated daily.
mistralaiConversational CLI coding agent for project interaction
Top 18.1% on SourcePulse
Minimal CLI coding agent by Mistral.
Mistral Vibe is an open-source, minimal CLI coding assistant designed to streamline developer workflows. It empowers users to interact with their codebases conversationally, leveraging Mistral's models to explore, modify, and execute tasks using natural language commands and a suite of integrated tools. This offers a significant productivity boost for developers seeking efficient command-line code management.
How It Works
The agent operates via an interactive chat interface, powered by Mistral models. It integrates a robust toolset for file operations (read, write, search/replace), shell command execution, and code searching (grep). A key advantage is its project-aware context, which automatically scans the project's file structure and Git status to inform the AI, enabling more relevant and accurate responses.
Quick Start & Requirements
Installation on Linux/macOS is a one-liner: curl -LsSf https://mistral.ai/vibe/install.sh | bash. For Windows, install uv first, then run uv tool install mistral-vibe or pip install mistral-vibe. A Mistral API key is required and configured interactively or via environment variables/.env files. Official support targets UNIX environments.
Highlighted Details
@).!), recursive code search (grep), and task management.config.toml for models, providers, tool permissions, and UI themes.Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or roadmap were found in the provided README.
Licensing & Compatibility
Mistral Vibe is licensed under the Apache License, Version 2.0. This permissive license generally allows for commercial use and integration into closed-source projects, provided the license terms are adhered to.
Limitations & Caveats
The project officially supports and targets UNIX environments; while functional on Windows, it is not the primary development or support focus. API key configuration is a mandatory setup step.
3 days ago
Inactive
aws