Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Minimal CLI coding agent by Mistral
| Date | Stars |
|---|---|
| 2026-07-31 | 4765 |
| 2026-08-02 | 4765 |
| 2026-08-05 | 4793 |
| 2026-08-06 | 4793 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
# Mistral Vibe [](https://pypi.org/project/mistral-vibe) [](https://www.python.org/downloads/release/python-3120/) [](https://github.com/mistralai/mistral-vibe/actions/workflows/ci.yml) [](https://github.com/mistralai/mistral-vibe/blob/main/LICENSE) ``` ██████████████████░░ ██████████████████░░ ████ ██████ ████░░ ████ ██ ████░░ ████ ████░░ ████ ██ ██ ████░░ ██ ██ ██░░ ██████████████████░░ ██████████████████░░ ``` **Mistral's open-source CLI coding assistant.** Mistral Vibe is a command-line coding assistant powered by Mistral's 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. > [!WARNING] > Mistral Vibe works on Windows, but we officially support and target UNIX environments. ### One-line install (recommended) **Linux and macOS** ```bash curl -LsSf https://mistral.ai/vibe/install.sh | bash ``` **Windows** First, install uv ```bash powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" ``` Then, use uv command below. ### Using uv ```bash uv tool install mistral-vibe ``` ### Using pip ```bash pip install mistral-vibe ``` ## Table of Contents - [Features](#features) - [Built-in Agents](#built-in-agents) - [Subagents and Task Delegation](#subagents-and-task-delegation) - [Interactive User Questions](#interactive-user-questions) - [Terminal Requirements](#terminal-requirements) - [Quick Start](#quick-start) - [Usage](#usage) - [Interactive Mode](#interactive-mode) - [Trust Folder System](#trust-folder-system) - [Programmatic Mode](#programmatic-mode) - [Voice Mode](#voice-mode) - [Slash Commands](#slash-commands) - [Built-in Slash Commands](#built-in-slash-commands) - [Custom Slash Commands via Skills](#custom-slash-commands-via-skills) - [Skills System](#skills-system) - [Creating Skills](#creating-skills) - [Skill Discovery](#skill-discovery) - [Managing Skills](#managing-skills) - [Configuration](#configuration) - [Configuration File Location](#configuration-file-location) - [API Key Configuration](#api-key-configuration) - [Custom System Prompts](#custom-system-prompts) - [Custom Agent Configurations](#custom-agent-configurations) - [Tool Management](#tool-management) - [MCP Server Configuration](#mcp-server-configuration) - [Session Management](#session-management) - [Update Settings](#update-settings) - [Custom Vibe Home Directory](#custom-vibe-home-directory) - [Editors/IDEs](#editorsides) - [Resources](#resources) - [Data collection & usage](#data-collection--usage) - [License](#license) ## Features - **Interactive Chat**: A conversational AI agent that understands your requests and breaks down complex tasks. - **Powerful Toolset**: A suite of tools for file manipulation, code searching, version control, and command execution, right from the chat prompt. - Read, write, and patch files (`read`, `write_file`, `edit`). - Execute shell commands, with managed shell sessions, polling, and stdin helpers available during rollout. - Recursively search code with `grep` (with `ripgrep` support). - Manage a `todo` list to track the agent's work. - Ask interactive questions to gather user input (`ask_user_question`). - Delegate tasks to subagents for parallel work (`task`). - **Project-Aware Context**: Vibe automatically scans your project's file structure and Git status to provide relevant context to the agent, improving its understanding of your codebase. - **Advanced CLI Experience**: Built with modern libraries for a smooth and efficient workflow. - Autocompletion for slash commands (`
Excerpt of 39,010 characters
Read on GitHub37
11
9
8
4
4
1
1
1
Vincent G · France
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d4c6a411765596f1, desc:coding agent, desc:cli coding