Description
2026-06-19T13_26_43_584Z-debug-0.log
When trying to install the CLI globally with:
bash npm install -g @mimo-ai/cli
the installation fails with the following error:
npm error code 1 npm error command sh -c bun ./postinstall.mjs || node ./postinstall.mjs npm error sh: 1: bun: not found npm error Failed to setup mimocode binary: Could not find package @mimo-ai/mimocode-android-arm64: Cannot find module '@mimo-ai/mimocode-android-arm64/package.json'
The postinstall script attempts to run bun, but this binary is not available in the Termux environment. Additionally, there is no package published for @mimo-ai/mimocode-android-arm64, which prevents the CLI from setting up correctly on Android arm64.
Environment:
- System: Termux (Android 16.0, arm64)
- Node: v24.15.0
- NPM: v11.16.0 (update available to v11.17.0)
Steps to reproduce:
- Install Node and NPM in Termux.
- Run npm install -g @mimo-ai/cli.
- Observe the postinstall failure.
Expected behavior:
The CLI should install successfully on Android arm64 without requiring bun.
Actual behavior:
Installation fails due to missing bun and missing @mimo-ai/mimocode-android-arm64 package.
Plugins
None (I was just trying to install @mimo-ai/cli globally, no extra plugins involved).
MiMoCode version
@mimo-ai/cli@0.1.1
Steps to reproduce
- Install Node.js and npm in Termux (Android arm64).
- Run npm install -g @mimo-ai/cli.
- Observe the postinstall failure (bun: not found and missing @mimo-ai/mimocode-android-arm64 package).
Screenshot and/or share link
No response
Operating System
Android 16.0 (Termux environment, arm64)
Terminal
Termux
Description
2026-06-19T13_26_43_584Z-debug-0.log
When trying to install the CLI globally with:
bash npm install -g @mimo-ai/clithe installation fails with the following error:
npm error code 1 npm error command sh -c bun ./postinstall.mjs || node ./postinstall.mjs npm error sh: 1: bun: not found npm error Failed to setup mimocode binary: Could not find package @mimo-ai/mimocode-android-arm64: Cannot find module '@mimo-ai/mimocode-android-arm64/package.json'The postinstall script attempts to run bun, but this binary is not available in the Termux environment. Additionally, there is no package published for @mimo-ai/mimocode-android-arm64, which prevents the CLI from setting up correctly on Android arm64.
Environment:
Steps to reproduce:
Expected behavior:
The CLI should install successfully on Android arm64 without requiring bun.
Actual behavior:
Installation fails due to missing bun and missing @mimo-ai/mimocode-android-arm64 package.
Plugins
None (I was just trying to install @mimo-ai/cli globally, no extra plugins involved).
MiMoCode version
@mimo-ai/cli@0.1.1
Steps to reproduce
Screenshot and/or share link
No response
Operating System
Android 16.0 (Termux environment, arm64)
Terminal
Termux