macOS binary (mimocode-darwin-arm64.zip ) seems broken: "“mimo” is damaged and can’t be opened. You should move it to the Trash."
MiMo Code is now released and open-source
91–100 of 338 posts
Re: MiMo Code is now released and open-source
#92Claude and Codex pricing will eventually have to come down, for most common coding tasks you don't need a super smart slow model but a smart-enough and very fast one.
Re: MiMo Code is now released and open-source
#93Xiaomi have been cooking a lot in recent times. Their model, especially the pro series, is underrated in my opinion. It haven't received the attention it deserves while it is pushing higher and higher in benchmark scores (looking at artifical analysis), and this was before Deepseek dropped V4. Furthermore, their pricing plan is insanely cheap, they even upped usage limit for their cheapest plan, lite plan, which is a…
Based solely on quality and price, OpenAI, Anthropic, and other western models just can't compete with the new generation of Chinese open models.
Re: MiMo Code is now released and open-source
#94Re: MiMo Code is now released and open-source
#95The installation method they officially propagate is dangerous. curl -fsSL https://mimo.xiaomi.com/install | bash This is usually a PoC (Proof of concept) way to install something on a temporary container or temporary VM, but not for production use during daily desktop operation. I was hoping their documentation would provide better installation instructions. But strangely, only for Windows do they recommend "npm ins…
We've had this discussion since Eazel Linux desktop popularized bash | curl in 2001. > npm install ... is a much better approach to managing installed packages. No. Until the upcoming version of npm is out, npm will also run arbitrary code. Almost all common installation tools run arbitrary code. Not doing that is sadly the exception for now.
Re: MiMo Code is now released and open-source
#96Pretty neat that you can just install it and start using it (at a Sonnet 4.6-level model) without needing to sign in or pay. Typically, Chinese websites are a big pain to log in or sign up because they require a +86 phone number due to legal reasons. Being able to use it without having to make an account is amazing for friction reduction. I could probably even just install it onto new machines to help with set up. I…
Re: MiMo Code is now released and open-source
#97macOS binary (mimocode-darwin-arm64.zip ) seems broken: "“mimo” is damaged and can’t be opened. You should move it to the Trash."
No, you are just experiencing the best of Apple. How dare you download non notarized binaries on your own computer? Do you have a license for that? Terminal > sudo xattr -rd com.apple.quarantine > Drag and drop the app into terminal > enter and enter your password
A bit crappy on Apple's side.
Thank you.
Re: MiMo Code is now released and open-source
#98Pretty neat that you can just install it and start using it (at a Sonnet 4.6-level model) without needing to sign in or pay. Typically, Chinese websites are a big pain to log in or sign up because they require a +86 phone number due to legal reasons. Being able to use it without having to make an account is amazing for friction reduction. I could probably even just install it onto new machines to help with set up. I…
MiMo v2.5.0-Pro is honestly the first Chinese model that I've tried where I really though why should I use Claude Sonnet when I can get the same results for a fraction of the cost. There was always something off about Chinese models that made it apparent that it couldn't fully compete with GPT, Claude, Gemini, etc. but this was the first model where I was like, this feels like Sonnet.
I can't prove it, but I think they trained heavily on Claude output. From my perspective I don't care since Anthropic trained on my data.
Using them also works well for North Americans as our peak hours is not theirs.
If I had one complaint, the v2.5.0-Pro model thinks too much.
Re: MiMo Code is now released and open-source
#99Claude and Codex pricing will eventually have to come down, for most common coding tasks you don't need a super smart slow model but a smart-enough and very fast one.
Re: MiMo Code is now released and open-source
#100Earlier quoted context omitted.
We've had this discussion since Eazel Linux desktop popularized bash | curl in 2001. > npm install ... is a much better approach to managing installed packages. No. Until the upcoming version of npm is out, npm will also run arbitrary code. Almost all common installation tools run arbitrary code. Not doing that is sadly the exception for now.
Isn't executing arbitrary code kind of the entire point of NPM though? Any chance you have a link to something that describes their plans?
No. npm is a package manager. As mentioned in the comment you're replying to, almost all package managers execute arbitrary code. Eg:
- pip
- Cargo
- apt/dpkg
- dnf/yum
- Homebrew
- RubyGems
- Composer (limited)
- Maven
> Any chance you have a link to something that describes their plans?
https://github.blog/changelog/2026-06-09-upcoming-breaking-c...