gitmyhub

XIAOMI-MiModex

TypeScript ★ 38 updated 11d ago

MiModex 是一款面向 MiMo Code 和小米 MiMo 平台能力的桌面控制器。它把命令行里的 AI 编程助手、联网搜索、多模态理解、语音合成等能力,整理成一个更适合日常使用的桌面工作台:支持本地配置、权限控制、运行诊断、能力测试,以及内置引擎的跨平台发布包。

MiModex is a cross-platform desktop app that wraps Xiaomi's MiMo AI into a graphical workspace with an AI coding assistant, web search, multimodal input, and text-to-speech, no command line needed.

TypeScriptRustTaurisetup: moderatecomplexity 3/5

MiModex is a desktop application that wraps Xiaomi's MiMo AI platform into a graphical workspace. Instead of using the MiMo AI system through a command line, you get a desktop window with organized sections for different tasks: an AI coding assistant, web search, image and audio input, and text-to-speech audio generation.

The app is built with Tauri, a framework for creating cross-platform desktop apps using web technologies on the front end and Rust on the back end. It ships with a bundled version of the MiMo Code Engine, so you do not need to install a separate command-line tool to use the AI coding features. You do need a Xiaomi MiMo API key, which you configure once in the app settings and is stored only on your own machine.

The coding workspace connects to the built-in engine and lets you have a conversation with the model, select which AI model to use, control reasoning intensity, set permission modes for what the AI is allowed to do, and see tool output as it streams in. The web search feature runs a structured process: it asks the AI to plan search terms, fetches the actual source material, then passes it back to the AI to write a final answer grounded in what was retrieved.

The multimodal workspace accepts images, audio clips, or video as input via URL or Base64-encoded data. The text-to-speech section generates audio from text using MiMo voice models and lets you preview different voice styles and presets.

The app supports Mac (both Apple Silicon and Intel) and Windows. Building from source requires Node.js, npm, and the Rust toolchain. The project is released under the MIT License.

Where it fits