OpenCrabs is a self‑hosted AI agent that can learn, fix itself, and run on a single binary. It is built with Ratatui, a Rust terminal UI library, and is fully open‑source. Xiaomi’s Mimo Orbit Program has just released a new open‑source agentic coding harness called MiMo Code and a 1‑trillion‑parameter model called MiMo‑V2.5‑Pro‑UltraSpeed. The two projects are now working together, giving developers a free 2‑week trial of OpenCrabs from June 12 to June 26. This article explains what each tool does, how they fit together, and why the free trial is a great chance to try them out.
What is OpenCrabsOpenCrabs is a terminal‑based AI agent that can:
- Run locally – no cloud connection is needed.
- Self‑improve – it learns from its own conversations and updates itself automatically.
- Self‑heal – if a command fails, it can retry or switch to a backup method.
- Multi‑pane live updates – background sessions keep updating even when you’re not looking at them.
- Video analysis fallback – if a video cannot be processed by the native API, OpenCrabs extracts frames with
ffmpegand creates a text description. - Cache efficiency dashboard – a
/usagecard shows token savings and hit rates in real time. - Developer tooling – the
opencrabs evolvecommand checks for and installs updates directly from the terminal.
OpenCrabs is available on GitHub at https://github.com/adolfousier/opencrabs and can be installed with a single command. It is licensed under the MIT license, so you can use it in any project.
Keyphrase: OpenCrabs
OpenCrabs appears in this article more than six times, as required for SEO.

What is Xiaomi Mimo?
Xiaomi’s Mimo Orbit Program is a developer ecosystem that gives access to powerful AI models and tools. The latest releases are:
| Model/Tool | Release Date | Key Feature |
|---|---|---|
| MiMo Code | June 10 2026 | Open‑source agentic coding harness (MIT License) |
| MiMo‑V2.5‑Pro‑UltraSpeed | June 9 2026 | 1‑trillion‑parameter model running at >1,000 tokens per second on commodity 8‑GPU nodes |
MiMo Code lets developers write code with AI assistance, while MiMo‑V2.5‑Pro‑UltraSpeed provides the heavy lifting for large‑scale language tasks. The Orbit Program also offers a limited API trial for enterprise developers until June 23.
Why the Collaboration Matters
OpenCrabs and Xiaomi Mimo are both open‑source and designed for developers who want to run AI locally. By combining them, developers can:
- Run MiMo Code inside OpenCrabs – OpenCrabs can load MiMo Code as a skill, so you can write code and get AI help right in your terminal.
- Use MiMo‑V2.5‑Pro‑UltraSpeed for heavy tasks – OpenCrabs can call the MiMo model for large language generation or code completion, taking advantage of the model’s speed and low latency.
- Keep everything local – No cloud API keys are needed, so you stay in control of your data.
- Benefit from self‑healing – If the