Mistral Vibe CLI
Mistral team has released their agentic coding CLI like Claude Code, Codex, OpenCode, etc
And it is open source (Apache 2.0 license) 😍
At the moment, the features are minimal like file selection but given enough time it might become good one like Open Code.
Right now it has tool like searching (grep), file manipulation like patch, bash support, MCP support, etc.
And it has support for Agent Context Protocol as well, so it should work well with editors like Zed.
How to get started?
curl -LsSf https://mistral.ai/vibe/install.sh | bash
And it is powered by Devstral model (they’ve recently released Devstral 2 🚀)
Codebase
Unlike majority of the CLI agent, it is build using Python not Node.js like Claude, Gemini CLI, etc.
👉 GitHub - mistralai/mistral-vibe: Minimal CLI coding agent by Mistral
And you can checkout the CodeWiki for it to understand the overall codebase structure.