Xiaomi Launches Free MiMo Code AI Tool for Vibe Coding
Xiaomi has released its own free AI tool for vibe coding — MiMo Code
The most interesting thing is that it comes with the free MiMo Auto model. No API keys. If you want, you can connect the API of almost any popular LLM provider and use your own models.
Features:
→ memory between sessions
→ sub-agents that are created automatically and run in parallel
→ /dream saves useful knowledge from the session into the project memory
→ /distill turns repetitive actions into reusable skills
→ /goal uses a separate verifier model that determines whether the task has actually been completed
Installation:
Mac / Linux:
curl -fsSL https://mimo.xiaomi.com/install | bashWindows:
npm install -g @mimo-ai/cliLaunch:
mimo