lite

Help Desk › The AI Agents

Mistral Vibe

Mistral Vibe saves pages straight into your Showspace from the terminal, and a few lines in its config file give it all twenty of the app's commands.

Mistral Vibe is Mistral AI's open-source coding agent for the terminal. It explores a codebase, edits files and runs changes from plain-language requests, using Mistral's own models. Developers are its audience.

It runs on macOS and Linux and needs Python 3.12 or later. Work happens in the folder you start it in, and the same agent is available inside the Zed editor. Mistral's documentation now also lists it as Vibe Code CLI.

Made byMistral AI
Runs onmacOS and Linux, in a terminal or the Zed editor
Where pages goInto the working folder, or another folder once you approve it
App commandsYes, all twenty
Standing instructions~/.vibe/AGENTS.md, or a project's own AGENTS.md
CostFree and open source with a Mistral API key; Le Chat Pro and Team include Vibe usage
Also calledVibe CLI, Vibe Code CLI

Set it up

  1. In lite.computer, click your name at the bottom of the sidebar and open the Agent Helper. Copy the paragraph it gives you and paste it into ~/.vibe/AGENTS.md, which applies to all your projects.
  2. If your project has its own .vibe/config.toml, add these lines there. Otherwise, add them to ~/.vibe/config.toml.
  3. Keep lite.computer open on your Showspace and ask Use the lite.computer tool to list every page in my Showspace. It lists the pages in your folder.
Your Vibe config.toml

[[mcp_servers]] name = "lite-computer" transport = "streamable-http" url = "http://127.0.0.1:48484/mcp"

Keep your existing settings and server entries.

Try this prompt

Paste into Mistral Vibe

Map this repository as an interactive page: a clickable diagram of the main modules and how they depend on each other, a search box for files, and an animated chart of how many source files are in each module. Save it as a single self-contained HTML file in my Showspace, then open it in lite.computer.

Good to know

  • To save pages from any project, start Vibe with --add-dir followed by your Showspace path, or approve the Showspace when Vibe asks.
  • Trust a project when Vibe asks, and your instruction files apply there.
  • We have not tested Mistral Vibe with lite.computer ourselves. These instructions are based on research. Try saving one HTML page to your Showspace first. If a step needs correcting, email hello@lite.computer.

Questions

Does Mistral Vibe work with lite.computer?

Yes. Mistral Vibe running in a terminal on your Mac saves HTML pages into your Showspace, and lite.computer shows each one as it lands. A few lines in its config.toml let it open pages and arrange windows in the app as well.

Is Vibe Code CLI the same as Mistral Vibe?

Yes. Mistral launched it as Mistral Vibe CLI in December 2025, and its documentation now lists it as Vibe Code CLI.

Which plans include Mistral Vibe?

The CLI is free and open source and runs with a Mistral API key, including the free Experiment API plan. Le Chat Pro and Team plans include Vibe usage.

Choosing between agents? See Which AI works with lite.computer.

Last checked September 14, 2026.

Still stuck? Write to support@lite.computer.